Color Hex Logo

#ae361f Color Hex

#AE361F
(174,54,31)
0 Favorites   0 Comments

Color spaces of #ae361f

RGB 1745431
HSL0.030.700.40
HSV10°82°68°
CMYK 0.000.690.82   0.32
XYZ19.022011.73592.5590
Yxy11.73590.57090.3523
Hunter Lab34.257739.163319.5515
CIE-Lab40.793347.667840.6310

#ae361f color RGB value is (174,54,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 00011111
Octal 256 66 37
Decimal 174 54 31
Hex AE 36 1F

RGB Percentages of Color #ae361f

%67.18
%20.85
%11.97

CMYK Percentages of Color #ae361f

%0
%69
%82
%32

Triadic Colors of #ae361f

#ae361f #1fae36 #361fae

Analogous Colors of #ae361f

#ae361f #ae7e1f #ae1f4f

Monochromatic Colors of #ae361f

#ae361f

Complementary Color

#ae361f #1f97ae

#ae361f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae361f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae361f Color CSS Codes

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

#ae361f Text Font Color

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

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


#ae361f Background Color

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

This div background color is #ae361f


#ae361f Border Color

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

This div border color is #ae361f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae361f


Comments

No comments written yet.

Please login to write comment.