Color spaces of #380ddb
RGB | 56 | 13 | 219 |
---|---|---|---|
HSL | 0.70 | 0.89 | 0.45 |
HSV | 253° | 94° | 86° |
CMYK | 0.74 | 0.94 | 0.00 0.14 |
XYZ | 14.5610 | 6.2431 | 67.4554 |
Yxy | 6.2431 | 0.1650 | 0.0707 |
Hunter Lab | 24.9862 | 60.2971 | -142.5753 |
CIE-Lab | 30.0177 | 69.1872 | -91.1557 |
#380ddb color RGB value is (56,13,219).
#380ddb hex color red value is 56, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #380ddb hue: 0.70 , saturation: 0.89 and the lightness value of 380ddb is 0.45.
The process color (four color CMYK) of #380ddb color hex is 0.74, 0.94, 0.00, 0.14. Web safe color of #380ddb is #3300cc. Color #380ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 00001101 | 11011011 |
Octal | 70 | 15 | 333 |
Decimal | 56 | 13 | 219 |
Hex | 38 | D | DB |
Shades of #380ddb
Tints of #380ddb
RGB Percentages of Color #380ddb
CMYK Percentages of Color #380ddb
Complementary Color
#380ddb | #b0db0d |
#380ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#380ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#380ddb Color CSS Codes
.mybgcolor {background-color:#380ddb; } .myforecolor {color:#380ddb; } .mybordercolor {border:3px solid #380ddb; }
#380ddb Text Font Color
<p style="color:#380ddb">Text here</p>
This sample text font color is #380ddb
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.
#380ddb Background Color
<div style="background-color:#380ddb">
Div content here</div>
This div background color is #380ddb
#380ddb Border Color
<div style="border:3px solid #380ddb">
Div here</div>
This div border color is #380ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,13,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #380ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #380ddb; -webkit-box-shadow: 1px 1px 3px 2px #380ddb; box-shadow: 1px 1px 3px 2px #380ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,13,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 #380ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #380ddb; -webkit-box-shadow: 1px 1px 3px 2px #380ddb; box-shadow: 1px 1px 3px 2px #380ddb;">
Div content here</div>
This div box has shadow with color #380ddb
Comments
No comments written yet.
Please login to write comment.