Color spaces of #ac5dbf
RGB | 172 | 93 | 191 |
---|---|---|---|
HSL | 0.80 | 0.43 | 0.56 |
HSV | 288° | 51° | 75° |
CMYK | 0.10 | 0.51 | 0.00 0.25 |
XYZ | 30.3316 | 20.3609 | 51.6216 |
Yxy | 20.3609 | 0.2965 | 0.1990 |
Hunter Lab | 45.1231 | 41.0219 | -36.2427 |
CIE-Lab | 52.2428 | 47.5321 | -38.2906 |
#ac5dbf color RGB value is (172,93,191).
#ac5dbf hex color red value is 172, green value is 93 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac5dbf hue: 0.80 , saturation: 0.43 and the lightness value of ac5dbf is 0.56.
The process color (four color CMYK) of #ac5dbf color hex is 0.10, 0.51, 0.00, 0.25. Web safe color of #ac5dbf is #9966cc. Color #ac5dbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01011101 | 10111111 |
Octal | 254 | 135 | 277 |
Decimal | 172 | 93 | 191 |
Hex | AC | 5D | BF |
Shades of #ac5dbf
Tints of #ac5dbf
RGB Percentages of Color #ac5dbf
CMYK Percentages of Color #ac5dbf
Complementary Color
#ac5dbf | #70bf5d |
#ac5dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac5dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac5dbf Color CSS Codes
.mybgcolor {background-color:#ac5dbf; } .myforecolor {color:#ac5dbf; } .mybordercolor {border:3px solid #ac5dbf; }
#ac5dbf Text Font Color
<p style="color:#ac5dbf">Text here</p>
This sample text font color is #ac5dbf
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.
#ac5dbf Background Color
<div style="background-color:#ac5dbf">
Div content here</div>
This div background color is #ac5dbf
#ac5dbf Border Color
<div style="border:3px solid #ac5dbf">
Div here</div>
This div border color is #ac5dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,93,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac5dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac5dbf; -webkit-box-shadow: 1px 1px 3px 2px #ac5dbf; box-shadow: 1px 1px 3px 2px #ac5dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,93,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 #ac5dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac5dbf; -webkit-box-shadow: 1px 1px 3px 2px #ac5dbf; box-shadow: 1px 1px 3px 2px #ac5dbf;">
Div content here</div>
This div box has shadow with color #ac5dbf
Comments
No comments written yet.
Please login to write comment.