Color Hex Logo

#ae374a Color Hex

#AE374A
(174,55,74)
0 Favorites   0 Comments

Color spaces of #ae374a

RGB 1745574
HSL0.970.520.45
HSV350°68°68°
CMYK 0.000.680.57   0.32
XYZ20.057812.22557.7812
Yxy12.22550.50060.3051
Hunter Lab34.965041.208511.2809
CIE-Lab41.572349.524916.2663

#ae374a color RGB value is (174,55,74).

#ae374a hex color red value is 174, green value is 55 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ae374a hue: 0.97 , saturation: 0.52 and the lightness value of ae374a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 01001010
Octal 256 67 112
Decimal 174 55 74
Hex AE 37 4A

RGB Percentages of Color #ae374a

%57.43
%18.15
%24.42

CMYK Percentages of Color #ae374a

%0
%68
%57
%32

Triadic Colors of #ae374a

#ae374a #4aae37 #374aae

Analogous Colors of #ae374a

#ae374a #ae6037 #ae3786

Monochromatic Colors of #ae374a

#ae374a

Complementary Color

#ae374a #37ae9b

#ae374a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae374a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae374a Color CSS Codes

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

#ae374a Text Font Color

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

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


#ae374a Background Color

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

This div background color is #ae374a


#ae374a Border Color

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

This div border color is #ae374a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae374a


Comments

No comments written yet.

Please login to write comment.