Color Hex Logo

#ae299a Color Hex

#AE299A
(174,41,154)
0 Favorites   0 Comments

Color spaces of #ae299a

RGB 17441154
HSL0.860.620.42
HSV309°76°68°
CMYK 0.000.760.11   0.32
XYZ24.081212.917631.7960
Yxy12.91760.35000.1878
Hunter Lab35.941156.7016-27.2934
CIE-Lab42.638863.6319-31.5873

#ae299a color RGB value is (174,41,154).

#ae299a hex color red value is 174, green value is 41 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ae299a hue: 0.86 , saturation: 0.62 and the lightness value of ae299a is 0.42.

The process color (four color CMYK) of #ae299a color hex is 0.00, 0.76, 0.11, 0.32. Web safe color of #ae299a is #993399. Color #ae299a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 10011010
Octal 256 51 232
Decimal 174 41 154
Hex AE 29 9A

RGB Percentages of Color #ae299a

%47.15
%11.11
%41.73

CMYK Percentages of Color #ae299a

%0
%76
%11
%32

Triadic Colors of #ae299a

#ae299a #9aae29 #299aae

Analogous Colors of #ae299a

#ae299a #ae2958 #8029ae

Monochromatic Colors of #ae299a

#ae299a

Complementary Color

#ae299a #29ae3d

#ae299a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae299a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae299a Color CSS Codes

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

#ae299a Text Font Color

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

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


#ae299a Background Color

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

This div background color is #ae299a


#ae299a Border Color

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

This div border color is #ae299a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae299a


Comments

No comments written yet.

Please login to write comment.