Color Hex Logo

#ae253b Color Hex

#AE253B
(174,37,59)
0 Favorites   0 Comments

Color spaces of #ae253b

RGB 1743759
HSL0.970.650.41
HSV350°79°68°
CMYK 0.000.790.66   0.32
XYZ18.906510.63765.1944
Yxy10.63760.54430.3062
Hunter Lab32.615346.396313.3881
CIE-Lab38.963354.962622.2280

#ae253b color RGB value is (174,37,59).

#ae253b hex color red value is 174, green value is 37 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ae253b hue: 0.97 , saturation: 0.65 and the lightness value of ae253b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 00111011
Octal 256 45 73
Decimal 174 37 59
Hex AE 25 3B

RGB Percentages of Color #ae253b

%64.44
%13.70
%21.85

CMYK Percentages of Color #ae253b

%0
%79
%66
%32

Triadic Colors of #ae253b

#ae253b #3bae25 #253bae

Analogous Colors of #ae253b

#ae253b #ae5425 #ae2580

Monochromatic Colors of #ae253b

#ae253b

Complementary Color

#ae253b #25ae98

#ae253b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae253b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae253b Color CSS Codes

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

#ae253b Text Font Color

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

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


#ae253b Background Color

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

This div background color is #ae253b


#ae253b Border Color

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

This div border color is #ae253b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae253b


Comments

No comments written yet.

Please login to write comment.