Color Hex Logo

#ae72af Color Hex

#AE72AF
(174,114,175)
0 Favorites   0 Comments

Color spaces of #ae72af

RGB 174114175
HSL0.830.280.57
HSV299°35°69°
CMYK 0.010.350.00   0.31
XYZ31.210724.128443.5697
Yxy24.12840.31560.2439
Hunter Lab49.120727.4557-18.2054
CIE-Lab56.216133.6754-22.8693

#ae72af color RGB value is (174,114,175).

#ae72af hex color red value is 174, green value is 114 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ae72af hue: 0.83 , saturation: 0.28 and the lightness value of ae72af is 0.57.

The process color (four color CMYK) of #ae72af color hex is 0.01, 0.35, 0.00, 0.31. Web safe color of #ae72af is #996699. Color #ae72af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 10101111
Octal 256 162 257
Decimal 174 114 175
Hex AE 72 AF

RGB Percentages of Color #ae72af

%37.58
%24.62
%37.80

CMYK Percentages of Color #ae72af

%1
%35
%0
%31

Triadic Colors of #ae72af

#ae72af #afae72 #72afae

Analogous Colors of #ae72af

#ae72af #af7292 #9072af

Monochromatic Colors of #ae72af

#ae72af

Complementary Color

#ae72af #73af72

#ae72af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae72af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae72af Color CSS Codes

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

#ae72af Text Font Color

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

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


#ae72af Background Color

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

This div background color is #ae72af


#ae72af Border Color

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

This div border color is #ae72af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae72af


Comments

No comments written yet.

Please login to write comment.