Color Hex Logo

#ae55bf Color Hex

#AE55BF
(174,85,191)
0 Favorites   0 Comments

Color spaces of #ae55bf

RGB 17485191
HSL0.810.450.54
HSV290°55°75°
CMYK 0.090.550.00   0.25
XYZ30.108019.257351.4204
Yxy19.25730.29870.1911
Hunter Lab43.883145.6724-38.7553
CIE-Lab50.986952.1039-40.2531

#ae55bf color RGB value is (174,85,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010101 10111111
Octal 256 125 277
Decimal 174 85 191
Hex AE 55 BF

RGB Percentages of Color #ae55bf

%38.67
%18.89
%42.44

CMYK Percentages of Color #ae55bf

%9
%55
%0
%25

Triadic Colors of #ae55bf

#ae55bf #bfae55 #55bfae

Analogous Colors of #ae55bf

#ae55bf #bf559b #7955bf

Monochromatic Colors of #ae55bf

#ae55bf

Complementary Color

#ae55bf #66bf55

#ae55bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae55bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae55bf Color CSS Codes

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

#ae55bf Text Font Color

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

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


#ae55bf Background Color

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

This div background color is #ae55bf


#ae55bf Border Color

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

This div border color is #ae55bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae55bf


Comments

No comments written yet.

Please login to write comment.