Color Hex Logo

#c06087 Color Hex

#C06087
(192,96,135)
0 Favorites   0 Comments

Color spaces of #c06087

RGB 19296135
HSL0.930.430.56
HSV336°50°75°
CMYK 0.000.500.30   0.25
XYZ30.294321.321525.4404
Yxy21.32150.39310.2767
Hunter Lab46.175236.3024-0.3434
CIE-Lab53.299642.8370-3.7011

#c06087 color RGB value is (192,96,135).

#c06087 hex color red value is 192, green value is 96 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c06087 hue: 0.93 , saturation: 0.43 and the lightness value of c06087 is 0.56.

The process color (four color CMYK) of #c06087 color hex is 0.00, 0.50, 0.30, 0.25. Web safe color of #c06087 is #cc6699. Color #c06087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 10000111
Octal 300 140 207
Decimal 192 96 135
Hex C0 60 87

RGB Percentages of Color #c06087

%45.39
%22.70
%31.91

CMYK Percentages of Color #c06087

%0
%50
%30
%25

Triadic Colors of #c06087

#c06087 #87c060 #6087c0

Analogous Colors of #c06087

#c06087 #c06960 #c060b7

Monochromatic Colors of #c06087

#c06087

Complementary Color

#c06087 #60c099

#c06087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06087 Color CSS Codes

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

#c06087 Text Font Color

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

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


#c06087 Background Color

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

This div background color is #c06087


#c06087 Border Color

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

This div border color is #c06087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06087


Comments

No comments written yet.

Please login to write comment.