Color spaces of #a82fed
RGB | 168 | 47 | 237 |
---|---|---|---|
HSL | 0.77 | 0.84 | 0.56 |
HSV | 278° | 80° | 93° |
CMYK | 0.29 | 0.80 | 0.00 0.07 |
XYZ | 32.4510 | 16.4723 | 81.5899 |
Yxy | 16.4723 | 0.2486 | 0.1262 |
Hunter Lab | 40.5861 | 71.6958 | -90.7800 |
CIE-Lab | 47.5881 | 75.3752 | -72.0237 |
#a82fed color RGB value is (168,47,237).
#a82fed hex color red value is 168, green value is 47 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a82fed hue: 0.77 , saturation: 0.84 and the lightness value of a82fed is 0.56.
The process color (four color CMYK) of #a82fed color hex is 0.29, 0.80, 0.00, 0.07. Web safe color of #a82fed is #9933ff. Color #a82fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00101111 | 11101101 |
Octal | 250 | 57 | 355 |
Decimal | 168 | 47 | 237 |
Hex | A8 | 2F | ED |
Shades of #a82fed
Tints of #a82fed
RGB Percentages of Color #a82fed
CMYK Percentages of Color #a82fed
Complementary Color
#a82fed | #74ed2f |
#a82fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a82fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#a82fed Color CSS Codes
.mybgcolor {background-color:#a82fed; } .myforecolor {color:#a82fed; } .mybordercolor {border:3px solid #a82fed; }
#a82fed Text Font Color
<p style="color:#a82fed">Text here</p>
This sample text font color is #a82fed
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.
#a82fed Background Color
<div style="background-color:#a82fed">
Div content here</div>
This div background color is #a82fed
#a82fed Border Color
<div style="border:3px solid #a82fed">
Div here</div>
This div border color is #a82fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,47,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a82fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a82fed; -webkit-box-shadow: 1px 1px 3px 2px #a82fed; box-shadow: 1px 1px 3px 2px #a82fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,47,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a82fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a82fed; -webkit-box-shadow: 1px 1px 3px 2px #a82fed; box-shadow: 1px 1px 3px 2px #a82fed;">
Div content here</div>
This div box has shadow with color #a82fed
Comments
No comments written yet.
Please login to write comment.