Color Hex Logo

#c01685 Color Hex

#C01685
(192,22,133)
0 Favorites   0 Comments

Color spaces of #c01685

RGB 19222133
HSL0.890.790.42
HSV321°89°75°
CMYK 0.000.890.31   0.25
XYZ26.258813.473723.4070
Yxy13.47370.41590.2134
Hunter Lab36.706563.4573-12.1134
CIE-Lab43.468569.3186-17.2778

#c01685 color RGB value is (192,22,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010110 10000101
Octal 300 26 205
Decimal 192 22 133
Hex C0 16 85

RGB Percentages of Color #c01685

%55.33
%6.34
%38.33

CMYK Percentages of Color #c01685

%0
%89
%31
%25

Triadic Colors of #c01685

#c01685 #85c016 #1685c0

Analogous Colors of #c01685

#c01685 #c01630 #a616c0

Monochromatic Colors of #c01685

#c01685

Complementary Color

#c01685 #16c051

#c01685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01685 Color CSS Codes

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

#c01685 Text Font Color

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

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


#c01685 Background Color

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

This div background color is #c01685


#c01685 Border Color

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

This div border color is #c01685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01685


Comments

No comments written yet.

Please login to write comment.