Color Hex Logo

#ae5efd Color Hex

#AE5EFD
(174,94,253)
0 Favorites   0 Comments

Color spaces of #ae5efd

RGB 17494253
HSL0.750.980.68
HSV270°63°99°
CMYK 0.310.630.00   0.01
XYZ39.187924.095995.5141
Yxy24.09590.24680.1517
Hunter Lab49.087656.5980-81.0046
CIE-Lab56.183761.0047-67.0000

#ae5efd color RGB value is (174,94,253).

#ae5efd hex color red value is 174, green value is 94 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ae5efd hue: 0.75 , saturation: 0.98 and the lightness value of ae5efd is 0.68.

The process color (four color CMYK) of #ae5efd color hex is 0.31, 0.63, 0.00, 0.01. Web safe color of #ae5efd is #9966ff. Color #ae5efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011110 11111101
Octal 256 136 375
Decimal 174 94 253
Hex AE 5E FD

RGB Percentages of Color #ae5efd

%33.40
%18.04
%48.56

CMYK Percentages of Color #ae5efd

%31
%63
%0
%1

Triadic Colors of #ae5efd

#ae5efd #fdae5e #5efdae

Analogous Colors of #ae5efd

#ae5efd #fd5efd #5f5efd

Monochromatic Colors of #ae5efd

#ae5efd

Complementary Color

#ae5efd #adfd5e

#ae5efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5efd Color CSS Codes

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

#ae5efd Text Font Color

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

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


#ae5efd Background Color

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

This div background color is #ae5efd


#ae5efd Border Color

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

This div border color is #ae5efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5efd


Comments

No comments written yet.

Please login to write comment.