Color spaces of #a870dc
RGB | 168 | 112 | 220 |
---|---|---|---|
HSL | 0.75 | 0.61 | 0.65 |
HSV | 271° | 49° | 86° |
CMYK | 0.24 | 0.49 | 0.00 0.14 |
XYZ | 34.8609 | 25.0805 | 70.7138 |
Yxy | 25.0805 | 0.2668 | 0.1920 |
Hunter Lab | 50.0804 | 36.6128 | -48.6614 |
CIE-Lab | 57.1538 | 42.5889 | -47.0715 |
#a870dc color RGB value is (168,112,220).
#a870dc hex color red value is 168, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a870dc hue: 0.75 , saturation: 0.61 and the lightness value of a870dc is 0.65.
The process color (four color CMYK) of #a870dc color hex is 0.24, 0.49, 0.00, 0.14. Web safe color of #a870dc is #9966cc. Color #a870dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01110000 | 11011100 |
Octal | 250 | 160 | 334 |
Decimal | 168 | 112 | 220 |
Hex | A8 | 70 | DC |
Shades of #a870dc
Tints of #a870dc
RGB Percentages of Color #a870dc
CMYK Percentages of Color #a870dc
Complementary Color
#a870dc | #a4dc70 |
#a870dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a870dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a870dc Color CSS Codes
.mybgcolor {background-color:#a870dc; } .myforecolor {color:#a870dc; } .mybordercolor {border:3px solid #a870dc; }
#a870dc Text Font Color
<p style="color:#a870dc">Text here</p>
This sample text font color is #a870dc
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.
#a870dc Background Color
<div style="background-color:#a870dc">
Div content here</div>
This div background color is #a870dc
#a870dc Border Color
<div style="border:3px solid #a870dc">
Div here</div>
This div border color is #a870dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,112,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a870dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a870dc; -webkit-box-shadow: 1px 1px 3px 2px #a870dc; box-shadow: 1px 1px 3px 2px #a870dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,112,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 #a870dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a870dc; -webkit-box-shadow: 1px 1px 3px 2px #a870dc; box-shadow: 1px 1px 3px 2px #a870dc;">
Div content here</div>
This div box has shadow with color #a870dc
Comments
No comments written yet.
Please login to write comment.