Color spaces of #390bcc
RGB | 57 | 11 | 204 |
---|---|---|---|
HSL | 0.71 | 0.90 | 0.42 |
HSV | 254° | 95° | 80° |
CMYK | 0.72 | 0.95 | 0.00 0.20 |
XYZ | 12.7061 | 5.4688 | 57.5126 |
Yxy | 5.4688 | 0.1679 | 0.0723 |
Hunter Lab | 23.3855 | 56.0604 | -129.4439 |
CIE-Lab | 28.0307 | 65.8717 | -85.7556 |
#390bcc color RGB value is (57,11,204).
#390bcc hex color red value is 57, green value is 11 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #390bcc hue: 0.71 , saturation: 0.90 and the lightness value of 390bcc is 0.42.
The process color (four color CMYK) of #390bcc color hex is 0.72, 0.95, 0.00, 0.20. Web safe color of #390bcc is #3300cc. Color #390bcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00001011 | 11001100 |
Octal | 71 | 13 | 314 |
Decimal | 57 | 11 | 204 |
Hex | 39 | B | CC |
Shades of #390bcc
Tints of #390bcc
RGB Percentages of Color #390bcc
CMYK Percentages of Color #390bcc
Complementary Color
#390bcc | #9ecc0b |
#390bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#390bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#390bcc Color CSS Codes
.mybgcolor {background-color:#390bcc; } .myforecolor {color:#390bcc; } .mybordercolor {border:3px solid #390bcc; }
#390bcc Text Font Color
<p style="color:#390bcc">Text here</p>
This sample text font color is #390bcc
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.
#390bcc Background Color
<div style="background-color:#390bcc">
Div content here</div>
This div background color is #390bcc
#390bcc Border Color
<div style="border:3px solid #390bcc">
Div here</div>
This div border color is #390bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,11,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #390bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #390bcc; -webkit-box-shadow: 1px 1px 3px 2px #390bcc; box-shadow: 1px 1px 3px 2px #390bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,11,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #390bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #390bcc; -webkit-box-shadow: 1px 1px 3px 2px #390bcc; box-shadow: 1px 1px 3px 2px #390bcc;">
Div content here</div>
This div box has shadow with color #390bcc
Comments
No comments written yet.
Please login to write comment.