Color spaces of #a84edc
RGB | 168 | 78 | 220 |
---|---|---|---|
HSL | 0.77 | 0.67 | 0.58 |
HSV | 278° | 65° | 86° |
CMYK | 0.24 | 0.65 | 0.00 0.14 |
XYZ | 31.7911 | 18.9409 | 69.6905 |
Yxy | 18.9409 | 0.2640 | 0.1573 |
Hunter Lab | 43.5211 | 54.2278 | -64.4764 |
CIE-Lab | 50.6180 | 59.9304 | -57.5006 |
#a84edc color RGB value is (168,78,220).
#a84edc hex color red value is 168, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a84edc hue: 0.77 , saturation: 0.67 and the lightness value of a84edc is 0.58.
The process color (four color CMYK) of #a84edc color hex is 0.24, 0.65, 0.00, 0.14. Web safe color of #a84edc is #9966cc. Color #a84edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01001110 | 11011100 |
Octal | 250 | 116 | 334 |
Decimal | 168 | 78 | 220 |
Hex | A8 | 4E | DC |
Shades of #a84edc
Tints of #a84edc
RGB Percentages of Color #a84edc
CMYK Percentages of Color #a84edc
Complementary Color
#a84edc | #82dc4e |
#a84edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a84edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a84edc Color CSS Codes
.mybgcolor {background-color:#a84edc; } .myforecolor {color:#a84edc; } .mybordercolor {border:3px solid #a84edc; }
#a84edc Text Font Color
<p style="color:#a84edc">Text here</p>
This sample text font color is #a84edc
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.
#a84edc Background Color
<div style="background-color:#a84edc">
Div content here</div>
This div background color is #a84edc
#a84edc Border Color
<div style="border:3px solid #a84edc">
Div here</div>
This div border color is #a84edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,78,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a84edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a84edc; -webkit-box-shadow: 1px 1px 3px 2px #a84edc; box-shadow: 1px 1px 3px 2px #a84edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,78,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a84edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a84edc; -webkit-box-shadow: 1px 1px 3px 2px #a84edc; box-shadow: 1px 1px 3px 2px #a84edc;">
Div content here</div>
This div box has shadow with color #a84edc
Comments
No comments written yet.
Please login to write comment.