Color Hex Logo

#ae52be Color Hex

#AE52BE
(174,82,190)
0 Favorites   0 Comments

Color spaces of #ae52be

RGB 17482190
HSL0.810.450.53
HSV291°57°75°
CMYK 0.080.570.00   0.25
XYZ29.767118.751050.7656
Yxy18.75100.29980.1889
Hunter Lab43.302446.9258-39.1969
CIE-Lab50.394653.3655-40.6104

#ae52be color RGB value is (174,82,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 10111110
Octal 256 122 276
Decimal 174 82 190
Hex AE 52 BE

RGB Percentages of Color #ae52be

%39.01
%18.39
%42.60

CMYK Percentages of Color #ae52be

%8
%57
%0
%25

Triadic Colors of #ae52be

#ae52be #beae52 #52beae

Analogous Colors of #ae52be

#ae52be #be5298 #7852be

Monochromatic Colors of #ae52be

#ae52be

Complementary Color

#ae52be #62be52

#ae52be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae52be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae52be Color CSS Codes

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

#ae52be Text Font Color

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

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


#ae52be Background Color

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

This div background color is #ae52be


#ae52be Border Color

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

This div border color is #ae52be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae52be


Comments

No comments written yet.

Please login to write comment.