Color Hex Logo

#c0166f Color Hex

#C0166F
(192,22,111)
0 Favorites   0 Comments

Color spaces of #c0166f

RGB 19222111
HSL0.910.790.42
HSV329°89°75°
CMYK 0.000.890.42   0.25
XYZ24.894412.928016.2222
Yxy12.92800.46060.2392
Hunter Lab35.955560.6652-1.5812
CIE-Lab42.654667.0861-4.8977

#c0166f color RGB value is (192,22,111).

#c0166f hex color red value is 192, green value is 22 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c0166f hue: 0.91 , saturation: 0.79 and the lightness value of c0166f is 0.42.

The process color (four color CMYK) of #c0166f color hex is 0.00, 0.89, 0.42, 0.25. Web safe color of #c0166f is #cc0066. Color #c0166f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010110 01101111
Octal 300 26 157
Decimal 192 22 111
Hex C0 16 6F

RGB Percentages of Color #c0166f

%59.08
%6.77
%34.15

CMYK Percentages of Color #c0166f

%0
%89
%42
%25

Triadic Colors of #c0166f

#c0166f #6fc016 #166fc0

Analogous Colors of #c0166f

#c0166f #c0161a #bc16c0

Monochromatic Colors of #c0166f

#c0166f

Complementary Color

#c0166f #16c067

#c0166f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0166f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0166f Color CSS Codes

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

#c0166f Text Font Color

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

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


#c0166f Background Color

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

This div background color is #c0166f


#c0166f Border Color

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

This div border color is #c0166f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,22,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 #c0166f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0166f


Comments

No comments written yet.

Please login to write comment.