Color spaces of #a778bc
RGB | 167 | 120 | 188 |
---|---|---|---|
HSL | 0.78 | 0.34 | 0.60 |
HSV | 281° | 36° | 74° |
CMYK | 0.11 | 0.36 | 0.00 0.26 |
XYZ | 31.7299 | 25.2793 | 50.7840 |
Yxy | 25.2793 | 0.2944 | 0.2345 |
Hunter Lab | 50.2785 | 24.6608 | -24.6911 |
CIE-Lab | 57.3465 | 30.7051 | -28.6430 |
#a778bc color RGB value is (167,120,188).
#a778bc hex color red value is 167, green value is 120 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a778bc hue: 0.78 , saturation: 0.34 and the lightness value of a778bc is 0.60.
The process color (four color CMYK) of #a778bc color hex is 0.11, 0.36, 0.00, 0.26. Web safe color of #a778bc is #9966cc. Color #a778bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01111000 | 10111100 |
Octal | 247 | 170 | 274 |
Decimal | 167 | 120 | 188 |
Hex | A7 | 78 | BC |
Shades of #a778bc
Tints of #a778bc
RGB Percentages of Color #a778bc
CMYK Percentages of Color #a778bc
Complementary Color
#a778bc | #8dbc78 |
#a778bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a778bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a778bc Color CSS Codes
.mybgcolor {background-color:#a778bc; } .myforecolor {color:#a778bc; } .mybordercolor {border:3px solid #a778bc; }
#a778bc Text Font Color
<p style="color:#a778bc">Text here</p>
This sample text font color is #a778bc
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.
#a778bc Background Color
<div style="background-color:#a778bc">
Div content here</div>
This div background color is #a778bc
#a778bc Border Color
<div style="border:3px solid #a778bc">
Div here</div>
This div border color is #a778bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,120,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a778bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a778bc; -webkit-box-shadow: 1px 1px 3px 2px #a778bc; box-shadow: 1px 1px 3px 2px #a778bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,120,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a778bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a778bc; -webkit-box-shadow: 1px 1px 3px 2px #a778bc; box-shadow: 1px 1px 3px 2px #a778bc;">
Div content here</div>
This div box has shadow with color #a778bc
Comments
No comments written yet.
Please login to write comment.