Color spaces of #920fdb
RGB | 146 | 15 | 219 |
---|---|---|---|
HSL | 0.77 | 0.87 | 0.46 |
HSV | 279° | 93° | 86° |
CMYK | 0.33 | 0.93 | 0.00 0.14 |
XYZ | 24.8111 | 11.5671 | 67.9428 |
Yxy | 11.5671 | 0.2378 | 0.1109 |
Hunter Lab | 34.0104 | 70.7000 | -94.6366 |
CIE-Lab | 40.5197 | 75.9311 | -73.4585 |
#920fdb color RGB value is (146,15,219).
#920fdb hex color red value is 146, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #920fdb hue: 0.77 , saturation: 0.87 and the lightness value of 920fdb is 0.46.
The process color (four color CMYK) of #920fdb color hex is 0.33, 0.93, 0.00, 0.14. Web safe color of #920fdb is #9900cc. Color #920fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 00001111 | 11011011 |
Octal | 222 | 17 | 333 |
Decimal | 146 | 15 | 219 |
Hex | 92 | F | DB |
Shades of #920fdb
Tints of #920fdb
RGB Percentages of Color #920fdb
CMYK Percentages of Color #920fdb
Complementary Color
#920fdb | #58db0f |
#920fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#920fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#920fdb Color CSS Codes
.mybgcolor {background-color:#920fdb; } .myforecolor {color:#920fdb; } .mybordercolor {border:3px solid #920fdb; }
#920fdb Text Font Color
<p style="color:#920fdb">Text here</p>
This sample text font color is #920fdb
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.
#920fdb Background Color
<div style="background-color:#920fdb">
Div content here</div>
This div background color is #920fdb
#920fdb Border Color
<div style="border:3px solid #920fdb">
Div here</div>
This div border color is #920fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,15,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #920fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #920fdb; -webkit-box-shadow: 1px 1px 3px 2px #920fdb; box-shadow: 1px 1px 3px 2px #920fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,15,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #920fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #920fdb; -webkit-box-shadow: 1px 1px 3px 2px #920fdb; box-shadow: 1px 1px 3px 2px #920fdb;">
Div content here</div>
This div box has shadow with color #920fdb
Comments
No comments written yet.
Please login to write comment.