Color Hex Logo

#ae371f Color Hex

#AE371F
(174,55,31)
0 Favorites   0 Comments

Color spaces of #ae371f

RGB 1745531
HSL0.030.700.40
HSV10°82°68°
CMYK 0.000.680.82   0.32
XYZ19.069111.83002.5747
Yxy11.83000.56970.3534
Hunter Lab34.394838.772919.6380
CIE-Lab40.944647.256540.7751

#ae371f color RGB value is (174,55,31).

#ae371f hex color red value is 174, green value is 55 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ae371f hue: 0.03 , saturation: 0.70 and the lightness value of ae371f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 00011111
Octal 256 67 37
Decimal 174 55 31
Hex AE 37 1F

RGB Percentages of Color #ae371f

%66.92
%21.15
%11.92

CMYK Percentages of Color #ae371f

%0
%68
%82
%32

Triadic Colors of #ae371f

#ae371f #1fae37 #371fae

Analogous Colors of #ae371f

#ae371f #ae7f1f #ae1f4f

Monochromatic Colors of #ae371f

#ae371f

Complementary Color

#ae371f #1f96ae

#ae371f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae371f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae371f Color CSS Codes

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

#ae371f Text Font Color

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

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


#ae371f Background Color

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

This div background color is #ae371f


#ae371f Border Color

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

This div border color is #ae371f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae371f


Comments

No comments written yet.

Please login to write comment.