Color Hex Logo

#ae24fd Color Hex

#AE24FD
(174,36,253)
0 Favorites   0 Comments

Color spaces of #ae24fd

RGB 17436253
HSL0.770.980.57
HSV278°86°99°
CMYK 0.310.860.00   0.01
XYZ35.816117.352394.3901
Yxy17.35230.24270.1176
Hunter Lab41.656180.5770-105.1882
CIE-Lab48.700982.2632-79.1473

#ae24fd color RGB value is (174,36,253).

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

The process color (four color CMYK) of #ae24fd color hex is 0.31, 0.86, 0.00, 0.01. Web safe color of #ae24fd is #9933ff. Color #ae24fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100100 11111101
Octal 256 44 375
Decimal 174 36 253
Hex AE 24 FD

RGB Percentages of Color #ae24fd

%37.58
%7.78
%54.64

CMYK Percentages of Color #ae24fd

%31
%86
%0
%1

Triadic Colors of #ae24fd

#ae24fd #fdae24 #24fdae

Analogous Colors of #ae24fd

#ae24fd #fd24e0 #4224fd

Monochromatic Colors of #ae24fd

#ae24fd

Complementary Color

#ae24fd #73fd24

#ae24fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae24fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae24fd Color CSS Codes

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

#ae24fd Text Font Color

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

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


#ae24fd Background Color

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

This div background color is #ae24fd


#ae24fd Border Color

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

This div border color is #ae24fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae24fd

Related Colors


Comments

No comments written yet.

Please login to write comment.