Color Hex Logo

#ae4740 Color Hex

#AE4740
(174,71,64)
0 Favorites   0 Comments

Color spaces of #ae4740

RGB 1747164
HSL0.010.460.47
HSV63°68°
CMYK 0.000.590.63   0.32
XYZ20.634213.87536.4411
Yxy13.87530.50390.3388
Hunter Lab37.249633.692415.8224
CIE-Lab44.053641.654425.6121

#ae4740 color RGB value is (174,71,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000111 01000000
Octal 256 107 100
Decimal 174 71 64
Hex AE 47 40

RGB Percentages of Color #ae4740

%56.31
%22.98
%20.71

CMYK Percentages of Color #ae4740

%0
%59
%63
%32

Triadic Colors of #ae4740

#ae4740 #40ae47 #4740ae

Analogous Colors of #ae4740

#ae4740 #ae7e40 #ae4070

Monochromatic Colors of #ae4740

#ae4740

Complementary Color

#ae4740 #40a7ae

#ae4740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4740 Color CSS Codes

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

#ae4740 Text Font Color

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

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


#ae4740 Background Color

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

This div background color is #ae4740


#ae4740 Border Color

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

This div border color is #ae4740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4740


Comments

No comments written yet.

Please login to write comment.