Color Hex Logo

#ae113c Color Hex

#AE113C
(174,17,60)
0 Favorites   0 Comments

Color spaces of #ae113c

RGB 1741760
HSL0.950.820.37
HSV344°90°68°
CMYK 0.000.900.66   0.32
XYZ18.47169.72585.1787
Yxy9.72580.55340.2914
Hunter Lab31.186251.149711.9848
CIE-Lab37.345759.679319.5123

#ae113c color RGB value is (174,17,60).

#ae113c hex color red value is 174, green value is 17 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ae113c hue: 0.95 , saturation: 0.82 and the lightness value of ae113c is 0.37.

The process color (four color CMYK) of #ae113c color hex is 0.00, 0.90, 0.66, 0.32. Web safe color of #ae113c is #990033. Color #ae113c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 00111100
Octal 256 21 74
Decimal 174 17 60
Hex AE 11 3C

RGB Percentages of Color #ae113c

%69.32
%6.77
%23.90

CMYK Percentages of Color #ae113c

%0
%90
%66
%32

Triadic Colors of #ae113c

#ae113c #3cae11 #113cae

Analogous Colors of #ae113c

#ae113c #ae3411 #ae118b

Monochromatic Colors of #ae113c

#ae113c

Complementary Color

#ae113c #11ae83

#ae113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae113c Color CSS Codes

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

#ae113c Text Font Color

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

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


#ae113c Background Color

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

This div background color is #ae113c


#ae113c Border Color

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

This div border color is #ae113c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae113c


Comments

No comments written yet.

Please login to write comment.