Color Hex Logo

#c9abbe Color Hex

#C9ABBE
(201,171,190)
0 Favorites   0 Comments

Color spaces of #c9abbe

RGB 201171190
HSL0.890.220.73
HSV322°15°79°
CMYK 0.000.150.05   0.21
XYZ47.944645.261054.9245
Yxy45.26100.32370.3055
Hunter Lab67.27639.4749-1.3111
CIE-Lab73.063414.1249-5.6505

#c9abbe color RGB value is (201,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101011 10111110
Octal 311 253 276
Decimal 201 171 190
Hex C9 AB BE

RGB Percentages of Color #c9abbe

%35.77
%30.43
%33.81

CMYK Percentages of Color #c9abbe

%0
%15
%5
%21

Triadic Colors of #c9abbe

#c9abbe #bec9ab #abbec9

Analogous Colors of #c9abbe

#c9abbe #c9abaf #c5abc9

Monochromatic Colors of #c9abbe

#c9abbe

Complementary Color

#c9abbe #abc9b6

#c9abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9abbe Color CSS Codes

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

#c9abbe Text Font Color

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

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


#c9abbe Background Color

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

This div background color is #c9abbe


#c9abbe Border Color

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

This div border color is #c9abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9abbe


Comments

No comments written yet.

Please login to write comment.