Color Hex Logo

#c9aadb Color Hex

#C9AADB
(201,170,219)
0 Favorites   0 Comments

Color spaces of #c9aadb

RGB 201170219
HSL0.770.400.76
HSV278°22°86°
CMYK 0.080.220.00   0.14
XYZ51.248346.281473.2500
Yxy46.28140.30010.2710
Hunter Lab68.030415.4133-16.2177
CIE-Lab73.727820.2011-20.5421

#c9aadb color RGB value is (201,170,219).

#c9aadb hex color red value is 201, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c9aadb hue: 0.77 , saturation: 0.40 and the lightness value of c9aadb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101010 11011011
Octal 311 252 333
Decimal 201 170 219
Hex C9 AA DB

RGB Percentages of Color #c9aadb

%34.07
%28.81
%37.12

CMYK Percentages of Color #c9aadb

%8
%22
%0
%14

Triadic Colors of #c9aadb

#c9aadb #dbc9aa #aadbc9

Analogous Colors of #c9aadb

#c9aadb #dbaad5 #b1aadb

Monochromatic Colors of #c9aadb

#c9aadb

Complementary Color

#c9aadb #bcdbaa

#c9aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aadb Color CSS Codes

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

#c9aadb Text Font Color

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

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


#c9aadb Background Color

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

This div background color is #c9aadb


#c9aadb Border Color

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

This div border color is #c9aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aadb

#c9aadb Color Palettes


Comments

No comments written yet.

Please login to write comment.