Color Hex Logo

#ae7dfd Color Hex

#AE7DFD
(174,125,253)
0 Favorites   0 Comments

Color spaces of #ae7dfd

RGB 174125253
HSL0.730.970.74
HSV263°51°99°
CMYK 0.310.510.00   0.01
XYZ42.518830.757896.6244
Yxy30.75780.25030.1810
Hunter Lab55.459739.7945-64.4759
CIE-Lab62.302644.8883-57.1890

#ae7dfd color RGB value is (174,125,253).

#ae7dfd hex color red value is 174, green value is 125 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ae7dfd hue: 0.73 , saturation: 0.97 and the lightness value of ae7dfd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111101 11111101
Octal 256 175 375
Decimal 174 125 253
Hex AE 7D FD

RGB Percentages of Color #ae7dfd

%31.52
%22.64
%45.83

CMYK Percentages of Color #ae7dfd

%31
%51
%0
%1

Triadic Colors of #ae7dfd

#ae7dfd #fdae7d #7dfdae

Analogous Colors of #ae7dfd

#ae7dfd #ee7dfd #7d8cfd

Monochromatic Colors of #ae7dfd

#ae7dfd

Complementary Color

#ae7dfd #ccfd7d

#ae7dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7dfd Color CSS Codes

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

#ae7dfd Text Font Color

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

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


#ae7dfd Background Color

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

This div background color is #ae7dfd


#ae7dfd Border Color

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

This div border color is #ae7dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.