Color spaces of #a805fd
RGB | 168 | 5 | 253 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.51 |
HSV | 279° | 98° | 99° |
CMYK | 0.34 | 0.98 | 0.00 0.01 |
XYZ | 33.9323 | 15.5252 | 94.1367 |
Yxy | 15.5252 | 0.2363 | 0.1081 |
Hunter Lab | 39.4020 | 84.7673 | -114.0703 |
CIE-Lab | 46.3453 | 85.9706 | -83.0379 |
#a805fd color RGB value is (168,5,253).
#a805fd hex color red value is 168, green value is 5 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a805fd hue: 0.78 , saturation: 0.98 and the lightness value of a805fd is 0.51.
The process color (four color CMYK) of #a805fd color hex is 0.34, 0.98, 0.00, 0.01. Web safe color of #a805fd is #9900ff. Color #a805fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00000101 | 11111101 |
Octal | 250 | 5 | 375 |
Decimal | 168 | 5 | 253 |
Hex | A8 | 5 | FD |
Shades of #a805fd
Tints of #a805fd
RGB Percentages of Color #a805fd
CMYK Percentages of Color #a805fd
Complementary Color
#a805fd | #5afd05 |
#a805fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a805fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a805fd Color CSS Codes
.mybgcolor {background-color:#a805fd; } .myforecolor {color:#a805fd; } .mybordercolor {border:3px solid #a805fd; }
#a805fd Text Font Color
<p style="color:#a805fd">Text here</p>
This sample text font color is #a805fd
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.
#a805fd Background Color
<div style="background-color:#a805fd">
Div content here</div>
This div background color is #a805fd
#a805fd Border Color
<div style="border:3px solid #a805fd">
Div here</div>
This div border color is #a805fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,5,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a805fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a805fd; -webkit-box-shadow: 1px 1px 3px 2px #a805fd; box-shadow: 1px 1px 3px 2px #a805fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,5,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a805fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a805fd; -webkit-box-shadow: 1px 1px 3px 2px #a805fd; box-shadow: 1px 1px 3px 2px #a805fd;">
Div content here</div>
This div box has shadow with color #a805fd
Comments
No comments written yet.
Please login to write comment.