Color Hex Logo

#ae302a Color Hex

#AE302A
(174,48,42)
0 Favorites   0 Comments

Color spaces of #ae302a

RGB 1744842
HSL0.010.610.42
HSV76°68°
CMYK 0.000.720.76   0.32
XYZ18.930411.27973.3700
Yxy11.27970.56370.3359
Hunter Lab33.585341.837717.5604
CIE-Lab40.047650.411633.8396

#ae302a color RGB value is (174,48,42).

#ae302a hex color red value is 174, green value is 48 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae302a hue: 0.01 , saturation: 0.61 and the lightness value of ae302a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110000 00101010
Octal 256 60 52
Decimal 174 48 42
Hex AE 30 2A

RGB Percentages of Color #ae302a

%65.91
%18.18
%15.91

CMYK Percentages of Color #ae302a

%0
%72
%76
%32

Triadic Colors of #ae302a

#ae302a #2aae30 #302aae

Analogous Colors of #ae302a

#ae302a #ae722a #ae2a66

Monochromatic Colors of #ae302a

#ae302a

Complementary Color

#ae302a #2aa8ae

#ae302a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae302a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae302a Color CSS Codes

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

#ae302a Text Font Color

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

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


#ae302a Background Color

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

This div background color is #ae302a


#ae302a Border Color

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

This div border color is #ae302a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae302a


Comments

No comments written yet.

Please login to write comment.