Color spaces of #3287ce
RGB | 50 | 135 | 206 |
---|---|---|---|
HSL | 0.58 | 0.61 | 0.50 |
HSV | 207° | 76° | 81° |
CMYK | 0.76 | 0.34 | 0.00 0.19 |
XYZ | 21.1199 | 22.4623 | 61.6150 |
Yxy | 22.4623 | 0.2008 | 0.2135 |
Hunter Lab | 47.3944 | -3.3970 | -43.9038 |
CIE-Lab | 54.5141 | -1.0946 | -43.8506 |
#3287ce color RGB value is (50,135,206).
#3287ce hex color red value is 50, green value is 135 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3287ce hue: 0.58 , saturation: 0.61 and the lightness value of 3287ce is 0.50.
The process color (four color CMYK) of #3287ce color hex is 0.76, 0.34, 0.00, 0.19. Web safe color of #3287ce is #3399cc. Color #3287ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 10000111 | 11001110 |
Octal | 62 | 207 | 316 |
Decimal | 50 | 135 | 206 |
Hex | 32 | 87 | CE |
Shades of #3287ce
Tints of #3287ce
RGB Percentages of Color #3287ce
CMYK Percentages of Color #3287ce
Complementary Color
#3287ce | #ce7932 |
#3287ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3287ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#3287ce Color CSS Codes
.mybgcolor {background-color:#3287ce; } .myforecolor {color:#3287ce; } .mybordercolor {border:3px solid #3287ce; }
#3287ce Text Font Color
<p style="color:#3287ce">Text here</p>
This sample text font color is #3287ce
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.
#3287ce Background Color
<div style="background-color:#3287ce">
Div content here</div>
This div background color is #3287ce
#3287ce Border Color
<div style="border:3px solid #3287ce">
Div here</div>
This div border color is #3287ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,135,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3287ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3287ce; -webkit-box-shadow: 1px 1px 3px 2px #3287ce; box-shadow: 1px 1px 3px 2px #3287ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,135,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3287ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3287ce; -webkit-box-shadow: 1px 1px 3px 2px #3287ce; box-shadow: 1px 1px 3px 2px #3287ce;">
Div content here</div>
This div box has shadow with color #3287ce
Comments
No comments written yet.
Please login to write comment.