Color Hex Logo

#ae4249 Color Hex

#AE4249
(174,66,73)
0 Favorites   0 Comments

Color spaces of #ae4249

RGB 1746673
HSL0.990.450.47
HSV356°62°68°
CMYK 0.000.620.58   0.32
XYZ20.606413.37617.7991
Yxy13.37610.49320.3201
Hunter Lab36.573436.568312.9580
CIE-Lab43.324644.661619.2238

#ae4249 color RGB value is (174,66,73).

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

The process color (four color CMYK) of #ae4249 color hex is 0.00, 0.62, 0.58, 0.32. Web safe color of #ae4249 is #993333. Color #ae4249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 01001001
Octal 256 102 111
Decimal 174 66 73
Hex AE 42 49

RGB Percentages of Color #ae4249

%55.59
%21.09
%23.32

CMYK Percentages of Color #ae4249

%0
%62
%58
%32

Triadic Colors of #ae4249

#ae4249 #49ae42 #4249ae

Analogous Colors of #ae4249

#ae4249 #ae7142 #ae427f

Monochromatic Colors of #ae4249

#ae4249

Complementary Color

#ae4249 #42aea7

#ae4249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4249 Color CSS Codes

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

#ae4249 Text Font Color

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

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


#ae4249 Background Color

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

This div background color is #ae4249


#ae4249 Border Color

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

This div border color is #ae4249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4249


Comments

No comments written yet.

Please login to write comment.