Color Hex Logo

#ae58ec Color Hex

#AE58EC
(174,88,236)
0 Favorites   0 Comments

Color spaces of #ae58ec

RGB 17488236
HSL0.760.800.64
HSV275°63°93°
CMYK 0.260.630.00   0.07
XYZ36.085622.034281.7080
Yxy22.03420.25810.1576
Hunter Lab46.940655.0759-70.3458
CIE-Lab54.063360.0531-60.9472

#ae58ec color RGB value is (174,88,236).

#ae58ec hex color red value is 174, green value is 88 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ae58ec hue: 0.76 , saturation: 0.80 and the lightness value of ae58ec is 0.64.

The process color (four color CMYK) of #ae58ec color hex is 0.26, 0.63, 0.00, 0.07. Web safe color of #ae58ec is #9966ff. Color #ae58ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 11101100
Octal 256 130 354
Decimal 174 88 236
Hex AE 58 EC

RGB Percentages of Color #ae58ec

%34.94
%17.67
%47.39

CMYK Percentages of Color #ae58ec

%26
%63
%0
%7

Triadic Colors of #ae58ec

#ae58ec #ecae58 #58ecae

Analogous Colors of #ae58ec

#ae58ec #ec58e0 #6458ec

Monochromatic Colors of #ae58ec

#ae58ec

Complementary Color

#ae58ec #96ec58

#ae58ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae58ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae58ec Color CSS Codes

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

#ae58ec Text Font Color

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

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


#ae58ec Background Color

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

This div background color is #ae58ec


#ae58ec Border Color

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

This div border color is #ae58ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae58ec


Comments

No comments written yet.

Please login to write comment.