Color spaces of #850dfd
RGB | 133 | 13 | 253 |
---|---|---|---|
HSL | 0.75 | 0.98 | 0.52 |
HSV | 270° | 95° | 99° |
CMYK | 0.47 | 0.95 | 0.00 0.01 |
XYZ | 27.5464 | 12.3662 | 93.8636 |
Yxy | 12.3662 | 0.2059 | 0.0924 |
Hunter Lab | 35.1656 | 78.2852 | -133.6402 |
CIE-Lab | 41.7923 | 81.7815 | -90.7035 |
#850dfd color RGB value is (133,13,253).
#850dfd hex color red value is 133, green value is 13 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #850dfd hue: 0.75 , saturation: 0.98 and the lightness value of 850dfd is 0.52.
The process color (four color CMYK) of #850dfd color hex is 0.47, 0.95, 0.00, 0.01. Web safe color of #850dfd is #9900ff. Color #850dfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00001101 | 11111101 |
Octal | 205 | 15 | 375 |
Decimal | 133 | 13 | 253 |
Hex | 85 | D | FD |
Shades of #850dfd
Tints of #850dfd
RGB Percentages of Color #850dfd
CMYK Percentages of Color #850dfd
Complementary Color
#850dfd | #85fd0d |
#850dfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#850dfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#850dfd Color CSS Codes
.mybgcolor {background-color:#850dfd; } .myforecolor {color:#850dfd; } .mybordercolor {border:3px solid #850dfd; }
#850dfd Text Font Color
<p style="color:#850dfd">Text here</p>
This sample text font color is #850dfd
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.
#850dfd Background Color
<div style="background-color:#850dfd">
Div content here</div>
This div background color is #850dfd
#850dfd Border Color
<div style="border:3px solid #850dfd">
Div here</div>
This div border color is #850dfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,13,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #850dfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #850dfd; -webkit-box-shadow: 1px 1px 3px 2px #850dfd; box-shadow: 1px 1px 3px 2px #850dfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,13,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 #850dfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #850dfd; -webkit-box-shadow: 1px 1px 3px 2px #850dfd; box-shadow: 1px 1px 3px 2px #850dfd;">
Div content here</div>
This div box has shadow with color #850dfd
Comments
No comments written yet.
Please login to write comment.