Color spaces of #393cdb
RGB | 57 | 60 | 219 |
---|---|---|---|
HSL | 0.66 | 0.69 | 0.54 |
HSV | 239° | 74° | 86° |
CMYK | 0.74 | 0.73 | 0.00 0.14 |
XYZ | 16.0894 | 9.2160 | 67.9487 |
Yxy | 9.2160 | 0.1725 | 0.0988 |
Hunter Lab | 30.3579 | 41.4772 | -111.4557 |
CIE-Lab | 36.3969 | 50.7418 | -80.5717 |
#393cdb color RGB value is (57,60,219).
#393cdb hex color red value is 57, green value is 60 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #393cdb hue: 0.66 , saturation: 0.69 and the lightness value of 393cdb is 0.54.
The process color (four color CMYK) of #393cdb color hex is 0.74, 0.73, 0.00, 0.14. Web safe color of #393cdb is #3333cc. Color #393cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00111100 | 11011011 |
Octal | 71 | 74 | 333 |
Decimal | 57 | 60 | 219 |
Hex | 39 | 3C | DB |
Shades of #393cdb
Tints of #393cdb
RGB Percentages of Color #393cdb
CMYK Percentages of Color #393cdb
Complementary Color
#393cdb | #dbd839 |
#393cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#393cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#393cdb Color CSS Codes
.mybgcolor {background-color:#393cdb; } .myforecolor {color:#393cdb; } .mybordercolor {border:3px solid #393cdb; }
#393cdb Text Font Color
<p style="color:#393cdb">Text here</p>
This sample text font color is #393cdb
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.
#393cdb Background Color
<div style="background-color:#393cdb">
Div content here</div>
This div background color is #393cdb
#393cdb Border Color
<div style="border:3px solid #393cdb">
Div here</div>
This div border color is #393cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,60,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #393cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #393cdb; -webkit-box-shadow: 1px 1px 3px 2px #393cdb; box-shadow: 1px 1px 3px 2px #393cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,60,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 #393cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #393cdb; -webkit-box-shadow: 1px 1px 3px 2px #393cdb; box-shadow: 1px 1px 3px 2px #393cdb;">
Div content here</div>
This div box has shadow with color #393cdb
Comments
No comments written yet.
Please login to write comment.