Color Hex Logo

#c01686 Color Hex

#C01686
(192,22,134)
0 Favorites   0 Comments

Color spaces of #c01686

RGB 19222134
HSL0.890.790.42
HSV320°89°75°
CMYK 0.000.890.30   0.25
XYZ26.328213.501523.7727
Yxy13.50150.41390.2123
Hunter Lab36.744463.5967-12.6381
CIE-Lab43.509469.4291-17.8280

#c01686 color RGB value is (192,22,134).

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

The process color (four color CMYK) of #c01686 color hex is 0.00, 0.89, 0.30, 0.25. Web safe color of #c01686 is #cc0099. Color #c01686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010110 10000110
Octal 300 26 206
Decimal 192 22 134
Hex C0 16 86

RGB Percentages of Color #c01686

%55.17
%6.32
%38.51

CMYK Percentages of Color #c01686

%0
%89
%30
%25

Triadic Colors of #c01686

#c01686 #86c016 #1686c0

Analogous Colors of #c01686

#c01686 #c01631 #a516c0

Monochromatic Colors of #c01686

#c01686

Complementary Color

#c01686 #16c050

#c01686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01686 Color CSS Codes

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

#c01686 Text Font Color

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

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


#c01686 Background Color

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

This div background color is #c01686


#c01686 Border Color

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

This div border color is #c01686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01686


Comments

No comments written yet.

Please login to write comment.