Color Hex Logo

#ae4746 Color Hex

#AE4746
(174,71,70)
0 Favorites   0 Comments

Color spaces of #ae4746

RGB 1747170
HSL0.000.430.48
HSV60°68°
CMYK 0.000.590.60   0.32
XYZ20.814313.94737.3894
Yxy13.94730.49380.3309
Hunter Lab37.346134.128714.4110
CIE-Lab44.157342.079222.1402

#ae4746 color RGB value is (174,71,70).

#ae4746 hex color red value is 174, green value is 71 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ae4746 hue: 0.00 , saturation: 0.43 and the lightness value of ae4746 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000111 01000110
Octal 256 107 106
Decimal 174 71 70
Hex AE 47 46

RGB Percentages of Color #ae4746

%55.24
%22.54
%22.22

CMYK Percentages of Color #ae4746

%0
%59
%60
%32

Triadic Colors of #ae4746

#ae4746 #46ae47 #4746ae

Analogous Colors of #ae4746

#ae4746 #ae7b46 #ae4679

Monochromatic Colors of #ae4746

#ae4746

Complementary Color

#ae4746 #46adae

#ae4746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4746 Color CSS Codes

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

#ae4746 Text Font Color

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

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


#ae4746 Background Color

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

This div background color is #ae4746


#ae4746 Border Color

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

This div border color is #ae4746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4746


Comments

No comments written yet.

Please login to write comment.