Color Hex Logo

#ae515d Color Hex

#AE515D
(174,81,93)
0 Favorites   0 Comments

Color spaces of #ae515d

RGB 1748193
HSL0.980.360.50
HSV352°53°68°
CMYK 0.000.530.47   0.32
XYZ22.373815.673812.2021
Yxy15.67380.44530.3119
Hunter Lab39.590231.59399.4393
CIE-Lab46.543639.139611.4091

#ae515d color RGB value is (174,81,93).

#ae515d hex color red value is 174, green value is 81 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ae515d hue: 0.98 , saturation: 0.36 and the lightness value of ae515d is 0.50.

The process color (four color CMYK) of #ae515d color hex is 0.00, 0.53, 0.47, 0.32. Web safe color of #ae515d is #996666. Color #ae515d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 01011101
Octal 256 121 135
Decimal 174 81 93
Hex AE 51 5D

RGB Percentages of Color #ae515d

%50.00
%23.28
%26.72

CMYK Percentages of Color #ae515d

%0
%53
%47
%32

Triadic Colors of #ae515d

#ae515d #5dae51 #515dae

Analogous Colors of #ae515d

#ae515d #ae7451 #ae518c

Monochromatic Colors of #ae515d

#ae515d

Complementary Color

#ae515d #51aea2

#ae515d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae515d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae515d Color CSS Codes

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

#ae515d Text Font Color

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

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


#ae515d Background Color

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

This div background color is #ae515d


#ae515d Border Color

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

This div border color is #ae515d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae515d


Comments

No comments written yet.

Please login to write comment.