Color Hex Logo

#ac506d Color Hex

#AC506D
(172,80,109)
0 Favorites   0 Comments

Color spaces of #ac506d

RGB 17280109
HSL0.950.370.49
HSV341°53°67°
CMYK 0.000.530.37   0.33
XYZ22.642215.612116.2881
Yxy15.61210.41510.2862
Hunter Lab39.512233.14213.2174
CIE-Lab46.461440.72341.5225

#ac506d color RGB value is (172,80,109).

#ac506d hex color red value is 172, green value is 80 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ac506d hue: 0.95 , saturation: 0.37 and the lightness value of ac506d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 01101101
Octal 254 120 155
Decimal 172 80 109
Hex AC 50 6D

RGB Percentages of Color #ac506d

%47.65
%22.16
%30.19

CMYK Percentages of Color #ac506d

%0
%53
%37
%33

Triadic Colors of #ac506d

#ac506d #6dac50 #506dac

Analogous Colors of #ac506d

#ac506d #ac6150 #ac509b

Monochromatic Colors of #ac506d

#ac506d

Complementary Color

#ac506d #50ac8f

#ac506d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac506d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac506d Color CSS Codes

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

#ac506d Text Font Color

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

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


#ac506d Background Color

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

This div background color is #ac506d


#ac506d Border Color

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

This div border color is #ac506d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac506d


Comments

No comments written yet.

Please login to write comment.