Color Hex Logo

#ae9efd Color Hex

#AE9EFD
(174,158,253)
0 Favorites   0 Comments

Color spaces of #ae9efd

RGB 174158253
HSL0.690.960.81
HSV250°38°99°
CMYK 0.310.380.00   0.01
XYZ47.412040.544298.2554
Yxy40.54420.25460.2177
Hunter Lab63.674321.4813-46.9179
CIE-Lab69.855426.4733-45.2424

#ae9efd color RGB value is (174,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011110 11111101
Octal 256 236 375
Decimal 174 158 253
Hex AE 9E FD

RGB Percentages of Color #ae9efd

%29.74
%27.01
%43.25

CMYK Percentages of Color #ae9efd

%31
%38
%0
%1

Triadic Colors of #ae9efd

#ae9efd #fdae9e #9efdae

Analogous Colors of #ae9efd

#ae9efd #de9efd #9ebefd

Monochromatic Colors of #ae9efd

#ae9efd

Complementary Color

#ae9efd #edfd9e

#ae9efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9efd Color CSS Codes

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

#ae9efd Text Font Color

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

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


#ae9efd Background Color

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

This div background color is #ae9efd


#ae9efd Border Color

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

This div border color is #ae9efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9efd

Related Colors


Comments

No comments written yet.

Please login to write comment.