Color Hex Logo

#ae609a Color Hex

#AE609A
(174,96,154)
0 Favorites   0 Comments

Color spaces of #ae609a

RGB 17496154
HSL0.880.330.53
HSV315°45°68°
CMYK 0.000.450.11   0.32
XYZ27.471219.697532.9260
Yxy19.69750.34300.2459
Hunter Lab44.381932.8185-12.9187
CIE-Lab51.493539.6649-17.8743

#ae609a color RGB value is (174,96,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 10011010
Octal 256 140 232
Decimal 174 96 154
Hex AE 60 9A

RGB Percentages of Color #ae609a

%41.04
%22.64
%36.32

CMYK Percentages of Color #ae609a

%0
%45
%11
%32

Triadic Colors of #ae609a

#ae609a #9aae60 #609aae

Analogous Colors of #ae609a

#ae609a #ae6073 #9b60ae

Monochromatic Colors of #ae609a

#ae609a

Complementary Color

#ae609a #60ae74

#ae609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae609a Color CSS Codes

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

#ae609a Text Font Color

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

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


#ae609a Background Color

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

This div background color is #ae609a


#ae609a Border Color

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

This div border color is #ae609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae609a


Comments

No comments written yet.

Please login to write comment.