Color Hex Logo

#ae53ed Color Hex

#AE53ED
(174,83,237)
0 Favorites   0 Comments

Color spaces of #ae53ed

RGB 17483237
HSL0.770.810.63
HSV275°65°93°
CMYK 0.270.650.00   0.07
XYZ35.834921.299682.3433
Yxy21.29960.25690.1527
Hunter Lab46.151557.8334-73.4789
CIE-Lab53.275862.6068-62.7747

#ae53ed color RGB value is (174,83,237).

#ae53ed hex color red value is 174, green value is 83 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ae53ed hue: 0.77 , saturation: 0.81 and the lightness value of ae53ed is 0.63.

The process color (four color CMYK) of #ae53ed color hex is 0.27, 0.65, 0.00, 0.07. Web safe color of #ae53ed is #9966ff. Color #ae53ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 11101101
Octal 256 123 355
Decimal 174 83 237
Hex AE 53 ED

RGB Percentages of Color #ae53ed

%35.22
%16.80
%47.98

CMYK Percentages of Color #ae53ed

%27
%65
%0
%7

Triadic Colors of #ae53ed

#ae53ed #edae53 #53edae

Analogous Colors of #ae53ed

#ae53ed #ed53df #6153ed

Monochromatic Colors of #ae53ed

#ae53ed

Complementary Color

#ae53ed #92ed53

#ae53ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae53ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae53ed Color CSS Codes

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

#ae53ed Text Font Color

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

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


#ae53ed Background Color

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

This div background color is #ae53ed


#ae53ed Border Color

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

This div border color is #ae53ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae53ed


Comments

No comments written yet.

Please login to write comment.