Color Hex Logo

#c9acdd Color Hex

#C9ACDD
(201,172,221)
0 Favorites   0 Comments

Color spaces of #c9acdd

RGB 201172221
HSL0.770.420.77
HSV276°22°87°
CMYK 0.090.220.00   0.13
XYZ51.891147.143074.7712
Yxy47.14300.29860.2712
Hunter Lab68.660814.7469-16.5040
CIE-Lab74.281119.5103-20.7928

#c9acdd color RGB value is (201,172,221).

#c9acdd hex color red value is 201, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c9acdd hue: 0.77 , saturation: 0.42 and the lightness value of c9acdd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101100 11011101
Octal 311 254 335
Decimal 201 172 221
Hex C9 AC DD

RGB Percentages of Color #c9acdd

%33.84
%28.96
%37.21

CMYK Percentages of Color #c9acdd

%9
%22
%0
%13

Triadic Colors of #c9acdd

#c9acdd #ddc9ac #acddc9

Analogous Colors of #c9acdd

#c9acdd #ddacd9 #b1acdd

Monochromatic Colors of #c9acdd

#c9acdd

Complementary Color

#c9acdd #c0ddac

#c9acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9acdd Color CSS Codes

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

#c9acdd Text Font Color

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

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


#c9acdd Background Color

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

This div background color is #c9acdd


#c9acdd Border Color

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

This div border color is #c9acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9acdd


Comments

No comments written yet.

Please login to write comment.