Color Hex Logo

#ae391d Color Hex

#AE391D
(174,57,29)
0 Favorites   0 Comments

Color spaces of #ae391d

RGB 1745729
HSL0.030.710.40
HSV12°83°68°
CMYK 0.000.670.83   0.32
XYZ19.140512.01362.4724
Yxy12.01360.56920.3573
Hunter Lab34.660637.916220.0332
CIE-Lab41.237746.358142.0510

#ae391d color RGB value is (174,57,29).

#ae391d hex color red value is 174, green value is 57 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ae391d hue: 0.03 , saturation: 0.71 and the lightness value of ae391d is 0.40.

The process color (four color CMYK) of #ae391d color hex is 0.00, 0.67, 0.83, 0.32. Web safe color of #ae391d is #993333. Color #ae391d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 00011101
Octal 256 71 35
Decimal 174 57 29
Hex AE 39 1D

RGB Percentages of Color #ae391d

%66.92
%21.92
%11.15

CMYK Percentages of Color #ae391d

%0
%67
%83
%32

Triadic Colors of #ae391d

#ae391d #1dae39 #391dae

Analogous Colors of #ae391d

#ae391d #ae821d #ae1d4a

Monochromatic Colors of #ae391d

#ae391d

Complementary Color

#ae391d #1d92ae

#ae391d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae391d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae391d Color CSS Codes

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

#ae391d Text Font Color

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

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


#ae391d Background Color

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

This div background color is #ae391d


#ae391d Border Color

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

This div border color is #ae391d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae391d


Comments

No comments written yet.

Please login to write comment.