Color Hex Logo

#ac49ba Color Hex

#AC49BA
(172,73,186)
0 Favorites   0 Comments

Color spaces of #ac49ba

RGB 17273186
HSL0.810.450.51
HSV293°61°73°
CMYK 0.080.610.00   0.27
XYZ28.258717.080948.2619
Yxy17.08090.30190.1825
Hunter Lab41.329049.7234-40.3054
CIE-Lab48.361856.2925-41.5226

#ac49ba color RGB value is (172,73,186).

#ac49ba hex color red value is 172, green value is 73 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ac49ba hue: 0.81 , saturation: 0.45 and the lightness value of ac49ba is 0.51.

The process color (four color CMYK) of #ac49ba color hex is 0.08, 0.61, 0.00, 0.27. Web safe color of #ac49ba is #9933cc. Color #ac49ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 10111010
Octal 254 111 272
Decimal 172 73 186
Hex AC 49 BA

RGB Percentages of Color #ac49ba

%39.91
%16.94
%43.16

CMYK Percentages of Color #ac49ba

%8
%61
%0
%27

Triadic Colors of #ac49ba

#ac49ba #baac49 #49baac

Analogous Colors of #ac49ba

#ac49ba #ba4990 #7449ba

Monochromatic Colors of #ac49ba

#ac49ba

Complementary Color

#ac49ba #57ba49

#ac49ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac49ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac49ba Color CSS Codes

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

#ac49ba Text Font Color

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

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


#ac49ba Background Color

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

This div background color is #ac49ba


#ac49ba Border Color

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

This div border color is #ac49ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac49ba


Comments

No comments written yet.

Please login to write comment.