Color Hex Logo

#c9aaea Color Hex

#C9AAEA
(201,170,234)
0 Favorites   0 Comments

Color spaces of #c9aaea

RGB 201170234
HSL0.750.600.79
HSV269°27°92°
CMYK 0.140.270.00   0.08
XYZ53.313447.107584.1246
Yxy47.10750.28890.2553
Hunter Lab68.634918.5420-24.6263
CIE-Lab74.258523.3080-27.9023

#c9aaea color RGB value is (201,170,234).

#c9aaea hex color red value is 201, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c9aaea hue: 0.75 , saturation: 0.60 and the lightness value of c9aaea is 0.79.

The process color (four color CMYK) of #c9aaea color hex is 0.14, 0.27, 0.00, 0.08. Web safe color of #c9aaea is #cc99ff. Color #c9aaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101010 11101010
Octal 311 252 352
Decimal 201 170 234
Hex C9 AA EA

RGB Percentages of Color #c9aaea

%33.22
%28.10
%38.68

CMYK Percentages of Color #c9aaea

%14
%27
%0
%8

Triadic Colors of #c9aaea

#c9aaea #eac9aa #aaeac9

Analogous Colors of #c9aaea

#c9aaea #e9aaea #aaabea

Monochromatic Colors of #c9aaea

#c9aaea

Complementary Color

#c9aaea #cbeaaa

#c9aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aaea Color CSS Codes

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

#c9aaea Text Font Color

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

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


#c9aaea Background Color

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

This div background color is #c9aaea


#c9aaea Border Color

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

This div border color is #c9aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aaea


Comments

No comments written yet.

Please login to write comment.