Color Hex Logo

#c8868b Color Hex

#C8868B
(200,134,139)
0 Favorites   0 Comments

Color spaces of #c8868b

RGB 200134139
HSL0.990.380.65
HSV355°33°78°
CMYK 0.000.330.31   0.22
XYZ37.004731.193628.4967
Yxy31.19360.38270.3226
Hunter Lab55.851220.52708.8446
CIE-Lab62.670726.00017.7085

#c8868b color RGB value is (200,134,139).

#c8868b hex color red value is 200, green value is 134 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c8868b hue: 0.99 , saturation: 0.38 and the lightness value of c8868b is 0.65.

The process color (four color CMYK) of #c8868b color hex is 0.00, 0.33, 0.31, 0.22. Web safe color of #c8868b is #cc9999. Color #c8868b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000110 10001011
Octal 310 206 213
Decimal 200 134 139
Hex C8 86 8B

RGB Percentages of Color #c8868b

%42.28
%28.33
%29.39

CMYK Percentages of Color #c8868b

%0
%33
%31
%22

Triadic Colors of #c8868b

#c8868b #8bc886 #868bc8

Analogous Colors of #c8868b

#c8868b #c8a286 #c886ac

Monochromatic Colors of #c8868b

#c8868b

Complementary Color

#c8868b #86c8c3

#c8868b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8868b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8868b Color CSS Codes

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

#c8868b Text Font Color

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

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


#c8868b Background Color

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

This div background color is #c8868b


#c8868b Border Color

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

This div border color is #c8868b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8868b


Comments

No comments written yet.

Please login to write comment.