Color Hex Logo

#ae292e Color Hex

#AE292E
(174,41,46)
0 Favorites   0 Comments

Color spaces of #ae292e

RGB 1744146
HSL0.990.620.42
HSV358°76°68°
CMYK 0.000.760.74   0.32
XYZ18.741610.78183.6781
Yxy10.78180.56450.3247
Hunter Lab32.835744.420016.3436
CIE-Lab39.210553.045830.5382

#ae292e color RGB value is (174,41,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 00101110
Octal 256 51 56
Decimal 174 41 46
Hex AE 29 2E

RGB Percentages of Color #ae292e

%66.67
%15.71
%17.62

CMYK Percentages of Color #ae292e

%0
%76
%74
%32

Triadic Colors of #ae292e

#ae292e #2eae29 #292eae

Analogous Colors of #ae292e

#ae292e #ae6729 #ae2971

Monochromatic Colors of #ae292e

#ae292e

Complementary Color

#ae292e #29aea9

#ae292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae292e Color CSS Codes

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

#ae292e Text Font Color

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

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


#ae292e Background Color

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

This div background color is #ae292e


#ae292e Border Color

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

This div border color is #ae292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae292e


Comments

No comments written yet.

Please login to write comment.