Color spaces of #387edd
RGB | 56 | 126 | 221 |
---|---|---|---|
HSL | 0.60 | 0.71 | 0.54 |
HSV | 215° | 75° | 87° |
CMYK | 0.75 | 0.43 | 0.00 0.13 |
XYZ | 22.1429 | 20.9829 | 71.2897 |
Yxy | 20.9829 | 0.1935 | 0.1834 |
Hunter Lab | 45.8071 | 6.1235 | -60.2082 |
CIE-Lab | 52.9308 | 10.5429 | -54.8215 |
#387edd color RGB value is (56,126,221).
#387edd hex color red value is 56, green value is 126 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #387edd hue: 0.60 , saturation: 0.71 and the lightness value of 387edd is 0.54.
The process color (four color CMYK) of #387edd color hex is 0.75, 0.43, 0.00, 0.13. Web safe color of #387edd is #3366cc. Color #387edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01111110 | 11011101 |
Octal | 70 | 176 | 335 |
Decimal | 56 | 126 | 221 |
Hex | 38 | 7E | DD |
Shades of #387edd
Tints of #387edd
RGB Percentages of Color #387edd
CMYK Percentages of Color #387edd
Complementary Color
#387edd | #dd9738 |
#387edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#387edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#387edd Color CSS Codes
.mybgcolor {background-color:#387edd; } .myforecolor {color:#387edd; } .mybordercolor {border:3px solid #387edd; }
#387edd Text Font Color
<p style="color:#387edd">Text here</p>
This sample text font color is #387edd
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.
#387edd Background Color
<div style="background-color:#387edd">
Div content here</div>
This div background color is #387edd
#387edd Border Color
<div style="border:3px solid #387edd">
Div here</div>
This div border color is #387edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,126,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #387edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #387edd; -webkit-box-shadow: 1px 1px 3px 2px #387edd; box-shadow: 1px 1px 3px 2px #387edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,126,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 #387edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #387edd; -webkit-box-shadow: 1px 1px 3px 2px #387edd; box-shadow: 1px 1px 3px 2px #387edd;">
Div content here</div>
This div box has shadow with color #387edd
Comments
No comments written yet.
Please login to write comment.