Color Hex Logo

#ae53fc Color Hex

#AE53FC
(174,83,252)
0 Favorites   0 Comments

Color spaces of #ae53fc

RGB 17483252
HSL0.760.970.66
HSV272°67°99°
CMYK 0.310.670.00   0.01
XYZ38.119522.213594.3740
Yxy22.21350.24640.1436
Hunter Lab47.131261.8904-85.7286
CIE-Lab54.252865.9143-69.5643

#ae53fc color RGB value is (174,83,252).

#ae53fc hex color red value is 174, green value is 83 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ae53fc hue: 0.76 , saturation: 0.97 and the lightness value of ae53fc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 11111100
Octal 256 123 374
Decimal 174 83 252
Hex AE 53 FC

RGB Percentages of Color #ae53fc

%34.18
%16.31
%49.51

CMYK Percentages of Color #ae53fc

%31
%67
%0
%1

Triadic Colors of #ae53fc

#ae53fc #fcae53 #53fcae

Analogous Colors of #ae53fc

#ae53fc #fc53f6 #5a53fc

Monochromatic Colors of #ae53fc

#ae53fc

Complementary Color

#ae53fc #a1fc53

#ae53fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae53fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae53fc Color CSS Codes

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

#ae53fc Text Font Color

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

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


#ae53fc Background Color

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

This div background color is #ae53fc


#ae53fc Border Color

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

This div border color is #ae53fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae53fc

Related Colors


Comments

No comments written yet.

Please login to write comment.