Color Hex Logo

#ac49bb Color Hex

#AC49BB
(172,73,187)
0 Favorites   0 Comments

Color spaces of #ac49bb

RGB 17273187
HSL0.810.460.51
HSV292°61°73°
CMYK 0.080.610.00   0.27
XYZ28.365417.123648.8239
Yxy17.12360.30080.1816
Hunter Lab41.380749.9410-40.9881
CIE-Lab48.415456.4810-42.0198

#ac49bb color RGB value is (172,73,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 10111011
Octal 254 111 273
Decimal 172 73 187
Hex AC 49 BB

RGB Percentages of Color #ac49bb

%39.81
%16.90
%43.29

CMYK Percentages of Color #ac49bb

%8
%61
%0
%27

Triadic Colors of #ac49bb

#ac49bb #bbac49 #49bbac

Analogous Colors of #ac49bb

#ac49bb #bb4991 #7349bb

Monochromatic Colors of #ac49bb

#ac49bb

Complementary Color

#ac49bb #58bb49

#ac49bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac49bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac49bb Color CSS Codes

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

#ac49bb Text Font Color

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

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


#ac49bb Background Color

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

This div background color is #ac49bb


#ac49bb Border Color

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

This div border color is #ac49bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac49bb


Comments

No comments written yet.

Please login to write comment.