Color Hex Logo

#c8888d Color Hex

#C8888D
(200,136,141)
0 Favorites   0 Comments

Color spaces of #c8888d

RGB 200136141
HSL0.990.370.66
HSV355°32°78°
CMYK 0.000.320.30   0.22
XYZ37.431331.810829.3666
Yxy31.81080.37960.3226
Hunter Lab56.401119.76208.6099
CIE-Lab63.186225.17587.3085

#c8888d color RGB value is (200,136,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001000 10001101
Octal 310 210 215
Decimal 200 136 141
Hex C8 88 8D

RGB Percentages of Color #c8888d

%41.93
%28.51
%29.56

CMYK Percentages of Color #c8888d

%0
%32
%30
%22

Triadic Colors of #c8888d

#c8888d #8dc888 #888dc8

Analogous Colors of #c8888d

#c8888d #c8a388 #c888ad

Monochromatic Colors of #c8888d

#c8888d

Complementary Color

#c8888d #88c8c3

#c8888d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8888d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8888d Color CSS Codes

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

#c8888d Text Font Color

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

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


#c8888d Background Color

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

This div background color is #c8888d


#c8888d Border Color

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

This div border color is #c8888d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8888d


Comments

No comments written yet.

Please login to write comment.