Color Hex Logo

#ae252e Color Hex

#AE252E
(174,37,46)
0 Favorites   0 Comments

Color spaces of #ae252e

RGB 1743746
HSL0.990.650.41
HSV356°79°68°
CMYK 0.000.790.74   0.32
XYZ18.610310.51913.6343
Yxy10.51910.56800.3211
Hunter Lab32.433245.666116.0595
CIE-Lab38.758454.313330.0163

#ae252e color RGB value is (174,37,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 00101110
Octal 256 45 56
Decimal 174 37 46
Hex AE 25 2E

RGB Percentages of Color #ae252e

%67.70
%14.40
%17.90

CMYK Percentages of Color #ae252e

%0
%79
%74
%32

Triadic Colors of #ae252e

#ae252e #2eae25 #252eae

Analogous Colors of #ae252e

#ae252e #ae6025 #ae2573

Monochromatic Colors of #ae252e

#ae252e

Complementary Color

#ae252e #25aea5

#ae252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae252e Color CSS Codes

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

#ae252e Text Font Color

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

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


#ae252e Background Color

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

This div background color is #ae252e


#ae252e Border Color

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

This div border color is #ae252e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae252e


Comments

No comments written yet.

Please login to write comment.