Color Hex Logo

#ae311a Color Hex

#AE311A
(174,49,26)
0 Favorites   0 Comments

Color spaces of #ae311a

RGB 1744926
HSL0.030.740.39
HSV85°68°
CMYK 0.000.720.85   0.32
XYZ18.740311.26992.1649
Yxy11.26990.58240.3503
Hunter Lab33.570740.896119.6760
CIE-Lab40.031449.500942.4237

#ae311a color RGB value is (174,49,26).

#ae311a hex color red value is 174, green value is 49 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ae311a hue: 0.03 , saturation: 0.74 and the lightness value of ae311a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110001 00011010
Octal 256 61 32
Decimal 174 49 26
Hex AE 31 1A

RGB Percentages of Color #ae311a

%69.88
%19.68
%10.44

CMYK Percentages of Color #ae311a

%0
%72
%85
%32

Triadic Colors of #ae311a

#ae311a #1aae31 #311aae

Analogous Colors of #ae311a

#ae311a #ae7b1a #ae1a4d

Monochromatic Colors of #ae311a

#ae311a

Complementary Color

#ae311a #1a97ae

#ae311a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae311a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae311a Color CSS Codes

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

#ae311a Text Font Color

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

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


#ae311a Background Color

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

This div background color is #ae311a


#ae311a Border Color

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

This div border color is #ae311a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae311a


Comments

No comments written yet.

Please login to write comment.