Color Hex Logo

#ae73bb Color Hex

#AE73BB
(174,115,187)
0 Favorites   0 Comments

Color spaces of #ae73bb

RGB 174115187
HSL0.800.350.59
HSV289°39°73°
CMYK 0.070.390.00   0.27
XYZ32.555924.848050.0940
Yxy24.84800.30290.2311
Hunter Lab49.847829.3459-24.6894
CIE-Lab56.927035.4975-28.6606

#ae73bb color RGB value is (174,115,187).

#ae73bb hex color red value is 174, green value is 115 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae73bb hue: 0.80 , saturation: 0.35 and the lightness value of ae73bb is 0.59.

The process color (four color CMYK) of #ae73bb color hex is 0.07, 0.39, 0.00, 0.27. Web safe color of #ae73bb is #9966cc. Color #ae73bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 10111011
Octal 256 163 273
Decimal 174 115 187
Hex AE 73 BB

RGB Percentages of Color #ae73bb

%36.55
%24.16
%39.29

CMYK Percentages of Color #ae73bb

%7
%39
%0
%27

Triadic Colors of #ae73bb

#ae73bb #bbae73 #73bbae

Analogous Colors of #ae73bb

#ae73bb #bb73a4 #8a73bb

Monochromatic Colors of #ae73bb

#ae73bb

Complementary Color

#ae73bb #80bb73

#ae73bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae73bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae73bb Color CSS Codes

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

#ae73bb Text Font Color

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

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


#ae73bb Background Color

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

This div background color is #ae73bb


#ae73bb Border Color

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

This div border color is #ae73bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae73bb


Comments

No comments written yet.

Please login to write comment.