Color spaces of #815fdc
RGB | 129 | 95 | 220 |
---|---|---|---|
HSL | 0.71 | 0.64 | 0.62 |
HSV | 256° | 57° | 86° |
CMYK | 0.41 | 0.57 | 0.00 0.14 |
XYZ | 26.0637 | 18.0189 | 69.8144 |
Yxy | 18.0189 | 0.2288 | 0.1582 |
Hunter Lab | 42.4487 | 35.3147 | -67.7989 |
CIE-Lab | 49.5190 | 42.4302 | -59.4975 |
#815fdc color RGB value is (129,95,220).
#815fdc hex color red value is 129, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #815fdc hue: 0.71 , saturation: 0.64 and the lightness value of 815fdc is 0.62.
The process color (four color CMYK) of #815fdc color hex is 0.41, 0.57, 0.00, 0.14. Web safe color of #815fdc is #9966cc. Color #815fdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01011111 | 11011100 |
Octal | 201 | 137 | 334 |
Decimal | 129 | 95 | 220 |
Hex | 81 | 5F | DC |
Shades of #815fdc
Tints of #815fdc
RGB Percentages of Color #815fdc
CMYK Percentages of Color #815fdc
Complementary Color
#815fdc | #badc5f |
#815fdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#815fdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#815fdc Color CSS Codes
.mybgcolor {background-color:#815fdc; } .myforecolor {color:#815fdc; } .mybordercolor {border:3px solid #815fdc; }
#815fdc Text Font Color
<p style="color:#815fdc">Text here</p>
This sample text font color is #815fdc
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.
#815fdc Background Color
<div style="background-color:#815fdc">
Div content here</div>
This div background color is #815fdc
#815fdc Border Color
<div style="border:3px solid #815fdc">
Div here</div>
This div border color is #815fdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,95,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #815fdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #815fdc; -webkit-box-shadow: 1px 1px 3px 2px #815fdc; box-shadow: 1px 1px 3px 2px #815fdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,95,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 #815fdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #815fdc; -webkit-box-shadow: 1px 1px 3px 2px #815fdc; box-shadow: 1px 1px 3px 2px #815fdc;">
Div content here</div>
This div box has shadow with color #815fdc
Comments
No comments written yet.
Please login to write comment.