Color Hex Logo

#ae191e Color Hex

#AE191E
(174,25,30)
0 Favorites   0 Comments

Color spaces of #ae191e

RGB 1742530
HSL0.990.750.39
HSV358°86°68°
CMYK 0.000.860.83   0.32
XYZ18.03759.78772.1668
Yxy9.78770.60140.3263
Hunter Lab31.285348.164717.7933
CIE-Lab37.458756.905837.9722

#ae191e color RGB value is (174,25,30).

#ae191e hex color red value is 174, green value is 25 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ae191e hue: 0.99 , saturation: 0.75 and the lightness value of ae191e is 0.39.

The process color (four color CMYK) of #ae191e color hex is 0.00, 0.86, 0.83, 0.32. Web safe color of #ae191e is #990033. Color #ae191e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011001 00011110
Octal 256 31 36
Decimal 174 25 30
Hex AE 19 1E

RGB Percentages of Color #ae191e

%75.98
%10.92
%13.10

CMYK Percentages of Color #ae191e

%0
%86
%83
%32

Triadic Colors of #ae191e

#ae191e #1eae19 #191eae

Analogous Colors of #ae191e

#ae191e #ae5f19 #ae1969

Monochromatic Colors of #ae191e

#ae191e

Complementary Color

#ae191e #19aea9

#ae191e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae191e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae191e Color CSS Codes

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

#ae191e Text Font Color

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

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


#ae191e Background Color

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

This div background color is #ae191e


#ae191e Border Color

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

This div border color is #ae191e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae191e


Comments

No comments written yet.

Please login to write comment.