Color Hex Logo

#ae70ab Color Hex

#AE70AB
(174,112,171)
0 Favorites   0 Comments

Color spaces of #ae70ab

RGB 174112171
HSL0.840.280.56
HSV303°36°68°
CMYK 0.000.360.02   0.32
XYZ30.600423.527341.4565
Yxy23.52730.32010.2461
Hunter Lab48.504927.7269-16.7209
CIE-Lab55.611434.0188-21.4897

#ae70ab color RGB value is (174,112,171).

#ae70ab hex color red value is 174, green value is 112 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae70ab hue: 0.84 , saturation: 0.28 and the lightness value of ae70ab is 0.56.

The process color (four color CMYK) of #ae70ab color hex is 0.00, 0.36, 0.02, 0.32. Web safe color of #ae70ab is #996699. Color #ae70ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 10101011
Octal 256 160 253
Decimal 174 112 171
Hex AE 70 AB

RGB Percentages of Color #ae70ab

%38.07
%24.51
%37.42

CMYK Percentages of Color #ae70ab

%0
%36
%2
%32

Triadic Colors of #ae70ab

#ae70ab #abae70 #70abae

Analogous Colors of #ae70ab

#ae70ab #ae708c #9270ae

Monochromatic Colors of #ae70ab

#ae70ab

Complementary Color

#ae70ab #70ae73

#ae70ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae70ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae70ab Color CSS Codes

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

#ae70ab Text Font Color

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

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


#ae70ab Background Color

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

This div background color is #ae70ab


#ae70ab Border Color

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

This div border color is #ae70ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae70ab


Comments

No comments written yet.

Please login to write comment.