Color Hex Logo

#ae619a Color Hex

#AE619A
(174,97,154)
0 Favorites   0 Comments

Color spaces of #ae619a

RGB 17497154
HSL0.880.320.53
HSV316°44°68°
CMYK 0.000.440.11   0.32
XYZ27.563019.881232.9566
Yxy19.88120.34280.2473
Hunter Lab44.588332.3131-12.6112
CIE-Lab51.702639.1311-17.5553

#ae619a color RGB value is (174,97,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100001 10011010
Octal 256 141 232
Decimal 174 97 154
Hex AE 61 9A

RGB Percentages of Color #ae619a

%40.94
%22.82
%36.24

CMYK Percentages of Color #ae619a

%0
%44
%11
%32

Triadic Colors of #ae619a

#ae619a #9aae61 #619aae

Analogous Colors of #ae619a

#ae619a #ae6174 #9c61ae

Monochromatic Colors of #ae619a

#ae619a

Complementary Color

#ae619a #61ae75

#ae619a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae619a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae619a Color CSS Codes

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

#ae619a Text Font Color

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

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


#ae619a Background Color

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

This div background color is #ae619a


#ae619a Border Color

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

This div border color is #ae619a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae619a


Comments

No comments written yet.

Please login to write comment.