Color Hex Logo

#ae071c Color Hex

#AE071C
(174,7,28)
0 Favorites   0 Comments

Color spaces of #ae071c

RGB 174728
HSL0.980.920.35
HSV352°96°68°
CMYK 0.000.960.84   0.32
XYZ17.74119.23451.9460
Yxy9.23450.61340.3193
Hunter Lab30.388351.031117.4750
CIE-Lab36.431959.748938.1092

#ae071c color RGB value is (174,7,28).

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

The process color (four color CMYK) of #ae071c color hex is 0.00, 0.96, 0.84, 0.32. Web safe color of #ae071c is #990033. Color #ae071c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000111 00011100
Octal 256 7 34
Decimal 174 7 28
Hex AE 7 1C

RGB Percentages of Color #ae071c

%83.25
%3.35
%13.40

CMYK Percentages of Color #ae071c

%0
%96
%84
%32

Triadic Colors of #ae071c

#ae071c #1cae07 #071cae

Analogous Colors of #ae071c

#ae071c #ae4607 #ae0770

Monochromatic Colors of #ae071c

#ae071c

Complementary Color

#ae071c #07ae99

#ae071c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae071c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae071c Color CSS Codes

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

#ae071c Text Font Color

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

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


#ae071c Background Color

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

This div background color is #ae071c


#ae071c Border Color

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

This div border color is #ae071c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae071c


Comments

No comments written yet.

Please login to write comment.