Color Hex Logo

#ae4347 Color Hex

#AE4347
(174,67,71)
0 Favorites   0 Comments

Color spaces of #ae4347

RGB 1746771
HSL0.990.440.47
HSV358°61°68°
CMYK 0.000.610.59   0.32
XYZ20.600013.46797.4751
Yxy13.46790.49590.3242
Hunter Lab36.698635.974613.6123
CIE-Lab43.460044.046920.6238

#ae4347 color RGB value is (174,67,71).

#ae4347 hex color red value is 174, green value is 67 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ae4347 hue: 0.99 , saturation: 0.44 and the lightness value of ae4347 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 01000111
Octal 256 103 107
Decimal 174 67 71
Hex AE 43 47

RGB Percentages of Color #ae4347

%55.77
%21.47
%22.76

CMYK Percentages of Color #ae4347

%0
%61
%59
%32

Triadic Colors of #ae4347

#ae4347 #47ae43 #4347ae

Analogous Colors of #ae4347

#ae4347 #ae7543 #ae437d

Monochromatic Colors of #ae4347

#ae4347

Complementary Color

#ae4347 #43aeaa

#ae4347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4347 Color CSS Codes

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

#ae4347 Text Font Color

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

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


#ae4347 Background Color

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

This div background color is #ae4347


#ae4347 Border Color

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

This div border color is #ae4347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4347


Comments

No comments written yet.

Please login to write comment.