Color spaces of #a84abc
RGB | 168 | 74 | 188 |
---|---|---|---|
HSL | 0.80 | 0.46 | 0.51 |
HSV | 289° | 61° | 74° |
CMYK | 0.11 | 0.61 | 0.00 0.26 |
XYZ | 27.6743 | 16.8532 | 49.3714 |
Yxy | 16.8532 | 0.2947 | 0.1795 |
Hunter Lab | 41.0526 | 48.4878 | -42.5674 |
CIE-Lab | 48.0745 | 55.2143 | -43.1776 |
#a84abc color RGB value is (168,74,188).
#a84abc hex color red value is 168, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a84abc hue: 0.80 , saturation: 0.46 and the lightness value of a84abc is 0.51.
The process color (four color CMYK) of #a84abc color hex is 0.11, 0.61, 0.00, 0.26. Web safe color of #a84abc is #9933cc. Color #a84abc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01001010 | 10111100 |
Octal | 250 | 112 | 274 |
Decimal | 168 | 74 | 188 |
Hex | A8 | 4A | BC |
Shades of #a84abc
Tints of #a84abc
RGB Percentages of Color #a84abc
CMYK Percentages of Color #a84abc
Complementary Color
#a84abc | #5ebc4a |
#a84abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a84abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a84abc Color CSS Codes
.mybgcolor {background-color:#a84abc; } .myforecolor {color:#a84abc; } .mybordercolor {border:3px solid #a84abc; }
#a84abc Text Font Color
<p style="color:#a84abc">Text here</p>
This sample text font color is #a84abc
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.
#a84abc Background Color
<div style="background-color:#a84abc">
Div content here</div>
This div background color is #a84abc
#a84abc Border Color
<div style="border:3px solid #a84abc">
Div here</div>
This div border color is #a84abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,74,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a84abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a84abc; -webkit-box-shadow: 1px 1px 3px 2px #a84abc; box-shadow: 1px 1px 3px 2px #a84abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,74,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 #a84abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a84abc; -webkit-box-shadow: 1px 1px 3px 2px #a84abc; box-shadow: 1px 1px 3px 2px #a84abc;">
Div content here</div>
This div box has shadow with color #a84abc
Comments
No comments written yet.
Please login to write comment.