Color spaces of #a84fba
RGB | 168 | 79 | 186 |
---|---|---|---|
HSL | 0.81 | 0.44 | 0.52 |
HSV | 290° | 58° | 73° |
CMYK | 0.10 | 0.58 | 0.00 0.27 |
XYZ | 27.8074 | 17.4620 | 48.3593 |
Yxy | 17.4620 | 0.2970 | 0.1865 |
Hunter Lab | 41.7876 | 45.6540 | -39.3630 |
CIE-Lab | 48.8370 | 52.4584 | -40.8058 |
#a84fba color RGB value is (168,79,186).
#a84fba hex color red value is 168, green value is 79 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a84fba hue: 0.81 , saturation: 0.44 and the lightness value of a84fba is 0.52.
The process color (four color CMYK) of #a84fba color hex is 0.10, 0.58, 0.00, 0.27. Web safe color of #a84fba is #9966cc. Color #a84fba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01001111 | 10111010 |
Octal | 250 | 117 | 272 |
Decimal | 168 | 79 | 186 |
Hex | A8 | 4F | BA |
Shades of #a84fba
Tints of #a84fba
RGB Percentages of Color #a84fba
CMYK Percentages of Color #a84fba
Complementary Color
#a84fba | #61ba4f |
#a84fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a84fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a84fba Color CSS Codes
.mybgcolor {background-color:#a84fba; } .myforecolor {color:#a84fba; } .mybordercolor {border:3px solid #a84fba; }
#a84fba Text Font Color
<p style="color:#a84fba">Text here</p>
This sample text font color is #a84fba
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.
#a84fba Background Color
<div style="background-color:#a84fba">
Div content here</div>
This div background color is #a84fba
#a84fba Border Color
<div style="border:3px solid #a84fba">
Div here</div>
This div border color is #a84fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,79,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a84fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a84fba; -webkit-box-shadow: 1px 1px 3px 2px #a84fba; box-shadow: 1px 1px 3px 2px #a84fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,79,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a84fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a84fba; -webkit-box-shadow: 1px 1px 3px 2px #a84fba; box-shadow: 1px 1px 3px 2px #a84fba;">
Div content here</div>
This div box has shadow with color #a84fba
Comments
No comments written yet.
Please login to write comment.