Color Hex Logo

#ae9fcc Color Hex

#AE9FCC
(174,159,204)
0 Favorites   0 Comments

Color spaces of #ae9fcc

RGB 174159204
HSL0.720.310.71
HSV260°22°80°
CMYK 0.150.220.00   0.20
XYZ40.752838.154662.3434
Yxy38.15460.28850.2701
Hunter Lab61.76949.6702-16.6024
CIE-Lab68.134414.3821-21.0167

#ae9fcc color RGB value is (174,159,204).

#ae9fcc hex color red value is 174, green value is 159 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae9fcc hue: 0.72 , saturation: 0.31 and the lightness value of ae9fcc is 0.71.

The process color (four color CMYK) of #ae9fcc color hex is 0.15, 0.22, 0.00, 0.20. Web safe color of #ae9fcc is #9999cc. Color #ae9fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011111 11001100
Octal 256 237 314
Decimal 174 159 204
Hex AE 9F CC

RGB Percentages of Color #ae9fcc

%32.40
%29.61
%37.99

CMYK Percentages of Color #ae9fcc

%15
%22
%0
%20

Triadic Colors of #ae9fcc

#ae9fcc #ccae9f #9fccae

Analogous Colors of #ae9fcc

#ae9fcc #c59fcc #9fa7cc

Monochromatic Colors of #ae9fcc

#ae9fcc

Complementary Color

#ae9fcc #bdcc9f

#ae9fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9fcc Color CSS Codes

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

#ae9fcc Text Font Color

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

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


#ae9fcc Background Color

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

This div background color is #ae9fcc


#ae9fcc Border Color

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

This div border color is #ae9fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,159,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae9fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae9fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #ae9fcc;
  box-shadow:         1px 1px 3px 2px #ae9fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,159,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9fcc


Comments

No comments written yet.

Please login to write comment.