COLOR #C488E5

HEX: #C488E5
RGB: (196,136,229)

Renk bilgisi

#C488E5 contains mainly red and blue colors. #C488E5 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C488E5 color RGB value is (196,136,229).

  • kırmız ton 196;
  • yeşil ton 136;
  • mavi ton 229.
RGB:
(196,136,229)
(77%,53%,90%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 136 of 255 = 53%
B 229 of 255 = 90%

196
136
229

R + G + B ~ 73%. #C488E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 136 + 229 = 561 (100%)
R 196 of 561 ~ 34.94%
G 136 of 561 ~ 24.24%
B 229 of 561 ~ 40.82%

%34.94
%24.24
%40.82

CMYK RENK MODELİ

#C488E5 rengi CMYK tonu (14,41,0,10).

  • camgöbeği tonu 14.41%
  • eflatun tonu 40.61%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(14,41,0,10)
C14M41Y0K10 
(14%,41%,0%,10%)
(0.14/0.41/0.00/0.10)	

CMYK yüzdeleri

%14.41
%40.61
%0
%10.2

Codes

Color #C488E5 in popluar color models

C488E5
RGB196136229
HSL279°64.14%71.57%
HSB/HSV279°40.61%89.80%
CMYK14.41%40.61%0.00%
10.20%

Color #C488E5 in popluar number systems.

HEXC488E5
Decimal196136229
Binary110001001000100011100101
Octal304210345

Shades and tints

Shades of #C488E5

#C488E5
(196,136,229)
#B37CD1
(179,124,209)
#A270BD
(162,112,189)
#9164A9
(145,100,169)
#805895
(128,88,149)
#6F4C81
(111,76,129)
#5E406D
(94,64,109)
#4D3459
(77,52,89)
#3C2845
(60,40,69)
#2B1C31
(43,28,49)
#1A101D
(26,16,29)
#000000
(0,0,0)

Tints of #C488E5

#C488E5
(196,136,229)
#C992E7
(201,146,231)
#CE9CE9
(206,156,233)
#D3A6EB
(211,166,235)
#D8B0ED
(216,176,237)
#DDBAEF
(221,186,239)
#E2C4F1
(226,196,241)
#E7CEF3
(231,206,243)
#ECD8F5
(236,216,245)
#F1E2F7
(241,226,247)
#F6ECF9
(246,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C488E5 color. Also use rgb(196,136,229) instead hex code.

Text Font Color

.myTextColor { color: #C488E5; }

<p style="color:#C488E5">This sample text font color is #C488E5.</p>

This text font color is #C488E5.


Background Color

.myBgColor { background-color: #C488E5; }

<div style="background-color:#C488E5">Inner text</div>

This div background color is #C488E5.


Border color

.myBorderColor { border: 1px solid #C488E5; }

<div style="border:3px solid #C488E5">Div</div>

This div border color is #C488E5.


Opacity

.myOpacity80 { color: #C488E5; opacity: 0.8; }

<p style="color:#C488E5;opacity:0.8;">80%</p>

Text with #C488E5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C488E5;}

<p style="text-shadow: 3px 3px 1px #C488E5">Text here.</p>

This text has shadow with #C488E5 color.

.textShadow {text-shadow: 3px 3px 1px #C488E5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C488E5, 5px 5px 20px red">Text here.</p>

This text has shadow with #C488E5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C488E5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C488E5, Direction=45, Strength=4)">Text</p>

This text has shadow with #C488E5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C488E5;
  -webkit-box-shadow:	1px 1px 3px 2px #C488E5;
  box-shadow:		1px 1px 3px 2px #C488E5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C488E5;
-webkit-box-shadow: 1px 1px 3px 2px #C488E5;
box-shadow:1px 1px 3px 2px #C488E5;">
Div content here</div>
This div box has shadow with color #C488E5.

Preview

Color preview on black background

This text has color #C488E5 on black background.


Color preview on white background

This text has color #C488E5 on white background.



Black color preview on #C488E5 background

This text has black color on #C488E5 background.


White color preview on #C488E5 background

This text has white color on #C488E5 background.