Color Hex Logo

#ac7fbb Color Hex

#AC7FBB
(172,127,187)
0 Favorites   0 Comments

Color spaces of #ac7fbb

RGB 172127187
HSL0.790.310.62
HSV285°32°73°
CMYK 0.080.320.00   0.27
XYZ33.572327.537350.5595
Yxy27.53730.30060.2466
Hunter Lab52.476022.3650-20.3915
CIE-Lab59.468428.1467-24.7557

#ac7fbb color RGB value is (172,127,187).

#ac7fbb hex color red value is 172, green value is 127 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ac7fbb hue: 0.79 , saturation: 0.31 and the lightness value of ac7fbb is 0.62.

The process color (four color CMYK) of #ac7fbb color hex is 0.08, 0.32, 0.00, 0.27. Web safe color of #ac7fbb is #9966cc. Color #ac7fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111111 10111011
Octal 254 177 273
Decimal 172 127 187
Hex AC 7F BB

RGB Percentages of Color #ac7fbb

%35.39
%26.13
%38.48

CMYK Percentages of Color #ac7fbb

%8
%32
%0
%27

Triadic Colors of #ac7fbb

#ac7fbb #bbac7f #7fbbac

Analogous Colors of #ac7fbb

#ac7fbb #bb7fac #8e7fbb

Monochromatic Colors of #ac7fbb

#ac7fbb

Complementary Color

#ac7fbb #8ebb7f

#ac7fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7fbb Color CSS Codes

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

#ac7fbb Text Font Color

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

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


#ac7fbb Background Color

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

This div background color is #ac7fbb


#ac7fbb Border Color

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

This div border color is #ac7fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,127,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 #ac7fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7fbb


Comments

No comments written yet.

Please login to write comment.