Color Hex Logo

#c8898b Color Hex

#C8898B
(200,137,139)
0 Favorites   0 Comments

Color spaces of #c8898b

RGB 200137139
HSL0.990.360.66
HSV358°32°78°
CMYK 0.000.320.31   0.22
XYZ37.425332.034828.6369
Yxy32.03480.38150.3266
Hunter Lab56.599318.98139.6212
CIE-Lab63.371624.35708.7075

#c8898b color RGB value is (200,137,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001001 10001011
Octal 310 211 213
Decimal 200 137 139
Hex C8 89 8B

RGB Percentages of Color #c8898b

%42.02
%28.78
%29.20

CMYK Percentages of Color #c8898b

%0
%32
%31
%22

Triadic Colors of #c8898b

#c8898b #8bc889 #898bc8

Analogous Colors of #c8898b

#c8898b #c8a789 #c889ab

Monochromatic Colors of #c8898b

#c8898b

Complementary Color

#c8898b #89c8c6

#c8898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8898b Color CSS Codes

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

#c8898b Text Font Color

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

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


#c8898b Background Color

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

This div background color is #c8898b


#c8898b Border Color

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

This div border color is #c8898b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,137,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 #c8898b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8898b


Comments

No comments written yet.

Please login to write comment.