Color Hex Logo

#c88fab Color Hex

#C88FAB
(200,143,171)
0 Favorites   0 Comments

Color spaces of #c88fab

RGB 200143171
HSL0.920.340.67
HSV331°29°78°
CMYK 0.000.290.15   0.22
XYZ40.992634.864643.0971
Yxy34.86460.34460.2931
Hunter Lab59.046320.5919-1.9426
CIE-Lab65.643125.8585-6.0811

#c88fab color RGB value is (200,143,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001111 10101011
Octal 310 217 253
Decimal 200 143 171
Hex C8 8F AB

RGB Percentages of Color #c88fab

%38.91
%27.82
%33.27

CMYK Percentages of Color #c88fab

%0
%29
%15
%22

Triadic Colors of #c88fab

#c88fab #abc88f #8fabc8

Analogous Colors of #c88fab

#c88fab #c8908f #c88fc8

Monochromatic Colors of #c88fab

#c88fab

Complementary Color

#c88fab #8fc8ac

#c88fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88fab Color CSS Codes

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

#c88fab Text Font Color

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

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


#c88fab Background Color

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

This div background color is #c88fab


#c88fab Border Color

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

This div border color is #c88fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88fab


Comments

No comments written yet.

Please login to write comment.