Color Hex Logo

#ae103a Color Hex

#AE103A
(174,16,58)
0 Favorites   0 Comments

Color spaces of #ae103a

RGB 1741658
HSL0.960.830.37
HSV344°91°68°
CMYK 0.000.910.67   0.32
XYZ18.40469.67474.9004
Yxy9.67470.55810.2934
Hunter Lab31.104251.187612.4319
CIE-Lab37.252259.732220.6730

#ae103a color RGB value is (174,16,58).

#ae103a hex color red value is 174, green value is 16 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ae103a hue: 0.96 , saturation: 0.83 and the lightness value of ae103a is 0.37.

The process color (four color CMYK) of #ae103a color hex is 0.00, 0.91, 0.67, 0.32. Web safe color of #ae103a is #990033. Color #ae103a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 00111010
Octal 256 20 72
Decimal 174 16 58
Hex AE 10 3A

RGB Percentages of Color #ae103a

%70.16
%6.45
%23.39

CMYK Percentages of Color #ae103a

%0
%91
%67
%32

Triadic Colors of #ae103a

#ae103a #3aae10 #103aae

Analogous Colors of #ae103a

#ae103a #ae3510 #ae1089

Monochromatic Colors of #ae103a

#ae103a

Complementary Color

#ae103a #10ae84

#ae103a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae103a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae103a Color CSS Codes

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

#ae103a Text Font Color

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

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


#ae103a Background Color

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

This div background color is #ae103a


#ae103a Border Color

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

This div border color is #ae103a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae103a


Comments

No comments written yet.

Please login to write comment.