Color Hex Logo

#ae4846 Color Hex

#AE4846
(174,72,70)
0 Favorites   0 Comments

Color spaces of #ae4846

RGB 1747270
HSL0.000.430.48
HSV60°68°
CMYK 0.000.590.60   0.32
XYZ20.878414.07567.4108
Yxy14.07560.49280.3322
Hunter Lab37.517533.679414.5507
CIE-Lab44.341241.595622.3786

#ae4846 color RGB value is (174,72,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001000 01000110
Octal 256 110 106
Decimal 174 72 70
Hex AE 48 46

RGB Percentages of Color #ae4846

%55.06
%22.78
%22.15

CMYK Percentages of Color #ae4846

%0
%59
%60
%32

Triadic Colors of #ae4846

#ae4846 #46ae48 #4846ae

Analogous Colors of #ae4846

#ae4846 #ae7c46 #ae4678

Monochromatic Colors of #ae4846

#ae4846

Complementary Color

#ae4846 #46acae

#ae4846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4846 Color CSS Codes

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

#ae4846 Text Font Color

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

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


#ae4846 Background Color

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

This div background color is #ae4846


#ae4846 Border Color

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

This div border color is #ae4846


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,72,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 #ae4846">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4846


Comments

No comments written yet.

Please login to write comment.