Color Hex Logo

#c9a2dc Color Hex

#C9A2DC
(201,162,220)
0 Favorites   0 Comments

Color spaces of #c9a2dc

RGB 201162220
HSL0.780.450.75
HSV280°26°86°
CMYK 0.090.260.00   0.14
XYZ49.926043.425573.4607
Yxy43.42550.29930.2603
Hunter Lab65.898019.9145-19.9657
CIE-Lab71.842824.7952-23.9598

#c9a2dc color RGB value is (201,162,220).

#c9a2dc hex color red value is 201, green value is 162 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c9a2dc hue: 0.78 , saturation: 0.45 and the lightness value of c9a2dc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10100010 11011100
Octal 311 242 334
Decimal 201 162 220
Hex C9 A2 DC

RGB Percentages of Color #c9a2dc

%34.48
%27.79
%37.74

CMYK Percentages of Color #c9a2dc

%9
%26
%0
%14

Triadic Colors of #c9a2dc

#c9a2dc #dcc9a2 #a2dcc9

Analogous Colors of #c9a2dc

#c9a2dc #dca2d2 #aca2dc

Monochromatic Colors of #c9a2dc

#c9a2dc

Complementary Color

#c9a2dc #b5dca2

#c9a2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9a2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9a2dc Color CSS Codes

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

#c9a2dc Text Font Color

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

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


#c9a2dc Background Color

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

This div background color is #c9a2dc


#c9a2dc Border Color

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

This div border color is #c9a2dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,162,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 #c9a2dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9a2dc


Comments

No comments written yet.

Please login to write comment.