Color Hex Logo

#ae454d Color Hex

#AE454D
(174,69,77)
0 Favorites   0 Comments

Color spaces of #ae454d

RGB 1746977
HSL0.990.430.48
HSV355°60°68°
CMYK 0.000.600.56   0.32
XYZ20.923213.79078.5803
Yxy13.79070.48330.3185
Hunter Lab37.135835.583412.2960
CIE-Lab43.931343.578017.5844

#ae454d color RGB value is (174,69,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 01001101
Octal 256 105 115
Decimal 174 69 77
Hex AE 45 4D

RGB Percentages of Color #ae454d

%54.38
%21.56
%24.06

CMYK Percentages of Color #ae454d

%0
%60
%56
%32

Triadic Colors of #ae454d

#ae454d #4dae45 #454dae

Analogous Colors of #ae454d

#ae454d #ae7245 #ae4582

Monochromatic Colors of #ae454d

#ae454d

Complementary Color

#ae454d #45aea6

#ae454d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae454d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae454d Color CSS Codes

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

#ae454d Text Font Color

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

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


#ae454d Background Color

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

This div background color is #ae454d


#ae454d Border Color

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

This div border color is #ae454d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae454d


Comments

No comments written yet.

Please login to write comment.