Color Hex Logo

#ae114a Color Hex

#AE114A
(174,17,74)
0 Favorites   0 Comments

Color spaces of #ae114a

RGB 1741774
HSL0.940.820.37
HSV338°90°68°
CMYK 0.000.900.57   0.32
XYZ18.89209.89407.3926
Yxy9.89400.52220.2735
Hunter Lab31.454752.16308.0838
CIE-Lab37.651560.542110.9116

#ae114a color RGB value is (174,17,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 01001010
Octal 256 21 112
Decimal 174 17 74
Hex AE 11 4A

RGB Percentages of Color #ae114a

%65.66
%6.42
%27.92

CMYK Percentages of Color #ae114a

%0
%90
%57
%32

Triadic Colors of #ae114a

#ae114a #4aae11 #114aae

Analogous Colors of #ae114a

#ae114a #ae2611 #ae1199

Monochromatic Colors of #ae114a

#ae114a

Complementary Color

#ae114a #11ae75

#ae114a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae114a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae114a Color CSS Codes

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

#ae114a Text Font Color

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

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


#ae114a Background Color

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

This div background color is #ae114a


#ae114a Border Color

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

This div border color is #ae114a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae114a


Comments

No comments written yet.

Please login to write comment.