Color Hex Logo

#ae52bd Color Hex

#AE52BD
(174,82,189)
0 Favorites   0 Comments

Color spaces of #ae52bd

RGB 17482189
HSL0.810.450.53
HSV292°57°74°
CMYK 0.080.570.00   0.26
XYZ29.658218.707450.1918
Yxy18.70740.30090.1898
Hunter Lab43.252146.7075-38.5266
CIE-Lab50.343153.1730-40.1126

#ae52bd color RGB value is (174,82,189).

#ae52bd hex color red value is 174, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae52bd hue: 0.81 , saturation: 0.45 and the lightness value of ae52bd is 0.53.

The process color (four color CMYK) of #ae52bd color hex is 0.08, 0.57, 0.00, 0.26. Web safe color of #ae52bd is #9966cc. Color #ae52bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 10111101
Octal 256 122 275
Decimal 174 82 189
Hex AE 52 BD

RGB Percentages of Color #ae52bd

%39.10
%18.43
%42.47

CMYK Percentages of Color #ae52bd

%8
%57
%0
%26

Triadic Colors of #ae52bd

#ae52bd #bdae52 #52bdae

Analogous Colors of #ae52bd

#ae52bd #bd5297 #7952bd

Monochromatic Colors of #ae52bd

#ae52bd

Complementary Color

#ae52bd #61bd52

#ae52bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae52bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae52bd Color CSS Codes

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

#ae52bd Text Font Color

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

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


#ae52bd Background Color

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

This div background color is #ae52bd


#ae52bd Border Color

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

This div border color is #ae52bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae52bd


Comments

No comments written yet.

Please login to write comment.