Color Hex Logo

#c409cb Color Hex

#C409CB
(196,9,203)
0 Favorites   0 Comments

Color spaces of #c409cb

RGB 1969203
HSL0.830.920.42
HSV298°96°80°
CMYK 0.030.960.00   0.20
XYZ33.642116.242957.8620
Yxy16.24290.31220.1508
Hunter Lab40.302578.4718-56.9105
CIE-Lab47.291680.8778-52.8739

#c409cb color RGB value is (196,9,203).

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

The process color (four color CMYK) of #c409cb color hex is 0.03, 0.96, 0.00, 0.20. Web safe color of #c409cb is #cc00cc. Color #c409cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001001 11001011
Octal 304 11 313
Decimal 196 9 203
Hex C4 9 CB

RGB Percentages of Color #c409cb

%48.04
%2.21
%49.75

CMYK Percentages of Color #c409cb

%3
%96
%0
%20

Triadic Colors of #c409cb

#c409cb #cbc409 #09cbc4

Analogous Colors of #c409cb

#c409cb #cb0971 #6309cb

Monochromatic Colors of #c409cb

#c409cb

Complementary Color

#c409cb #10cb09

#c409cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c409cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c409cb Color CSS Codes

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

#c409cb Text Font Color

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

This sample text font color is #c409cb
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.


#c409cb Background Color

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

This div background color is #c409cb


#c409cb Border Color

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

This div border color is #c409cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c409cb


Comments

No comments written yet.

Please login to write comment.