Color spaces of #a730dc
RGB | 167 | 48 | 220 |
---|---|---|---|
HSL | 0.78 | 0.71 | 0.53 |
HSV | 282° | 78° | 86° |
CMYK | 0.24 | 0.78 | 0.00 0.14 |
XYZ | 29.9116 | 15.4967 | 69.1248 |
Yxy | 15.4967 | 0.2612 | 0.1353 |
Hunter Lab | 39.3658 | 66.7405 | -76.5547 |
CIE-Lab | 46.3071 | 71.5325 | -64.4655 |
#a730dc color RGB value is (167,48,220).
#a730dc hex color red value is 167, green value is 48 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a730dc hue: 0.78 , saturation: 0.71 and the lightness value of a730dc is 0.53.
The process color (four color CMYK) of #a730dc color hex is 0.24, 0.78, 0.00, 0.14. Web safe color of #a730dc is #9933cc. Color #a730dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 00110000 | 11011100 |
Octal | 247 | 60 | 334 |
Decimal | 167 | 48 | 220 |
Hex | A7 | 30 | DC |
Shades of #a730dc
Tints of #a730dc
RGB Percentages of Color #a730dc
CMYK Percentages of Color #a730dc
Complementary Color
#a730dc | #65dc30 |
#a730dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a730dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a730dc Color CSS Codes
.mybgcolor {background-color:#a730dc; } .myforecolor {color:#a730dc; } .mybordercolor {border:3px solid #a730dc; }
#a730dc Text Font Color
<p style="color:#a730dc">Text here</p>
This sample text font color is #a730dc
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.
#a730dc Background Color
<div style="background-color:#a730dc">
Div content here</div>
This div background color is #a730dc
#a730dc Border Color
<div style="border:3px solid #a730dc">
Div here</div>
This div border color is #a730dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,48,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a730dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a730dc; -webkit-box-shadow: 1px 1px 3px 2px #a730dc; box-shadow: 1px 1px 3px 2px #a730dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,48,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 #a730dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a730dc; -webkit-box-shadow: 1px 1px 3px 2px #a730dc; box-shadow: 1px 1px 3px 2px #a730dc;">
Div content here</div>
This div box has shadow with color #a730dc
Comments
No comments written yet.
Please login to write comment.