Color Hex Logo

#ae373a Color Hex

#AE373A
(174,55,58)
0 Favorites   0 Comments

Color spaces of #ae373a

RGB 1745558
HSL1.000.520.45
HSV358°68°68°
CMYK 0.000.680.67   0.32
XYZ19.585512.03655.2940
Yxy12.03650.53050.3261
Hunter Lab34.693740.054115.2383
CIE-Lab41.274148.455325.7515

#ae373a color RGB value is (174,55,58).

#ae373a hex color red value is 174, green value is 55 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ae373a hue: 1.00 , saturation: 0.52 and the lightness value of ae373a is 0.45.

The process color (four color CMYK) of #ae373a color hex is 0.00, 0.68, 0.67, 0.32. Web safe color of #ae373a is #993333. Color #ae373a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 00111010
Octal 256 67 72
Decimal 174 55 58
Hex AE 37 3A

RGB Percentages of Color #ae373a

%60.63
%19.16
%20.21

CMYK Percentages of Color #ae373a

%0
%68
%67
%32

Triadic Colors of #ae373a

#ae373a #3aae37 #373aae

Analogous Colors of #ae373a

#ae373a #ae7037 #ae3776

Monochromatic Colors of #ae373a

#ae373a

Complementary Color

#ae373a #37aeab

#ae373a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae373a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae373a Color CSS Codes

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

#ae373a Text Font Color

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

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


#ae373a Background Color

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

This div background color is #ae373a


#ae373a Border Color

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

This div border color is #ae373a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,55,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 #ae373a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae373a


Comments

No comments written yet.

Please login to write comment.