Color spaces of #a772cb
RGB | 167 | 114 | 203 |
---|---|---|---|
HSL | 0.77 | 0.46 | 0.62 |
HSV | 276° | 44° | 80° |
CMYK | 0.18 | 0.44 | 0.00 0.20 |
XYZ | 32.7332 | 24.5619 | 59.5156 |
Yxy | 24.5619 | 0.2802 | 0.2103 |
Hunter Lab | 49.5600 | 31.1651 | -36.5082 |
CIE-Lab | 56.6460 | 37.3425 | -38.2742 |
#a772cb color RGB value is (167,114,203).
#a772cb hex color red value is 167, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a772cb hue: 0.77 , saturation: 0.46 and the lightness value of a772cb is 0.62.
The process color (four color CMYK) of #a772cb color hex is 0.18, 0.44, 0.00, 0.20. Web safe color of #a772cb is #9966cc. Color #a772cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01110010 | 11001011 |
Octal | 247 | 162 | 313 |
Decimal | 167 | 114 | 203 |
Hex | A7 | 72 | CB |
Shades of #a772cb
Tints of #a772cb
RGB Percentages of Color #a772cb
CMYK Percentages of Color #a772cb
Complementary Color
#a772cb | #96cb72 |
#a772cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a772cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a772cb Color CSS Codes
.mybgcolor {background-color:#a772cb; } .myforecolor {color:#a772cb; } .mybordercolor {border:3px solid #a772cb; }
#a772cb Text Font Color
<p style="color:#a772cb">Text here</p>
This sample text font color is #a772cb
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.
#a772cb Background Color
<div style="background-color:#a772cb">
Div content here</div>
This div background color is #a772cb
#a772cb Border Color
<div style="border:3px solid #a772cb">
Div here</div>
This div border color is #a772cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,114,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a772cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a772cb; -webkit-box-shadow: 1px 1px 3px 2px #a772cb; box-shadow: 1px 1px 3px 2px #a772cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,114,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a772cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a772cb; -webkit-box-shadow: 1px 1px 3px 2px #a772cb; box-shadow: 1px 1px 3px 2px #a772cb;">
Div content here</div>
This div box has shadow with color #a772cb
Comments
No comments written yet.
Please login to write comment.