Color Hex Logo

#c88c8a Color Hex

#C88C8A
(200,140,138)
0 Favorites   0 Comments

Color spaces of #c88c8a

RGB 200140138
HSL0.010.360.66
HSV31°78°
CMYK 0.000.300.31   0.22
XYZ37.784932.870528.3979
Yxy32.87050.38150.3318
Hunter Lab57.332817.307110.7656
CIE-Lab64.055922.577510.2447

#c88c8a color RGB value is (200,140,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001100 10001010
Octal 310 214 212
Decimal 200 140 138
Hex C8 8C 8A

RGB Percentages of Color #c88c8a

%41.84
%29.29
%28.87

CMYK Percentages of Color #c88c8a

%0
%30
%31
%22

Triadic Colors of #c88c8a

#c88c8a #8ac88c #8c8ac8

Analogous Colors of #c88c8a

#c88c8a #c8ab8a #c88aa7

Monochromatic Colors of #c88c8a

#c88c8a

Complementary Color

#c88c8a #8ac6c8

#c88c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88c8a Color CSS Codes

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

#c88c8a Text Font Color

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

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


#c88c8a Background Color

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

This div background color is #c88c8a


#c88c8a Border Color

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

This div border color is #c88c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88c8a


Comments

No comments written yet.

Please login to write comment.