Color Hex Logo

#ae094a Color Hex

#AE094A
(174,9,74)
0 Favorites   0 Comments

Color spaces of #ae094a

RGB 174974
HSL0.930.900.36
HSV336°95°68°
CMYK 0.000.950.57   0.32
XYZ18.78939.68857.3583
Yxy9.68850.52430.2704
Hunter Lab31.126453.27977.7722
CIE-Lab37.277561.624610.3930

#ae094a color RGB value is (174,9,74).

#ae094a hex color red value is 174, green value is 9 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ae094a hue: 0.93 , saturation: 0.90 and the lightness value of ae094a is 0.36.

The process color (four color CMYK) of #ae094a color hex is 0.00, 0.95, 0.57, 0.32. Web safe color of #ae094a is #990033. Color #ae094a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 01001010
Octal 256 11 112
Decimal 174 9 74
Hex AE 9 4A

RGB Percentages of Color #ae094a

%67.70
%3.50
%28.79

CMYK Percentages of Color #ae094a

%0
%95
%57
%32

Triadic Colors of #ae094a

#ae094a #4aae09 #094aae

Analogous Colors of #ae094a

#ae094a #ae1b09 #ae099d

Monochromatic Colors of #ae094a

#ae094a

Complementary Color

#ae094a #09ae6d

#ae094a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae094a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae094a Color CSS Codes

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

#ae094a Text Font Color

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

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


#ae094a Background Color

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

This div background color is #ae094a


#ae094a Border Color

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

This div border color is #ae094a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae094a


Comments

No comments written yet.

Please login to write comment.