Color Hex Logo

#ae9afd Color Hex

#AE9AFD
(174,154,253)
0 Favorites   0 Comments

Color spaces of #ae9afd

RGB 174154253
HSL0.700.960.80
HSV252°39°99°
CMYK 0.310.390.00   0.01
XYZ46.740839.201798.0317
Yxy39.20170.25410.2131
Hunter Lab62.611323.6848-49.0037
CIE-Lab68.897128.7237-46.7478

#ae9afd color RGB value is (174,154,253).

#ae9afd hex color red value is 174, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ae9afd hue: 0.70 , saturation: 0.96 and the lightness value of ae9afd is 0.80.

The process color (four color CMYK) of #ae9afd color hex is 0.31, 0.39, 0.00, 0.01. Web safe color of #ae9afd is #9999ff. Color #ae9afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 11111101
Octal 256 232 375
Decimal 174 154 253
Hex AE 9A FD

RGB Percentages of Color #ae9afd

%29.95
%26.51
%43.55

CMYK Percentages of Color #ae9afd

%31
%39
%0
%1

Triadic Colors of #ae9afd

#ae9afd #fdae9a #9afdae

Analogous Colors of #ae9afd

#ae9afd #e09afd #9ab8fd

Monochromatic Colors of #ae9afd

#ae9afd

Complementary Color

#ae9afd #e9fd9a

#ae9afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9afd Color CSS Codes

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

#ae9afd Text Font Color

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

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


#ae9afd Background Color

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

This div background color is #ae9afd


#ae9afd Border Color

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

This div border color is #ae9afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9afd

Related Colors


Comments

No comments written yet.

Please login to write comment.