Color spaces of #ac43bd
RGB | 172 | 67 | 189 |
---|---|---|---|
HSL | 0.81 | 0.48 | 0.50 |
HSV | 292° | 65° | 74° |
CMYK | 0.09 | 0.65 | 0.00 0.26 |
XYZ | 28.2057 | 16.4591 | 49.8344 |
Yxy | 16.4591 | 0.2985 | 0.1742 |
Hunter Lab | 40.5698 | 53.1029 | -44.4307 |
CIE-Lab | 47.5711 | 59.4918 | -44.5243 |
#ac43bd color RGB value is (172,67,189).
#ac43bd hex color red value is 172, green value is 67 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac43bd hue: 0.81 , saturation: 0.48 and the lightness value of ac43bd is 0.50.
The process color (four color CMYK) of #ac43bd color hex is 0.09, 0.65, 0.00, 0.26. Web safe color of #ac43bd is #9933cc. Color #ac43bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01000011 | 10111101 |
Octal | 254 | 103 | 275 |
Decimal | 172 | 67 | 189 |
Hex | AC | 43 | BD |
Shades of #ac43bd
Tints of #ac43bd
RGB Percentages of Color #ac43bd
CMYK Percentages of Color #ac43bd
Complementary Color
#ac43bd | #54bd43 |
#ac43bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac43bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac43bd Color CSS Codes
.mybgcolor {background-color:#ac43bd; } .myforecolor {color:#ac43bd; } .mybordercolor {border:3px solid #ac43bd; }
#ac43bd Text Font Color
<p style="color:#ac43bd">Text here</p>
This sample text font color is #ac43bd
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.
#ac43bd Background Color
<div style="background-color:#ac43bd">
Div content here</div>
This div background color is #ac43bd
#ac43bd Border Color
<div style="border:3px solid #ac43bd">
Div here</div>
This div border color is #ac43bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,67,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac43bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac43bd; -webkit-box-shadow: 1px 1px 3px 2px #ac43bd; box-shadow: 1px 1px 3px 2px #ac43bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,67,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac43bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac43bd; -webkit-box-shadow: 1px 1px 3px 2px #ac43bd; box-shadow: 1px 1px 3px 2px #ac43bd;">
Div content here</div>
This div box has shadow with color #ac43bd
Comments
No comments written yet.
Please login to write comment.