Color Hex Logo

#ae374e Color Hex

#AE374E
(174,55,78)
0 Favorites   0 Comments

Color spaces of #ae374e

RGB 1745578
HSL0.970.520.45
HSV348°68°68°
CMYK 0.000.680.55   0.32
XYZ20.196912.28118.5137
Yxy12.28110.49270.2996
Hunter Lab35.044441.546010.1271
CIE-Lab41.659449.835813.8899

#ae374e color RGB value is (174,55,78).

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

The process color (four color CMYK) of #ae374e color hex is 0.00, 0.68, 0.55, 0.32. Web safe color of #ae374e is #993366. Color #ae374e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 01001110
Octal 256 67 116
Decimal 174 55 78
Hex AE 37 4E

RGB Percentages of Color #ae374e

%56.68
%17.92
%25.41

CMYK Percentages of Color #ae374e

%0
%68
%55
%32

Triadic Colors of #ae374e

#ae374e #4eae37 #374eae

Analogous Colors of #ae374e

#ae374e #ae5c37 #ae378a

Monochromatic Colors of #ae374e

#ae374e

Complementary Color

#ae374e #37ae97

#ae374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae374e Color CSS Codes

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

#ae374e Text Font Color

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

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


#ae374e Background Color

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

This div background color is #ae374e


#ae374e Border Color

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

This div border color is #ae374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae374e


Comments

No comments written yet.

Please login to write comment.