Color Hex Logo

#c9abdc Color Hex

#C9ABDC
(201,171,220)
0 Favorites   0 Comments

Color spaces of #c9abdc

RGB 201171220
HSL0.770.410.77
HSV277°22°86°
CMYK 0.090.220.00   0.14
XYZ51.568646.710674.0082
Yxy46.71060.29930.2711
Hunter Lab68.345215.0799-16.3611
CIE-Lab74.004319.8553-20.6679

#c9abdc color RGB value is (201,171,220).

#c9abdc hex color red value is 201, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c9abdc hue: 0.77 , saturation: 0.41 and the lightness value of c9abdc is 0.77.

The process color (four color CMYK) of #c9abdc color hex is 0.09, 0.22, 0.00, 0.14. Web safe color of #c9abdc is #cc99cc. Color #c9abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101011 11011100
Octal 311 253 334
Decimal 201 171 220
Hex C9 AB DC

RGB Percentages of Color #c9abdc

%33.95
%28.89
%37.16

CMYK Percentages of Color #c9abdc

%9
%22
%0
%14

Triadic Colors of #c9abdc

#c9abdc #dcc9ab #abdcc9

Analogous Colors of #c9abdc

#c9abdc #dcabd7 #b1abdc

Monochromatic Colors of #c9abdc

#c9abdc

Complementary Color

#c9abdc #bedcab

#c9abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9abdc Color CSS Codes

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

#c9abdc Text Font Color

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

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


#c9abdc Background Color

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

This div background color is #c9abdc


#c9abdc Border Color

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

This div border color is #c9abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9abdc


Comments

No comments written yet.

Please login to write comment.