Color Hex Logo

#ae093e Color Hex

#AE093E
(174,9,62)
0 Favorites   0 Comments

Color spaces of #ae093e

RGB 174962
HSL0.950.900.36
HSV341°95°68°
CMYK 0.000.950.64   0.32
XYZ18.42279.54185.4282
Yxy9.54180.55170.2857
Hunter Lab30.889852.400411.2040
CIE-Lab37.007260.882817.7831

#ae093e color RGB value is (174,9,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 00111110
Octal 256 11 76
Decimal 174 9 62
Hex AE 9 3E

RGB Percentages of Color #ae093e

%71.02
%3.67
%25.31

CMYK Percentages of Color #ae093e

%0
%95
%64
%32

Triadic Colors of #ae093e

#ae093e #3eae09 #093eae

Analogous Colors of #ae093e

#ae093e #ae2709 #ae0991

Monochromatic Colors of #ae093e

#ae093e

Complementary Color

#ae093e #09ae79

#ae093e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae093e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae093e Color CSS Codes

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

#ae093e Text Font Color

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

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


#ae093e Background Color

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

This div background color is #ae093e


#ae093e Border Color

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

This div border color is #ae093e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae093e


Comments

No comments written yet.

Please login to write comment.