Color Hex Logo

#c88eab Color Hex

#C88EAB
(200,142,171)
0 Favorites   0 Comments

Color spaces of #c88eab

RGB 200142171
HSL0.920.350.67
HSV330°29°78°
CMYK 0.000.290.15   0.22
XYZ40.843134.565643.0472
Yxy34.56560.34480.2918
Hunter Lab58.792521.1169-2.2567
CIE-Lab65.409126.4076-6.4279

#c88eab color RGB value is (200,142,171).

#c88eab hex color red value is 200, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c88eab hue: 0.92 , saturation: 0.35 and the lightness value of c88eab is 0.67.

The process color (four color CMYK) of #c88eab color hex is 0.00, 0.29, 0.15, 0.22. Web safe color of #c88eab is #cc9999. Color #c88eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001110 10101011
Octal 310 216 253
Decimal 200 142 171
Hex C8 8E AB

RGB Percentages of Color #c88eab

%38.99
%27.68
%33.33

CMYK Percentages of Color #c88eab

%0
%29
%15
%22

Triadic Colors of #c88eab

#c88eab #abc88e #8eabc8

Analogous Colors of #c88eab

#c88eab #c88e8e #c88ec8

Monochromatic Colors of #c88eab

#c88eab

Complementary Color

#c88eab #8ec8ab

#c88eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88eab Color CSS Codes

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

#c88eab Text Font Color

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

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


#c88eab Background Color

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

This div background color is #c88eab


#c88eab Border Color

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

This div border color is #c88eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88eab


Comments

No comments written yet.

Please login to write comment.