Color spaces of #817acc
RGB | 129 | 122 | 204 |
---|---|---|---|
HSL | 0.68 | 0.45 | 0.64 |
HSV | 245° | 40° | 80° |
CMYK | 0.37 | 0.40 | 0.00 0.20 |
XYZ | 26.9119 | 22.9458 | 60.1373 |
Yxy | 22.9458 | 0.2447 | 0.2086 |
Hunter Lab | 47.9018 | 16.4557 | -40.9032 |
CIE-Lab | 55.0165 | 22.2206 | -41.6513 |
#817acc color RGB value is (129,122,204).
#817acc hex color red value is 129, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #817acc hue: 0.68 , saturation: 0.45 and the lightness value of 817acc is 0.64.
The process color (four color CMYK) of #817acc color hex is 0.37, 0.40, 0.00, 0.20. Web safe color of #817acc is #9966cc. Color #817acc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01111010 | 11001100 |
Octal | 201 | 172 | 314 |
Decimal | 129 | 122 | 204 |
Hex | 81 | 7A | CC |
Shades of #817acc
Tints of #817acc
RGB Percentages of Color #817acc
CMYK Percentages of Color #817acc
Complementary Color
#817acc | #c5cc7a |
#817acc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#817acc Color Preview on White Background
Lorem ipsum dolor sit amet.
#817acc Color CSS Codes
.mybgcolor {background-color:#817acc; } .myforecolor {color:#817acc; } .mybordercolor {border:3px solid #817acc; }
#817acc Text Font Color
<p style="color:#817acc">Text here</p>
This sample text font color is #817acc
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.
#817acc Background Color
<div style="background-color:#817acc">
Div content here</div>
This div background color is #817acc
#817acc Border Color
<div style="border:3px solid #817acc">
Div here</div>
This div border color is #817acc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,122,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #817acc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #817acc; -webkit-box-shadow: 1px 1px 3px 2px #817acc; box-shadow: 1px 1px 3px 2px #817acc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,122,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #817acc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #817acc; -webkit-box-shadow: 1px 1px 3px 2px #817acc; box-shadow: 1px 1px 3px 2px #817acc;">
Div content here</div>
This div box has shadow with color #817acc
Comments
No comments written yet.
Please login to write comment.