Color Hex Logo

#c9abbb Color Hex

#C9ABBB
(201,171,187)
0 Favorites   0 Comments

Color spaces of #c9abbb

RGB 201171187
HSL0.910.220.73
HSV328°15°79°
CMYK 0.000.150.07   0.21
XYZ47.619945.131253.2151
Yxy45.13120.32620.3092
Hunter Lab67.17988.96390.0604
CIE-Lab72.978213.5917-4.1284

#c9abbb color RGB value is (201,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101011 10111011
Octal 311 253 273
Decimal 201 171 187
Hex C9 AB BB

RGB Percentages of Color #c9abbb

%35.96
%30.59
%33.45

CMYK Percentages of Color #c9abbb

%0
%15
%7
%21

Triadic Colors of #c9abbb

#c9abbb #bbc9ab #abbbc9

Analogous Colors of #c9abbb

#c9abbb #c9abac #c8abc9

Monochromatic Colors of #c9abbb

#c9abbb

Complementary Color

#c9abbb #abc9b9

#c9abbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9abbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9abbb Color CSS Codes

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

#c9abbb Text Font Color

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

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


#c9abbb Background Color

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

This div background color is #c9abbb


#c9abbb Border Color

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

This div border color is #c9abbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9abbb


Comments

No comments written yet.

Please login to write comment.