Color Hex Logo

#ae0ffd Color Hex

#AE0FFD
(174,15,253)
0 Favorites   0 Comments

Color spaces of #ae0ffd

RGB 17415253
HSL0.780.980.53
HSV280°94°99°
CMYK 0.310.940.00   0.01
XYZ35.356016.432294.2368
Yxy16.43220.24210.1125
Hunter Lab40.536784.7483-109.4576
CIE-Lab47.536585.7291-81.0517

#ae0ffd color RGB value is (174,15,253).

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

The process color (four color CMYK) of #ae0ffd color hex is 0.31, 0.94, 0.00, 0.01. Web safe color of #ae0ffd is #9900ff. Color #ae0ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001111 11111101
Octal 256 17 375
Decimal 174 15 253
Hex AE F FD

RGB Percentages of Color #ae0ffd

%39.37
%3.39
%57.24

CMYK Percentages of Color #ae0ffd

%31
%94
%0
%1

Triadic Colors of #ae0ffd

#ae0ffd #fdae0f #0ffdae

Analogous Colors of #ae0ffd

#ae0ffd #fd0fd5 #370ffd

Monochromatic Colors of #ae0ffd

#ae0ffd

Complementary Color

#ae0ffd #5efd0f

#ae0ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0ffd Color CSS Codes

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

#ae0ffd Text Font Color

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

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


#ae0ffd Background Color

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

This div background color is #ae0ffd


#ae0ffd Border Color

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

This div border color is #ae0ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0ffd


Comments

No comments written yet.

Please login to write comment.