Color Hex Logo

#ae093a Color Hex

#AE093A
(174,9,58)
0 Favorites   0 Comments

Color spaces of #ae093a

RGB 174958
HSL0.950.900.36
HSV342°95°68°
CMYK 0.000.950.67   0.32
XYZ18.31709.49954.8712
Yxy9.49950.56040.2906
Hunter Lab30.821352.144912.2043
CIE-Lab36.928760.666520.2570

#ae093a color RGB value is (174,9,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 00111010
Octal 256 11 72
Decimal 174 9 58
Hex AE 9 3A

RGB Percentages of Color #ae093a

%72.20
%3.73
%24.07

CMYK Percentages of Color #ae093a

%0
%95
%67
%32

Triadic Colors of #ae093a

#ae093a #3aae09 #093aae

Analogous Colors of #ae093a

#ae093a #ae2b09 #ae098d

Monochromatic Colors of #ae093a

#ae093a

Complementary Color

#ae093a #09ae7d

#ae093a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae093a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae093a Color CSS Codes

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

#ae093a Text Font Color

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

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


#ae093a Background Color

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

This div background color is #ae093a


#ae093a Border Color

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

This div border color is #ae093a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae093a


Comments

No comments written yet.

Please login to write comment.