Color Hex Logo

#c8788e Color Hex

#C8788E
(200,120,142)
0 Favorites   0 Comments

Color spaces of #c8788e

RGB 200120142
HSL0.950.420.63
HSV344°40°78°
CMYK 0.000.400.29   0.22
XYZ35.418427.665329.0644
Yxy27.66530.38440.3002
Hunter Lab52.597828.15244.0561
CIE-Lab59.585134.00671.5446

#c8788e color RGB value is (200,120,142).

#c8788e hex color red value is 200, green value is 120 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c8788e hue: 0.95 , saturation: 0.42 and the lightness value of c8788e is 0.63.

The process color (four color CMYK) of #c8788e color hex is 0.00, 0.40, 0.29, 0.22. Web safe color of #c8788e is #cc6699. Color #c8788e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111000 10001110
Octal 310 170 216
Decimal 200 120 142
Hex C8 78 8E

RGB Percentages of Color #c8788e

%43.29
%25.97
%30.74

CMYK Percentages of Color #c8788e

%0
%40
%29
%22

Triadic Colors of #c8788e

#c8788e #8ec878 #788ec8

Analogous Colors of #c8788e

#c8788e #c88a78 #c878b6

Monochromatic Colors of #c8788e

#c8788e

Complementary Color

#c8788e #78c8b2

#c8788e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8788e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8788e Color CSS Codes

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

#c8788e Text Font Color

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

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


#c8788e Background Color

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

This div background color is #c8788e


#c8788e Border Color

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

This div border color is #c8788e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8788e


Comments

No comments written yet.

Please login to write comment.