Color spaces of #3855fd
RGB | 56 | 85 | 253 |
---|---|---|---|
HSL | 0.64 | 0.98 | 0.61 |
HSV | 231° | 78° | 99° |
CMYK | 0.78 | 0.66 | 0.00 0.01 |
XYZ | 22.6090 | 14.4296 | 94.5221 |
Yxy | 14.4296 | 0.1719 | 0.1097 |
Hunter Lab | 37.9863 | 39.7650 | -120.9421 |
CIE-Lab | 44.8428 | 47.5485 | -85.8880 |
#3855fd color RGB value is (56,85,253).
#3855fd hex color red value is 56, green value is 85 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3855fd hue: 0.64 , saturation: 0.98 and the lightness value of 3855fd is 0.61.
The process color (four color CMYK) of #3855fd color hex is 0.78, 0.66, 0.00, 0.01. Web safe color of #3855fd is #3366ff. Color #3855fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01010101 | 11111101 |
Octal | 70 | 125 | 375 |
Decimal | 56 | 85 | 253 |
Hex | 38 | 55 | FD |
Shades of #3855fd
Tints of #3855fd
RGB Percentages of Color #3855fd
CMYK Percentages of Color #3855fd
Complementary Color
#3855fd | #fde038 |
#3855fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3855fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3855fd Color CSS Codes
.mybgcolor {background-color:#3855fd; } .myforecolor {color:#3855fd; } .mybordercolor {border:3px solid #3855fd; }
#3855fd Text Font Color
<p style="color:#3855fd">Text here</p>
This sample text font color is #3855fd
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.
#3855fd Background Color
<div style="background-color:#3855fd">
Div content here</div>
This div background color is #3855fd
#3855fd Border Color
<div style="border:3px solid #3855fd">
Div here</div>
This div border color is #3855fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,85,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3855fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3855fd; -webkit-box-shadow: 1px 1px 3px 2px #3855fd; box-shadow: 1px 1px 3px 2px #3855fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,85,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 #3855fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3855fd; -webkit-box-shadow: 1px 1px 3px 2px #3855fd; box-shadow: 1px 1px 3px 2px #3855fd;">
Div content here</div>
This div box has shadow with color #3855fd
Comments
No comments written yet.
Please login to write comment.