Color Hex Logo

#ae0e27 Color Hex

#AE0E27
(174,14,39)
0 Favorites   0 Comments

Color spaces of #ae0e27

RGB 1741439
HSL0.970.850.37
HSV351°92°68°
CMYK 0.000.920.78   0.32
XYZ17.97889.45922.7977
Yxy9.45920.59460.3128
Hunter Lab30.755850.522316.1358
CIE-Lab36.853859.201032.1102

#ae0e27 color RGB value is (174,14,39).

#ae0e27 hex color red value is 174, green value is 14 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ae0e27 hue: 0.97 , saturation: 0.85 and the lightness value of ae0e27 is 0.37.

The process color (four color CMYK) of #ae0e27 color hex is 0.00, 0.92, 0.78, 0.32. Web safe color of #ae0e27 is #990033. Color #ae0e27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001110 00100111
Octal 256 16 47
Decimal 174 14 39
Hex AE E 27

RGB Percentages of Color #ae0e27

%76.65
%6.17
%17.18

CMYK Percentages of Color #ae0e27

%0
%92
%78
%32

Triadic Colors of #ae0e27

#ae0e27 #27ae0e #0e27ae

Analogous Colors of #ae0e27

#ae0e27 #ae450e #ae0e77

Monochromatic Colors of #ae0e27

#ae0e27

Complementary Color

#ae0e27 #0eae95

#ae0e27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0e27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0e27 Color CSS Codes

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

#ae0e27 Text Font Color

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

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


#ae0e27 Background Color

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

This div background color is #ae0e27


#ae0e27 Border Color

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

This div border color is #ae0e27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0e27


Comments

No comments written yet.

Please login to write comment.