Color Hex Logo

#c0878f Color Hex

#C0878F
(192,135,143)
0 Favorites   0 Comments

Color spaces of #c0878f

RGB 192135143
HSL0.980.310.64
HSV352°30°75°
CMYK 0.000.300.26   0.25
XYZ35.360130.517630.0134
Yxy30.51760.36880.3183
Hunter Lab55.242717.58066.4576
CIE-Lab62.098322.97674.4910

#c0878f color RGB value is (192,135,143).

#c0878f hex color red value is 192, green value is 135 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c0878f hue: 0.98 , saturation: 0.31 and the lightness value of c0878f is 0.64.

The process color (four color CMYK) of #c0878f color hex is 0.00, 0.30, 0.26, 0.25. Web safe color of #c0878f is #cc9999. Color #c0878f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 10001111
Octal 300 207 217
Decimal 192 135 143
Hex C0 87 8F

RGB Percentages of Color #c0878f

%40.85
%28.72
%30.43

CMYK Percentages of Color #c0878f

%0
%30
%26
%25

Triadic Colors of #c0878f

#c0878f #8fc087 #878fc0

Analogous Colors of #c0878f

#c0878f #c09c87 #c087ac

Monochromatic Colors of #c0878f

#c0878f

Complementary Color

#c0878f #87c0b8

#c0878f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0878f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0878f Color CSS Codes

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

#c0878f Text Font Color

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

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


#c0878f Background Color

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

This div background color is #c0878f


#c0878f Border Color

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

This div border color is #c0878f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0878f


Comments

No comments written yet.

Please login to write comment.