Color Hex Logo

#ae295a Color Hex

#AE295A
(174,41,90)
0 Favorites   0 Comments

Color spaces of #ae295a

RGB 1744190
HSL0.940.620.42
HSV338°76°68°
CMYK 0.000.760.48   0.32
XYZ20.094011.322710.7993
Yxy11.32270.47600.2682
Hunter Lab33.649247.70714.5261
CIE-Lab40.118855.96924.1783

#ae295a color RGB value is (174,41,90).

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

The process color (four color CMYK) of #ae295a color hex is 0.00, 0.76, 0.48, 0.32. Web safe color of #ae295a is #993366. Color #ae295a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 01011010
Octal 256 51 132
Decimal 174 41 90
Hex AE 29 5A

RGB Percentages of Color #ae295a

%57.05
%13.44
%29.51

CMYK Percentages of Color #ae295a

%0
%76
%48
%32

Triadic Colors of #ae295a

#ae295a #5aae29 #295aae

Analogous Colors of #ae295a

#ae295a #ae3a29 #ae299d

Monochromatic Colors of #ae295a

#ae295a

Complementary Color

#ae295a #29ae7d

#ae295a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae295a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae295a Color CSS Codes

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

#ae295a Text Font Color

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

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


#ae295a Background Color

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

This div background color is #ae295a


#ae295a Border Color

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

This div border color is #ae295a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae295a


Comments

No comments written yet.

Please login to write comment.