Color Hex Logo

#ae4457 Color Hex

#AE4457
(174,68,87)
0 Favorites   0 Comments

Color spaces of #ae4457

RGB 1746887
HSL0.970.440.47
HSV349°61°68°
CMYK 0.000.610.50   0.32
XYZ21.243013.821010.5649
Yxy13.82100.46560.3029
Hunter Lab37.176636.93729.1745
CIE-Lab43.975144.919311.5019

#ae4457 color RGB value is (174,68,87).

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

The process color (four color CMYK) of #ae4457 color hex is 0.00, 0.61, 0.50, 0.32. Web safe color of #ae4457 is #993366. Color #ae4457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 01010111
Octal 256 104 127
Decimal 174 68 87
Hex AE 44 57

RGB Percentages of Color #ae4457

%52.89
%20.67
%26.44

CMYK Percentages of Color #ae4457

%0
%61
%50
%32

Triadic Colors of #ae4457

#ae4457 #57ae44 #4457ae

Analogous Colors of #ae4457

#ae4457 #ae6644 #ae448c

Monochromatic Colors of #ae4457

#ae4457

Complementary Color

#ae4457 #44ae9b

#ae4457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4457 Color CSS Codes

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

#ae4457 Text Font Color

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

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


#ae4457 Background Color

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

This div background color is #ae4457


#ae4457 Border Color

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

This div border color is #ae4457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4457


Comments

No comments written yet.

Please login to write comment.