Color Hex Logo

#ae455f Color Hex

#AE455F
(174,69,95)
0 Favorites   0 Comments

Color spaces of #ae455f

RGB 1746995
HSL0.960.430.48
HSV345°60°68°
CMYK 0.000.600.45   0.32
XYZ21.649214.081112.4034
Yxy14.08110.44980.2925
Hunter Lab37.524837.31376.6697
CIE-Lab44.349045.22957.0980

#ae455f color RGB value is (174,69,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 01011111
Octal 256 105 137
Decimal 174 69 95
Hex AE 45 5F

RGB Percentages of Color #ae455f

%51.48
%20.41
%28.11

CMYK Percentages of Color #ae455f

%0
%60
%45
%32

Triadic Colors of #ae455f

#ae455f #5fae45 #455fae

Analogous Colors of #ae455f

#ae455f #ae6045 #ae4594

Monochromatic Colors of #ae455f

#ae455f

Complementary Color

#ae455f #45ae94

#ae455f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae455f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae455f Color CSS Codes

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

#ae455f Text Font Color

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

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


#ae455f Background Color

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

This div background color is #ae455f


#ae455f Border Color

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

This div border color is #ae455f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae455f


Comments

No comments written yet.

Please login to write comment.