Color Hex Logo

#ae373b Color Hex

#AE373B
(174,55,59)
0 Favorites   0 Comments

Color spaces of #ae373b

RGB 1745559
HSL0.990.520.45
HSV358°68°68°
CMYK 0.000.680.66   0.32
XYZ19.611212.04685.4293
Yxy12.04680.52880.3248
Hunter Lab34.708540.117215.0215
CIE-Lab41.290448.514025.1630

#ae373b color RGB value is (174,55,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 00111011
Octal 256 67 73
Decimal 174 55 59
Hex AE 37 3B

RGB Percentages of Color #ae373b

%60.42
%19.10
%20.49

CMYK Percentages of Color #ae373b

%0
%68
%66
%32

Triadic Colors of #ae373b

#ae373b #3bae37 #373bae

Analogous Colors of #ae373b

#ae373b #ae6f37 #ae3777

Monochromatic Colors of #ae373b

#ae373b

Complementary Color

#ae373b #37aeaa

#ae373b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae373b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae373b Color CSS Codes

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

#ae373b Text Font Color

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

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


#ae373b Background Color

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

This div background color is #ae373b


#ae373b Border Color

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

This div border color is #ae373b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae373b


Comments

No comments written yet.

Please login to write comment.