Color Hex Logo

#ae092f Color Hex

#AE092F
(174,9,47)
0 Favorites   0 Comments

Color spaces of #ae092f

RGB 174947
HSL0.960.900.36
HSV346°95°68°
CMYK 0.000.950.73   0.32
XYZ18.06639.39933.5514
Yxy9.39930.58250.3030
Hunter Lab30.658351.534414.5927
CIE-Lab36.742060.147827.0331

#ae092f color RGB value is (174,9,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 00101111
Octal 256 11 57
Decimal 174 9 47
Hex AE 9 2F

RGB Percentages of Color #ae092f

%75.65
%3.91
%20.43

CMYK Percentages of Color #ae092f

%0
%95
%73
%32

Triadic Colors of #ae092f

#ae092f #2fae09 #092fae

Analogous Colors of #ae092f

#ae092f #ae3609 #ae0982

Monochromatic Colors of #ae092f

#ae092f

Complementary Color

#ae092f #09ae88

#ae092f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae092f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae092f Color CSS Codes

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

#ae092f Text Font Color

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

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


#ae092f Background Color

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

This div background color is #ae092f


#ae092f Border Color

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

This div border color is #ae092f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae092f


Comments

No comments written yet.

Please login to write comment.