Color Hex Logo

#ae57bf Color Hex

#AE57BF
(174,87,191)
0 Favorites   0 Comments

Color spaces of #ae57bf

RGB 17487191
HSL0.810.450.55
HSV290°54°75°
CMYK 0.090.540.00   0.25
XYZ30.267719.576651.4736
Yxy19.57660.29870.1932
Hunter Lab44.245544.6798-38.0041
CIE-Lab51.355151.1184-39.6720

#ae57bf color RGB value is (174,87,191).

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

The process color (four color CMYK) of #ae57bf color hex is 0.09, 0.54, 0.00, 0.25. Web safe color of #ae57bf is #9966cc. Color #ae57bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 10111111
Octal 256 127 277
Decimal 174 87 191
Hex AE 57 BF

RGB Percentages of Color #ae57bf

%38.50
%19.25
%42.26

CMYK Percentages of Color #ae57bf

%9
%54
%0
%25

Triadic Colors of #ae57bf

#ae57bf #bfae57 #57bfae

Analogous Colors of #ae57bf

#ae57bf #bf579c #7a57bf

Monochromatic Colors of #ae57bf

#ae57bf

Complementary Color

#ae57bf #68bf57

#ae57bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae57bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae57bf Color CSS Codes

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

#ae57bf Text Font Color

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

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


#ae57bf Background Color

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

This div background color is #ae57bf


#ae57bf Border Color

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

This div border color is #ae57bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae57bf

#ae57bf Color Palettes


Comments

No comments written yet.

Please login to write comment.