Color Hex Logo

#ae609e Color Hex

#AE609E
(174,96,158)
0 Favorites   0 Comments

Color spaces of #ae609e

RGB 17496158
HSL0.870.330.53
HSV312°45°68°
CMYK 0.000.450.09   0.32
XYZ27.810019.833034.7102
Yxy19.83300.33770.2408
Hunter Lab44.534333.5317-15.0369
CIE-Lab51.647940.3528-19.9904

#ae609e color RGB value is (174,96,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 10011110
Octal 256 140 236
Decimal 174 96 158
Hex AE 60 9E

RGB Percentages of Color #ae609e

%40.65
%22.43
%36.92

CMYK Percentages of Color #ae609e

%0
%45
%9
%32

Triadic Colors of #ae609e

#ae609e #9eae60 #609eae

Analogous Colors of #ae609e

#ae609e #ae6077 #9760ae

Monochromatic Colors of #ae609e

#ae609e

Complementary Color

#ae609e #60ae70

#ae609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae609e Color CSS Codes

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

#ae609e Text Font Color

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

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


#ae609e Background Color

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

This div background color is #ae609e


#ae609e Border Color

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

This div border color is #ae609e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae609e


Comments

No comments written yet.

Please login to write comment.