Color Hex Logo

#ae58fc Color Hex

#AE58FC
(174,88,252)
0 Favorites   0 Comments

Color spaces of #ae58fc

RGB 17488252
HSL0.750.960.67
HSV271°65°99°
CMYK 0.310.650.00   0.01
XYZ38.516023.006494.5061
Yxy23.00640.24690.1474
Hunter Lab47.965059.3972-83.2444
CIE-Lab55.078963.6275-68.2288

#ae58fc color RGB value is (174,88,252).

#ae58fc hex color red value is 174, green value is 88 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ae58fc hue: 0.75 , saturation: 0.96 and the lightness value of ae58fc is 0.67.

The process color (four color CMYK) of #ae58fc color hex is 0.31, 0.65, 0.00, 0.01. Web safe color of #ae58fc is #9966ff. Color #ae58fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 11111100
Octal 256 130 374
Decimal 174 88 252
Hex AE 58 FC

RGB Percentages of Color #ae58fc

%33.85
%17.12
%49.03

CMYK Percentages of Color #ae58fc

%31
%65
%0
%1

Triadic Colors of #ae58fc

#ae58fc #fcae58 #58fcae

Analogous Colors of #ae58fc

#ae58fc #fc58f8 #5c58fc

Monochromatic Colors of #ae58fc

#ae58fc

Complementary Color

#ae58fc #a6fc58

#ae58fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae58fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae58fc Color CSS Codes

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

#ae58fc Text Font Color

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

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


#ae58fc Background Color

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

This div background color is #ae58fc


#ae58fc Border Color

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

This div border color is #ae58fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae58fc


Comments

No comments written yet.

Please login to write comment.