Color Hex Logo

#ae301f Color Hex

#AE301F
(174,48,31)
0 Favorites   0 Comments

Color spaces of #ae301f

RGB 1744831
HSL0.020.700.40
HSV82°68°
CMYK 0.000.720.82   0.32
XYZ18.759811.21152.4716
Yxy11.21150.57820.3456
Hunter Lab33.483641.411719.0620
CIE-Lab39.934450.019739.8100

#ae301f color RGB value is (174,48,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110000 00011111
Octal 256 60 37
Decimal 174 48 31
Hex AE 30 1F

RGB Percentages of Color #ae301f

%68.77
%18.97
%12.25

CMYK Percentages of Color #ae301f

%0
%72
%82
%32

Triadic Colors of #ae301f

#ae301f #1fae30 #301fae

Analogous Colors of #ae301f

#ae301f #ae781f #ae1f56

Monochromatic Colors of #ae301f

#ae301f

Complementary Color

#ae301f #1f9dae

#ae301f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae301f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae301f Color CSS Codes

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

#ae301f Text Font Color

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

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


#ae301f Background Color

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

This div background color is #ae301f


#ae301f Border Color

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

This div border color is #ae301f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae301f


Comments

No comments written yet.

Please login to write comment.