Color Hex Logo

#c0406f Color Hex

#C0406F
(192,64,111)
0 Favorites   0 Comments

Color spaces of #c0406f

RGB 19264111
HSL0.940.500.50
HSV338°67°75°
CMYK 0.000.670.42   0.25
XYZ26.440916.021016.7377
Yxy16.02100.44660.2706
Hunter Lab40.026247.86923.2252
CIE-Lab47.002054.83891.4866

#c0406f color RGB value is (192,64,111).

#c0406f hex color red value is 192, green value is 64 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c0406f hue: 0.94 , saturation: 0.50 and the lightness value of c0406f is 0.50.

The process color (four color CMYK) of #c0406f color hex is 0.00, 0.67, 0.42, 0.25. Web safe color of #c0406f is #cc3366. Color #c0406f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000000 01101111
Octal 300 100 157
Decimal 192 64 111
Hex C0 40 6F

RGB Percentages of Color #c0406f

%52.32
%17.44
%30.25

CMYK Percentages of Color #c0406f

%0
%67
%42
%25

Triadic Colors of #c0406f

#c0406f #6fc040 #406fc0

Analogous Colors of #c0406f

#c0406f #c05140 #c040af

Monochromatic Colors of #c0406f

#c0406f

Complementary Color

#c0406f #40c091

#c0406f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0406f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0406f Color CSS Codes

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

#c0406f Text Font Color

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

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


#c0406f Background Color

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

This div background color is #c0406f


#c0406f Border Color

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

This div border color is #c0406f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,64,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0406f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0406f;
  -webkit-box-shadow: 1px 1px 3px 2px #c0406f;
  box-shadow:         1px 1px 3px 2px #c0406f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,64,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0406f


Comments

No comments written yet.

Please login to write comment.