Color Hex Logo

#ac548c Color Hex

#AC548C
(172,84,140)
0 Favorites   0 Comments

Color spaces of #ac548c

RGB 17284140
HSL0.890.350.50
HSV322°51°67°
CMYK 0.000.510.19   0.33
XYZ24.917217.004826.7799
Yxy17.00480.36270.2475
Hunter Lab41.236935.6933-9.6381
CIE-Lab48.266142.9962-14.5046

#ac548c color RGB value is (172,84,140).

#ac548c hex color red value is 172, green value is 84 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ac548c hue: 0.89 , saturation: 0.35 and the lightness value of ac548c is 0.50.

The process color (four color CMYK) of #ac548c color hex is 0.00, 0.51, 0.19, 0.33. Web safe color of #ac548c is #996699. Color #ac548c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010100 10001100
Octal 254 124 214
Decimal 172 84 140
Hex AC 54 8C

RGB Percentages of Color #ac548c

%43.43
%21.21
%35.35

CMYK Percentages of Color #ac548c

%0
%51
%19
%33

Triadic Colors of #ac548c

#ac548c #8cac54 #548cac

Analogous Colors of #ac548c

#ac548c #ac5460 #a054ac

Monochromatic Colors of #ac548c

#ac548c

Complementary Color

#ac548c #54ac74

#ac548c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac548c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac548c Color CSS Codes

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

#ac548c Text Font Color

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

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


#ac548c Background Color

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

This div background color is #ac548c


#ac548c Border Color

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

This div border color is #ac548c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac548c


Comments

No comments written yet.

Please login to write comment.