Color Hex Logo

#ae092e Color Hex

#AE092E
(174,9,46)
0 Favorites   0 Comments

Color spaces of #ae092e

RGB 174946
HSL0.960.900.36
HSV347°95°68°
CMYK 0.000.950.74   0.32
XYZ18.04649.39133.4463
Yxy9.39130.58430.3041
Hunter Lab30.645251.486214.7840
CIE-Lab36.727060.106727.6440

#ae092e color RGB value is (174,9,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 00101110
Octal 256 11 56
Decimal 174 9 46
Hex AE 9 2E

RGB Percentages of Color #ae092e

%75.98
%3.93
%20.09

CMYK Percentages of Color #ae092e

%0
%95
%74
%32

Triadic Colors of #ae092e

#ae092e #2eae09 #092eae

Analogous Colors of #ae092e

#ae092e #ae3709 #ae0981

Monochromatic Colors of #ae092e

#ae092e

Complementary Color

#ae092e #09ae89

#ae092e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae092e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae092e Color CSS Codes

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

#ae092e Text Font Color

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

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


#ae092e Background Color

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

This div background color is #ae092e


#ae092e Border Color

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

This div border color is #ae092e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae092e


Comments

No comments written yet.

Please login to write comment.