Color Hex Logo

#ae25dc Color Hex

#AE25DC
(174,37,220)
0 Favorites   0 Comments

Color spaces of #ae25dc

RGB 17437220
HSL0.790.720.50
HSV285°83°86°
CMYK 0.210.830.00   0.14
XYZ31.035415.489169.0641
Yxy15.48910.26850.1340
Hunter Lab39.356271.8877-76.4955
CIE-Lab46.296975.7834-64.4327

#ae25dc color RGB value is (174,37,220).

#ae25dc hex color red value is 174, green value is 37 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae25dc hue: 0.79 , saturation: 0.72 and the lightness value of ae25dc is 0.50.

The process color (four color CMYK) of #ae25dc color hex is 0.21, 0.83, 0.00, 0.14. Web safe color of #ae25dc is #9933cc. Color #ae25dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 11011100
Octal 256 45 334
Decimal 174 37 220
Hex AE 25 DC

RGB Percentages of Color #ae25dc

%40.37
%8.58
%51.04

CMYK Percentages of Color #ae25dc

%21
%83
%0
%14

Triadic Colors of #ae25dc

#ae25dc #dcae25 #25dcae

Analogous Colors of #ae25dc

#ae25dc #dc25af #5325dc

Monochromatic Colors of #ae25dc

#ae25dc

Complementary Color

#ae25dc #53dc25

#ae25dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae25dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae25dc Color CSS Codes

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

#ae25dc Text Font Color

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

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


#ae25dc Background Color

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

This div background color is #ae25dc


#ae25dc Border Color

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

This div border color is #ae25dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae25dc


Comments

No comments written yet.

Please login to write comment.