Color Hex Logo

#ae53cf Color Hex

#AE53CF
(174,83,207)
0 Favorites   0 Comments

Color spaces of #ae53cf

RGB 17483207
HSL0.790.560.57
HSV284°60°81°
CMYK 0.160.600.00   0.19
XYZ31.811319.690261.1554
Yxy19.69020.28240.1748
Hunter Lab44.373650.3121-50.6515
CIE-Lab51.485156.2663-48.6606

#ae53cf color RGB value is (174,83,207).

#ae53cf hex color red value is 174, green value is 83 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae53cf hue: 0.79 , saturation: 0.56 and the lightness value of ae53cf is 0.57.

The process color (four color CMYK) of #ae53cf color hex is 0.16, 0.60, 0.00, 0.19. Web safe color of #ae53cf is #9966cc. Color #ae53cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 11001111
Octal 256 123 317
Decimal 174 83 207
Hex AE 53 CF

RGB Percentages of Color #ae53cf

%37.50
%17.89
%44.61

CMYK Percentages of Color #ae53cf

%16
%60
%0
%19

Triadic Colors of #ae53cf

#ae53cf #cfae53 #53cfae

Analogous Colors of #ae53cf

#ae53cf #cf53b2 #7053cf

Monochromatic Colors of #ae53cf

#ae53cf

Complementary Color

#ae53cf #74cf53

#ae53cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae53cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae53cf Color CSS Codes

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

#ae53cf Text Font Color

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

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


#ae53cf Background Color

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

This div background color is #ae53cf


#ae53cf Border Color

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

This div border color is #ae53cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae53cf


Comments

No comments written yet.

Please login to write comment.