Color Hex Logo

#ae454e Color Hex

#AE454E
(174,69,78)
0 Favorites   0 Comments

Color spaces of #ae454e

RGB 1746978
HSL0.990.430.48
HSV355°60°68°
CMYK 0.000.600.55   0.32
XYZ20.958813.80508.7677
Yxy13.80500.48150.3171
Hunter Lab37.155135.668612.0176
CIE-Lab43.952043.659917.0003

#ae454e color RGB value is (174,69,78).

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

The process color (four color CMYK) of #ae454e color hex is 0.00, 0.60, 0.55, 0.32. Web safe color of #ae454e is #993366. Color #ae454e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 01001110
Octal 256 105 116
Decimal 174 69 78
Hex AE 45 4E

RGB Percentages of Color #ae454e

%54.21
%21.50
%24.30

CMYK Percentages of Color #ae454e

%0
%60
%55
%32

Triadic Colors of #ae454e

#ae454e #4eae45 #454eae

Analogous Colors of #ae454e

#ae454e #ae7145 #ae4583

Monochromatic Colors of #ae454e

#ae454e

Complementary Color

#ae454e #45aea5

#ae454e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae454e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae454e Color CSS Codes

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

#ae454e Text Font Color

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

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


#ae454e Background Color

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

This div background color is #ae454e


#ae454e Border Color

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

This div border color is #ae454e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae454e


Comments

No comments written yet.

Please login to write comment.