Color Hex Logo

#ae9bdc Color Hex

#AE9BDC
(174,155,220)
0 Favorites   0 Comments

Color spaces of #ae9bdc

RGB 174155220
HSL0.720.480.74
HSV258°30°86°
CMYK 0.210.300.00   0.14
XYZ42.095237.608772.7507
Yxy37.60870.27610.2467
Hunter Lab61.325915.2052-27.4073
CIE-Lab67.731220.2151-30.4818

#ae9bdc color RGB value is (174,155,220).

#ae9bdc hex color red value is 174, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae9bdc hue: 0.72 , saturation: 0.48 and the lightness value of ae9bdc is 0.74.

The process color (four color CMYK) of #ae9bdc color hex is 0.21, 0.30, 0.00, 0.14. Web safe color of #ae9bdc is #9999cc. Color #ae9bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011011 11011100
Octal 256 233 334
Decimal 174 155 220
Hex AE 9B DC

RGB Percentages of Color #ae9bdc

%31.69
%28.23
%40.07

CMYK Percentages of Color #ae9bdc

%21
%30
%0
%14

Triadic Colors of #ae9bdc

#ae9bdc #dcae9b #9bdcae

Analogous Colors of #ae9bdc

#ae9bdc #cf9bdc #9ba9dc

Monochromatic Colors of #ae9bdc

#ae9bdc

Complementary Color

#ae9bdc #c9dc9b

#ae9bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9bdc Color CSS Codes

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

#ae9bdc Text Font Color

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

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


#ae9bdc Background Color

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

This div background color is #ae9bdc


#ae9bdc Border Color

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

This div border color is #ae9bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9bdc


Comments

No comments written yet.

Please login to write comment.