Color Hex Logo

#ae9fcb Color Hex

#AE9FCB
(174,159,203)
0 Favorites   0 Comments

Color spaces of #ae9fcb

RGB 174159203
HSL0.720.300.71
HSV260°22°80°
CMYK 0.140.220.00   0.20
XYZ40.633238.106761.7136
Yxy38.10670.28930.2713
Hunter Lab61.73069.4662-16.0622
CIE-Lab68.099214.1647-20.5162

#ae9fcb color RGB value is (174,159,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011111 11001011
Octal 256 237 313
Decimal 174 159 203
Hex AE 9F CB

RGB Percentages of Color #ae9fcb

%32.46
%29.66
%37.87

CMYK Percentages of Color #ae9fcb

%14
%22
%0
%20

Triadic Colors of #ae9fcb

#ae9fcb #cbae9f #9fcbae

Analogous Colors of #ae9fcb

#ae9fcb #c49fcb #9fa6cb

Monochromatic Colors of #ae9fcb

#ae9fcb

Complementary Color

#ae9fcb #bccb9f

#ae9fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9fcb Color CSS Codes

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

#ae9fcb Text Font Color

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

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


#ae9fcb Background Color

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

This div background color is #ae9fcb


#ae9fcb Border Color

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

This div border color is #ae9fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9fcb


Comments

No comments written yet.

Please login to write comment.