Color Hex Logo

#c8abbb Color Hex

#C8ABBB
(200,171,187)
0 Favorites   0 Comments

Color spaces of #c8abbb

RGB 200171187
HSL0.910.210.73
HSV327°15°78°
CMYK 0.000.150.07   0.22
XYZ47.352044.993053.2025
Yxy44.99300.32530.3091
Hunter Lab67.07688.6253-0.0725
CIE-Lab72.887313.2375-4.2727

#c8abbb color RGB value is (200,171,187).

#c8abbb hex color red value is 200, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c8abbb hue: 0.91 , saturation: 0.21 and the lightness value of c8abbb is 0.73.

The process color (four color CMYK) of #c8abbb color hex is 0.00, 0.15, 0.07, 0.22. Web safe color of #c8abbb is #cc99cc. Color #c8abbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101011 10111011
Octal 310 253 273
Decimal 200 171 187
Hex C8 AB BB

RGB Percentages of Color #c8abbb

%35.84
%30.65
%33.51

CMYK Percentages of Color #c8abbb

%0
%15
%7
%22

Triadic Colors of #c8abbb

#c8abbb #bbc8ab #abbbc8

Analogous Colors of #c8abbb

#c8abbb #c8abad #c7abc8

Monochromatic Colors of #c8abbb

#c8abbb

Complementary Color

#c8abbb #abc8b8

#c8abbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8abbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8abbb Color CSS Codes

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

#c8abbb Text Font Color

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

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


#c8abbb Background Color

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

This div background color is #c8abbb


#c8abbb Border Color

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

This div border color is #c8abbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8abbb


Comments

No comments written yet.

Please login to write comment.