Color Hex Logo

#c9aadf Color Hex

#C9AADF
(201,170,223)
0 Favorites   0 Comments

Color spaces of #c9aadf

RGB 201170223
HSL0.760.450.77
HSV275°24°87°
CMYK 0.100.240.00   0.13
XYZ51.781446.494776.0572
Yxy46.49470.29700.2667
Hunter Lab68.187016.2261-18.4024
CIE-Lab73.865421.0141-22.5154

#c9aadf color RGB value is (201,170,223).

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

The process color (four color CMYK) of #c9aadf color hex is 0.10, 0.24, 0.00, 0.13. Web safe color of #c9aadf is #cc99cc. Color #c9aadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101010 11011111
Octal 311 252 337
Decimal 201 170 223
Hex C9 AA DF

RGB Percentages of Color #c9aadf

%33.84
%28.62
%37.54

CMYK Percentages of Color #c9aadf

%10
%24
%0
%13

Triadic Colors of #c9aadf

#c9aadf #dfc9aa #aadfc9

Analogous Colors of #c9aadf

#c9aadf #dfaadb #afaadf

Monochromatic Colors of #c9aadf

#c9aadf

Complementary Color

#c9aadf #c0dfaa

#c9aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aadf Color CSS Codes

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

#c9aadf Text Font Color

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

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


#c9aadf Background Color

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

This div background color is #c9aadf


#c9aadf Border Color

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

This div border color is #c9aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aadf


Comments

No comments written yet.

Please login to write comment.