Color Hex Logo

#ae515f Color Hex

#AE515F
(174,81,95)
0 Favorites   0 Comments

Color spaces of #ae515f

RGB 1748195
HSL0.970.360.50
HSV351°53°68°
CMYK 0.000.530.45   0.32
XYZ22.463515.709812.6748
Yxy15.70980.44180.3090
Hunter Lab39.635631.80278.7850
CIE-Lab46.591439.345410.2622

#ae515f color RGB value is (174,81,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 01011111
Octal 256 121 137
Decimal 174 81 95
Hex AE 51 5F

RGB Percentages of Color #ae515f

%49.71
%23.14
%27.14

CMYK Percentages of Color #ae515f

%0
%53
%45
%32

Triadic Colors of #ae515f

#ae515f #5fae51 #515fae

Analogous Colors of #ae515f

#ae515f #ae7251 #ae518e

Monochromatic Colors of #ae515f

#ae515f

Complementary Color

#ae515f #51aea0

#ae515f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae515f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae515f Color CSS Codes

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

#ae515f Text Font Color

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

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


#ae515f Background Color

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

This div background color is #ae515f


#ae515f Border Color

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

This div border color is #ae515f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,81,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 #ae515f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae515f


Comments

No comments written yet.

Please login to write comment.