Color Hex Logo

#ac505c Color Hex

#AC505C
(172,80,92)
0 Favorites   0 Comments

Color spaces of #ac505c

RGB 1728092
HSL0.980.370.49
HSV352°53°67°
CMYK 0.000.530.47   0.33
XYZ21.813715.280711.9250
Yxy15.28070.44500.3117
Hunter Lab39.090531.20009.2763
CIE-Lab46.016338.814511.2355

#ac505c color RGB value is (172,80,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 01011100
Octal 254 120 134
Decimal 172 80 92
Hex AC 50 5C

RGB Percentages of Color #ac505c

%50.00
%23.26
%26.74

CMYK Percentages of Color #ac505c

%0
%53
%47
%33

Triadic Colors of #ac505c

#ac505c #5cac50 #505cac

Analogous Colors of #ac505c

#ac505c #ac7250 #ac508a

Monochromatic Colors of #ac505c

#ac505c

Complementary Color

#ac505c #50aca0

#ac505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac505c Color CSS Codes

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

#ac505c Text Font Color

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

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


#ac505c Background Color

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

This div background color is #ac505c


#ac505c Border Color

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

This div border color is #ac505c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac505c


Comments

No comments written yet.

Please login to write comment.