Color spaces of #385fdd
RGB | 56 | 95 | 221 |
---|---|---|---|
HSL | 0.63 | 0.71 | 0.54 |
HSV | 226° | 75° | 87° |
CMYK | 0.75 | 0.57 | 0.00 0.13 |
XYZ | 18.7742 | 14.2456 | 70.1668 |
Yxy | 14.2456 | 0.1819 | 0.1381 |
Hunter Lab | 37.7433 | 22.7382 | -83.8028 |
CIE-Lab | 44.5831 | 30.0567 | -68.2973 |
#385fdd color RGB value is (56,95,221).
#385fdd hex color red value is 56, green value is 95 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #385fdd hue: 0.63 , saturation: 0.71 and the lightness value of 385fdd is 0.54.
The process color (four color CMYK) of #385fdd color hex is 0.75, 0.57, 0.00, 0.13. Web safe color of #385fdd is #3366cc. Color #385fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01011111 | 11011101 |
Octal | 70 | 137 | 335 |
Decimal | 56 | 95 | 221 |
Hex | 38 | 5F | DD |
Shades of #385fdd
Tints of #385fdd
RGB Percentages of Color #385fdd
CMYK Percentages of Color #385fdd
Complementary Color
#385fdd | #ddb638 |
#385fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#385fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#385fdd Color CSS Codes
.mybgcolor {background-color:#385fdd; } .myforecolor {color:#385fdd; } .mybordercolor {border:3px solid #385fdd; }
#385fdd Text Font Color
<p style="color:#385fdd">Text here</p>
This sample text font color is #385fdd
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.
#385fdd Background Color
<div style="background-color:#385fdd">
Div content here</div>
This div background color is #385fdd
#385fdd Border Color
<div style="border:3px solid #385fdd">
Div here</div>
This div border color is #385fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,95,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #385fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #385fdd; -webkit-box-shadow: 1px 1px 3px 2px #385fdd; box-shadow: 1px 1px 3px 2px #385fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,95,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #385fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #385fdd; -webkit-box-shadow: 1px 1px 3px 2px #385fdd; box-shadow: 1px 1px 3px 2px #385fdd;">
Div content here</div>
This div box has shadow with color #385fdd
Comments
No comments written yet.
Please login to write comment.