Color Hex Logo

#c9a0df Color Hex

#C9A0DF
(201,160,223)
0 Favorites   0 Comments

Color spaces of #c9a0df

RGB 201160223
HSL0.780.500.75
HSV279°28°87°
CMYK 0.100.280.00   0.13
XYZ49.977542.886875.4559
Yxy42.88680.29690.2548
Hunter Lab65.488021.6191-22.4729
CIE-Lab71.478126.5061-26.1626

#c9a0df color RGB value is (201,160,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10100000 11011111
Octal 311 240 337
Decimal 201 160 223
Hex C9 A0 DF

RGB Percentages of Color #c9a0df

%34.42
%27.40
%38.18

CMYK Percentages of Color #c9a0df

%10
%28
%0
%13

Triadic Colors of #c9a0df

#c9a0df #dfc9a0 #a0dfc9

Analogous Colors of #c9a0df

#c9a0df #dfa0d6 #aaa0df

Monochromatic Colors of #c9a0df

#c9a0df

Complementary Color

#c9a0df #b6dfa0

#c9a0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9a0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9a0df Color CSS Codes

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

#c9a0df Text Font Color

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

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


#c9a0df Background Color

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

This div background color is #c9a0df


#c9a0df Border Color

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

This div border color is #c9a0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9a0df


Comments

No comments written yet.

Please login to write comment.