Color Hex Logo

#ae414a Color Hex

#AE414A
(174,65,74)
0 Favorites   0 Comments

Color spaces of #ae414a

RGB 1746574
HSL0.990.460.47
HSV355°63°68°
CMYK 0.000.630.57   0.32
XYZ20.581913.27377.9559
Yxy13.27370.49230.3175
Hunter Lab36.433137.080912.5560
CIE-Lab43.172845.196818.4092

#ae414a color RGB value is (174,65,74).

#ae414a hex color red value is 174, green value is 65 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ae414a hue: 0.99 , saturation: 0.46 and the lightness value of ae414a is 0.47.

The process color (four color CMYK) of #ae414a color hex is 0.00, 0.63, 0.57, 0.32. Web safe color of #ae414a is #993333. Color #ae414a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000001 01001010
Octal 256 101 112
Decimal 174 65 74
Hex AE 41 4A

RGB Percentages of Color #ae414a

%55.59
%20.77
%23.64

CMYK Percentages of Color #ae414a

%0
%63
%57
%32

Triadic Colors of #ae414a

#ae414a #4aae41 #414aae

Analogous Colors of #ae414a

#ae414a #ae6f41 #ae4181

Monochromatic Colors of #ae414a

#ae414a

Complementary Color

#ae414a #41aea5

#ae414a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae414a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae414a Color CSS Codes

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

#ae414a Text Font Color

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

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


#ae414a Background Color

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

This div background color is #ae414a


#ae414a Border Color

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

This div border color is #ae414a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,65,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 #ae414a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae414a

#ae414a Color Palettes


Comments

No comments written yet.

Please login to write comment.