Color Hex Logo

#c409de Color Hex

#C409DE
(196,9,222)
0 Favorites   0 Comments

Color spaces of #c409de

RGB 1969222
HSL0.810.920.45
HSV293°96°87°
CMYK 0.120.960.00   0.13
XYZ36.047517.205170.5282
Yxy17.20510.29120.1390
Hunter Lab41.479082.5378-71.7775
CIE-Lab48.517483.8301-61.8101

#c409de color RGB value is (196,9,222).

#c409de hex color red value is 196, green value is 9 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c409de hue: 0.81 , saturation: 0.92 and the lightness value of c409de is 0.45.

The process color (four color CMYK) of #c409de color hex is 0.12, 0.96, 0.00, 0.13. Web safe color of #c409de is #cc00cc. Color #c409de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 11011110
Octal 304 11 336
Decimal 196 9 222
Hex C4 9 DE

RGB Percentages of Color #c409de

%45.90
%2.11
%51.99

CMYK Percentages of Color #c409de

%12
%96
%0
%13

Triadic Colors of #c409de

#c409de #dec409 #09dec4

Analogous Colors of #c409de

#c409de #de098e #5909de

Monochromatic Colors of #c409de

#c409de

Complementary Color

#c409de #23de09

#c409de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c409de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c409de Color CSS Codes

.mybgcolor {background-color:#c409de; } 
.myforecolor {color:#c409de; }
.mybordercolor {border:3px solid #c409de; }

#c409de Text Font Color

<p style="color:#c409de">Text here</p>

This sample text font color is #c409de
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c409de Background Color

<div style="background-color:#c409de">
Div content here</div>

This div background color is #c409de


#c409de Border Color

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

This div border color is #c409de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,9,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c409de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c409de;
  -webkit-box-shadow: 1px 1px 3px 2px #c409de;
  box-shadow:         1px 1px 3px 2px #c409de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,9,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c409de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c409de;
  -webkit-box-shadow: 1px 1px 3px 2px #c409de;
  box-shadow:         1px 1px 3px 2px #c409de;">
Div content here</div>

This div box has shadow with color #c409de


Comments

No comments written yet.

Please login to write comment.