Color Hex Logo

#ae60ab Color Hex

#AE60AB
(174,96,171)
0 Favorites   0 Comments

Color spaces of #ae60ab

RGB 17496171
HSL0.840.330.53
HSV302°45°68°
CMYK 0.000.450.02   0.32
XYZ28.989120.304740.9194
Yxy20.30470.32130.2251
Hunter Lab45.060735.9788-22.2984
CIE-Lab52.180042.6857-26.7771

#ae60ab color RGB value is (174,96,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 10101011
Octal 256 140 253
Decimal 174 96 171
Hex AE 60 AB

RGB Percentages of Color #ae60ab

%39.46
%21.77
%38.78

CMYK Percentages of Color #ae60ab

%0
%45
%2
%32

Triadic Colors of #ae60ab

#ae60ab #abae60 #60abae

Analogous Colors of #ae60ab

#ae60ab #ae6084 #8a60ae

Monochromatic Colors of #ae60ab

#ae60ab

Complementary Color

#ae60ab #60ae63

#ae60ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae60ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae60ab Color CSS Codes

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

#ae60ab Text Font Color

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

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


#ae60ab Background Color

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

This div background color is #ae60ab


#ae60ab Border Color

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

This div border color is #ae60ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae60ab


Comments

No comments written yet.

Please login to write comment.