Color Hex Logo

#ae051a Color Hex

#AE051A
(174,5,26)
0 Favorites   0 Comments

Color spaces of #ae051a

RGB 174526
HSL0.980.940.35
HSV353°97°68°
CMYK 0.000.970.85   0.32
XYZ17.69639.18181.8168
Yxy9.18180.61670.3200
Hunter Lab30.301551.217817.6562
CIE-Lab36.332059.938939.1207

#ae051a color RGB value is (174,5,26).

#ae051a hex color red value is 174, green value is 5 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ae051a hue: 0.98 , saturation: 0.94 and the lightness value of ae051a is 0.35.

The process color (four color CMYK) of #ae051a color hex is 0.00, 0.97, 0.85, 0.32. Web safe color of #ae051a is #990033. Color #ae051a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000101 00011010
Octal 256 5 32
Decimal 174 5 26
Hex AE 5 1A

RGB Percentages of Color #ae051a

%84.88
%2.44
%12.68

CMYK Percentages of Color #ae051a

%0
%97
%85
%32

Triadic Colors of #ae051a

#ae051a #1aae05 #051aae

Analogous Colors of #ae051a

#ae051a #ae4505 #ae056f

Monochromatic Colors of #ae051a

#ae051a

Complementary Color

#ae051a #05ae99

#ae051a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae051a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae051a Color CSS Codes

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

#ae051a Text Font Color

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

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


#ae051a Background Color

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

This div background color is #ae051a


#ae051a Border Color

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

This div border color is #ae051a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae051a


Comments

No comments written yet.

Please login to write comment.