Color Hex Logo

#ae25eb Color Hex

#AE25EB
(174,37,235)
0 Favorites   0 Comments

Color spaces of #ae25eb

RGB 17437235
HSL0.780.830.53
HSV282°84°92°
CMYK 0.260.840.00   0.08
XYZ33.112516.320080.0021
Yxy16.32000.25580.1261
Hunter Lab40.398075.6122-89.1362
CIE-Lab47.391678.5811-71.1765

#ae25eb color RGB value is (174,37,235).

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

The process color (four color CMYK) of #ae25eb color hex is 0.26, 0.84, 0.00, 0.08. Web safe color of #ae25eb is #9933ff. Color #ae25eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 11101011
Octal 256 45 353
Decimal 174 37 235
Hex AE 25 EB

RGB Percentages of Color #ae25eb

%39.01
%8.30
%52.69

CMYK Percentages of Color #ae25eb

%26
%84
%0
%8

Triadic Colors of #ae25eb

#ae25eb #ebae25 #25ebae

Analogous Colors of #ae25eb

#ae25eb #eb25c5 #4b25eb

Monochromatic Colors of #ae25eb

#ae25eb

Complementary Color

#ae25eb #62eb25

#ae25eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae25eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae25eb Color CSS Codes

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

#ae25eb Text Font Color

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

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


#ae25eb Background Color

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

This div background color is #ae25eb


#ae25eb Border Color

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

This div border color is #ae25eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae25eb


Comments

No comments written yet.

Please login to write comment.