Color Hex Logo

#ae0714 Color Hex

#AE0714
(174,7,20)
0 Favorites   0 Comments

Color spaces of #ae0714

RGB 174720
HSL0.990.920.35
HSV355°96°68°
CMYK 0.000.960.89   0.32
XYZ17.65789.20111.5071
Yxy9.20110.62250.3244
Hunter Lab30.333350.826118.2875
CIE-Lab36.368659.573842.2705

#ae0714 color RGB value is (174,7,20).

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

The process color (four color CMYK) of #ae0714 color hex is 0.00, 0.96, 0.89, 0.32. Web safe color of #ae0714 is #990000. Color #ae0714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000111 00010100
Octal 256 7 24
Decimal 174 7 20
Hex AE 7 14

RGB Percentages of Color #ae0714

%86.57
%3.48
%9.95

CMYK Percentages of Color #ae0714

%0
%96
%89
%32

Triadic Colors of #ae0714

#ae0714 #14ae07 #0714ae

Analogous Colors of #ae0714

#ae0714 #ae4e07 #ae0768

Monochromatic Colors of #ae0714

#ae0714

Complementary Color

#ae0714 #07aea1

#ae0714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0714 Color CSS Codes

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

#ae0714 Text Font Color

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

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


#ae0714 Background Color

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

This div background color is #ae0714


#ae0714 Border Color

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

This div border color is #ae0714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0714


Comments

No comments written yet.

Please login to write comment.