Color Hex Logo

#ae59e3 Color Hex

#AE59E3
(174,89,227)
0 Favorites   0 Comments

Color spaces of #ae59e3

RGB 17489227
HSL0.770.710.62
HSV277°61°89°
CMYK 0.230.610.00   0.11
XYZ34.893121.689575.0205
Yxy21.68950.26510.1648
Hunter Lab46.572052.2365-62.9069
CIE-Lab53.696057.6033-56.4803

#ae59e3 color RGB value is (174,89,227).

#ae59e3 hex color red value is 174, green value is 89 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ae59e3 hue: 0.77 , saturation: 0.71 and the lightness value of ae59e3 is 0.62.

The process color (four color CMYK) of #ae59e3 color hex is 0.23, 0.61, 0.00, 0.11. Web safe color of #ae59e3 is #9966cc. Color #ae59e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011001 11100011
Octal 256 131 343
Decimal 174 89 227
Hex AE 59 E3

RGB Percentages of Color #ae59e3

%35.51
%18.16
%46.33

CMYK Percentages of Color #ae59e3

%23
%61
%0
%11

Triadic Colors of #ae59e3

#ae59e3 #e3ae59 #59e3ae

Analogous Colors of #ae59e3

#ae59e3 #e359d3 #6959e3

Monochromatic Colors of #ae59e3

#ae59e3

Complementary Color

#ae59e3 #8ee359

#ae59e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae59e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae59e3 Color CSS Codes

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

#ae59e3 Text Font Color

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

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


#ae59e3 Background Color

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

This div background color is #ae59e3


#ae59e3 Border Color

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

This div border color is #ae59e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae59e3


Comments

No comments written yet.

Please login to write comment.