Color spaces of #3887dd
RGB | 56 | 135 | 221 |
---|---|---|---|
HSL | 0.59 | 0.71 | 0.54 |
HSV | 211° | 75° | 87° |
CMYK | 0.75 | 0.39 | 0.00 0.13 |
XYZ | 23.3460 | 23.3892 | 71.6907 |
Yxy | 23.3892 | 0.1971 | 0.1975 |
Hunter Lab | 48.3624 | 1.5332 | -54.0358 |
CIE-Lab | 55.4710 | 5.0678 | -50.7668 |
#3887dd color RGB value is (56,135,221).
#3887dd hex color red value is 56, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3887dd hue: 0.59 , saturation: 0.71 and the lightness value of 3887dd is 0.54.
The process color (four color CMYK) of #3887dd color hex is 0.75, 0.39, 0.00, 0.13. Web safe color of #3887dd is #3399cc. Color #3887dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 10000111 | 11011101 |
Octal | 70 | 207 | 335 |
Decimal | 56 | 135 | 221 |
Hex | 38 | 87 | DD |
Shades of #3887dd
Tints of #3887dd
RGB Percentages of Color #3887dd
CMYK Percentages of Color #3887dd
Complementary Color
#3887dd | #dd8e38 |
#3887dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3887dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3887dd Color CSS Codes
.mybgcolor {background-color:#3887dd; } .myforecolor {color:#3887dd; } .mybordercolor {border:3px solid #3887dd; }
#3887dd Text Font Color
<p style="color:#3887dd">Text here</p>
This sample text font color is #3887dd
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.
#3887dd Background Color
<div style="background-color:#3887dd">
Div content here</div>
This div background color is #3887dd
#3887dd Border Color
<div style="border:3px solid #3887dd">
Div here</div>
This div border color is #3887dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,135,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3887dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3887dd; -webkit-box-shadow: 1px 1px 3px 2px #3887dd; box-shadow: 1px 1px 3px 2px #3887dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,135,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 #3887dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3887dd; -webkit-box-shadow: 1px 1px 3px 2px #3887dd; box-shadow: 1px 1px 3px 2px #3887dd;">
Div content here</div>
This div box has shadow with color #3887dd
Comments
No comments written yet.
Please login to write comment.