Color spaces of #805bfd
RGB | 128 | 91 | 253 |
---|---|---|---|
HSL | 0.70 | 0.98 | 0.67 |
HSV | 254° | 64° | 99° |
CMYK | 0.49 | 0.64 | 0.00 0.01 |
XYZ | 30.3728 | 19.1632 | 95.0266 |
Yxy | 19.1632 | 0.2101 | 0.1326 |
Hunter Lab | 43.7758 | 47.2404 | -98.0611 |
CIE-Lab | 50.8776 | 53.5713 | -75.8221 |
#805bfd color RGB value is (128,91,253).
#805bfd hex color red value is 128, green value is 91 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #805bfd hue: 0.70 , saturation: 0.98 and the lightness value of 805bfd is 0.67.
The process color (four color CMYK) of #805bfd color hex is 0.49, 0.64, 0.00, 0.01. Web safe color of #805bfd is #9966ff. Color #805bfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01011011 | 11111101 |
Octal | 200 | 133 | 375 |
Decimal | 128 | 91 | 253 |
Hex | 80 | 5B | FD |
Shades of #805bfd
Tints of #805bfd
RGB Percentages of Color #805bfd
CMYK Percentages of Color #805bfd
Complementary Color
#805bfd | #d8fd5b |
#805bfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#805bfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#805bfd Color CSS Codes
.mybgcolor {background-color:#805bfd; } .myforecolor {color:#805bfd; } .mybordercolor {border:3px solid #805bfd; }
#805bfd Text Font Color
<p style="color:#805bfd">Text here</p>
This sample text font color is #805bfd
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.
#805bfd Background Color
<div style="background-color:#805bfd">
Div content here</div>
This div background color is #805bfd
#805bfd Border Color
<div style="border:3px solid #805bfd">
Div here</div>
This div border color is #805bfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,91,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #805bfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #805bfd; -webkit-box-shadow: 1px 1px 3px 2px #805bfd; box-shadow: 1px 1px 3px 2px #805bfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,91,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 #805bfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #805bfd; -webkit-box-shadow: 1px 1px 3px 2px #805bfd; box-shadow: 1px 1px 3px 2px #805bfd;">
Div content here</div>
This div box has shadow with color #805bfd
Comments
No comments written yet.
Please login to write comment.