Color spaces of #ac77bf
RGB | 172 | 119 | 191 |
---|---|---|---|
HSL | 0.79 | 0.36 | 0.61 |
HSV | 284° | 38° | 75° |
CMYK | 0.10 | 0.38 | 0.00 0.25 |
XYZ | 33.0141 | 25.7259 | 52.5158 |
Yxy | 25.7259 | 0.2967 | 0.2312 |
Hunter Lab | 50.7207 | 27.4244 | -25.8839 |
CIE-Lab | 57.7760 | 33.4719 | -29.6460 |
#ac77bf color RGB value is (172,119,191).
#ac77bf hex color red value is 172, green value is 119 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac77bf hue: 0.79 , saturation: 0.36 and the lightness value of ac77bf is 0.61.
The process color (four color CMYK) of #ac77bf color hex is 0.10, 0.38, 0.00, 0.25. Web safe color of #ac77bf is #9966cc. Color #ac77bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01110111 | 10111111 |
Octal | 254 | 167 | 277 |
Decimal | 172 | 119 | 191 |
Hex | AC | 77 | BF |
Shades of #ac77bf
Tints of #ac77bf
RGB Percentages of Color #ac77bf
CMYK Percentages of Color #ac77bf
Complementary Color
#ac77bf | #8abf77 |
#ac77bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac77bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac77bf Color CSS Codes
.mybgcolor {background-color:#ac77bf; } .myforecolor {color:#ac77bf; } .mybordercolor {border:3px solid #ac77bf; }
#ac77bf Text Font Color
<p style="color:#ac77bf">Text here</p>
This sample text font color is #ac77bf
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.
#ac77bf Background Color
<div style="background-color:#ac77bf">
Div content here</div>
This div background color is #ac77bf
#ac77bf Border Color
<div style="border:3px solid #ac77bf">
Div here</div>
This div border color is #ac77bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,119,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac77bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac77bf; -webkit-box-shadow: 1px 1px 3px 2px #ac77bf; box-shadow: 1px 1px 3px 2px #ac77bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,119,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac77bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac77bf; -webkit-box-shadow: 1px 1px 3px 2px #ac77bf; box-shadow: 1px 1px 3px 2px #ac77bf;">
Div content here</div>
This div box has shadow with color #ac77bf
Comments
No comments written yet.
Please login to write comment.