Color Hex Logo

#ac515b Color Hex

#AC515B
(172,81,91)
0 Favorites   0 Comments

Color spaces of #ac515b

RGB 1728191
HSL0.980.360.50
HSV353°53°67°
CMYK 0.000.530.47   0.33
XYZ21.844015.410811.7208
Yxy15.41080.44600.3147
Hunter Lab39.256630.62589.7775
CIE-Lab46.191838.199712.0874

#ac515b color RGB value is (172,81,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010001 01011011
Octal 254 121 133
Decimal 172 81 91
Hex AC 51 5B

RGB Percentages of Color #ac515b

%50.00
%23.55
%26.45

CMYK Percentages of Color #ac515b

%0
%53
%47
%33

Triadic Colors of #ac515b

#ac515b #5bac51 #515bac

Analogous Colors of #ac515b

#ac515b #ac7551 #ac5189

Monochromatic Colors of #ac515b

#ac515b

Complementary Color

#ac515b #51aca2

#ac515b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac515b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac515b Color CSS Codes

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

#ac515b Text Font Color

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

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


#ac515b Background Color

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

This div background color is #ac515b


#ac515b Border Color

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

This div border color is #ac515b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac515b


Comments

No comments written yet.

Please login to write comment.