Color spaces of #3b0ffd
RGB | 59 | 15 | 253 |
---|---|---|---|
HSL | 0.70 | 0.98 | 0.53 |
HSV | 251° | 94° | 99° |
CMYK | 0.77 | 0.94 | 0.00 0.01 |
XYZ | 19.7041 | 8.3633 | 93.5043 |
Yxy | 8.3633 | 0.1621 | 0.0688 |
Hunter Lab | 28.9194 | 71.0114 | -171.4574 |
CIE-Lab | 34.7283 | 77.2646 | -102.6396 |
#3b0ffd color RGB value is (59,15,253).
#3b0ffd hex color red value is 59, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3b0ffd hue: 0.70 , saturation: 0.98 and the lightness value of 3b0ffd is 0.53.
The process color (four color CMYK) of #3b0ffd color hex is 0.77, 0.94, 0.00, 0.01. Web safe color of #3b0ffd is #3300ff. Color #3b0ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 00001111 | 11111101 |
Octal | 73 | 17 | 375 |
Decimal | 59 | 15 | 253 |
Hex | 3B | F | FD |
Shades of #3b0ffd
Tints of #3b0ffd
RGB Percentages of Color #3b0ffd
CMYK Percentages of Color #3b0ffd
Complementary Color
#3b0ffd | #d1fd0f |
#3b0ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3b0ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3b0ffd Color CSS Codes
.mybgcolor {background-color:#3b0ffd; } .myforecolor {color:#3b0ffd; } .mybordercolor {border:3px solid #3b0ffd; }
#3b0ffd Text Font Color
<p style="color:#3b0ffd">Text here</p>
This sample text font color is #3b0ffd
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.
#3b0ffd Background Color
<div style="background-color:#3b0ffd">
Div content here</div>
This div background color is #3b0ffd
#3b0ffd Border Color
<div style="border:3px solid #3b0ffd">
Div here</div>
This div border color is #3b0ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,15,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3b0ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3b0ffd; -webkit-box-shadow: 1px 1px 3px 2px #3b0ffd; box-shadow: 1px 1px 3px 2px #3b0ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,15,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 #3b0ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3b0ffd; -webkit-box-shadow: 1px 1px 3px 2px #3b0ffd; box-shadow: 1px 1px 3px 2px #3b0ffd;">
Div content here</div>
This div box has shadow with color #3b0ffd
Comments
No comments written yet.
Please login to write comment.