Color Hex Logo

#ae1205 Color Hex

#AE1205
(174,18,5)
0 Favorites   0 Comments

Color spaces of #ae1205

RGB 174185
HSL0.010.940.35
HSV97°68°
CMYK 0.000.900.97   0.32
XYZ17.69939.44221.0333
Yxy9.44220.62820.3351
Hunter Lab30.728249.041019.5160
CIE-Lab36.822157.842548.7292

#ae1205 color RGB value is (174,18,5).

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

The process color (four color CMYK) of #ae1205 color hex is 0.00, 0.90, 0.97, 0.32. Web safe color of #ae1205 is #990000. Color #ae1205 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 00000101
Octal 256 22 5
Decimal 174 18 5
Hex AE 12 5

RGB Percentages of Color #ae1205

%88.32
%9.14
%2.54

CMYK Percentages of Color #ae1205

%0
%90
%97
%32

Triadic Colors of #ae1205

#ae1205 #05ae12 #1205ae

Analogous Colors of #ae1205

#ae1205 #ae6705 #ae054d

Monochromatic Colors of #ae1205

#ae1205

Complementary Color

#ae1205 #05a1ae

#ae1205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1205 Color CSS Codes

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

#ae1205 Text Font Color

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

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


#ae1205 Background Color

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

This div background color is #ae1205


#ae1205 Border Color

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

This div border color is #ae1205


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1205


Comments

No comments written yet.

Please login to write comment.