Color Hex Logo

#ae25fc Color Hex

#AE25FC
(174,37,252)
0 Favorites   0 Comments

Color spaces of #ae25fc

RGB 17437252
HSL0.770.970.57
HSV278°85°99°
CMYK 0.310.850.00   0.01
XYZ35.687817.350193.5634
Yxy17.35010.24340.1183
Hunter Lab41.653580.0415-104.0218
CIE-Lab48.698281.8432-78.5937

#ae25fc color RGB value is (174,37,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 11111100
Octal 256 45 374
Decimal 174 37 252
Hex AE 25 FC

RGB Percentages of Color #ae25fc

%37.58
%7.99
%54.43

CMYK Percentages of Color #ae25fc

%31
%85
%0
%1

Triadic Colors of #ae25fc

#ae25fc #fcae25 #25fcae

Analogous Colors of #ae25fc

#ae25fc #fc25df #4325fc

Monochromatic Colors of #ae25fc

#ae25fc

Complementary Color

#ae25fc #73fc25

#ae25fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae25fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae25fc Color CSS Codes

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

#ae25fc Text Font Color

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

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


#ae25fc Background Color

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

This div background color is #ae25fc


#ae25fc Border Color

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

This div border color is #ae25fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,37,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae25fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae25fc

Related Colors


Comments

No comments written yet.

Please login to write comment.