Color Hex Logo

#ae431f Color Hex

#AE431F
(174,67,31)
1 Favorites   0 Comments

Color spaces of #ae431f

RGB 1746731
HSL0.040.700.40
HSV15°82°68°
CMYK 0.000.610.82   0.32
XYZ19.710013.11192.7883
Yxy13.11190.55350.3682
Hunter Lab36.210433.792920.7818
CIE-Lab42.931441.936242.6550

#ae431f color RGB value is (174,67,31).

#ae431f hex color red value is 174, green value is 67 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ae431f hue: 0.04 , saturation: 0.70 and the lightness value of ae431f is 0.40.

The process color (four color CMYK) of #ae431f color hex is 0.00, 0.61, 0.82, 0.32. Web safe color of #ae431f is #993333. Color #ae431f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 00011111
Octal 256 103 37
Decimal 174 67 31
Hex AE 43 1F

RGB Percentages of Color #ae431f

%63.97
%24.63
%11.40

CMYK Percentages of Color #ae431f

%0
%61
%82
%32

Triadic Colors of #ae431f

#ae431f #1fae43 #431fae

Analogous Colors of #ae431f

#ae431f #ae8b1f #ae1f42

Monochromatic Colors of #ae431f

#ae431f

Complementary Color

#ae431f #1f8aae

#ae431f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae431f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae431f Color CSS Codes

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

#ae431f Text Font Color

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

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


#ae431f Background Color

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

This div background color is #ae431f


#ae431f Border Color

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

This div border color is #ae431f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae431f


Comments

No comments written yet.

Please login to write comment.