Color spaces of #5183ce
RGB | 81 | 131 | 206 |
---|---|---|---|
HSL | 0.60 | 0.56 | 0.56 |
HSV | 216° | 61° | 81° |
CMYK | 0.61 | 0.36 | 0.00 0.19 |
XYZ | 22.6502 | 22.4382 | 61.5297 |
Yxy | 22.4382 | 0.2124 | 0.2105 |
Hunter Lab | 47.3690 | 2.4568 | -43.8562 |
CIE-Lab | 54.4889 | 6.1587 | -43.8177 |
#5183ce color RGB value is (81,131,206).
#5183ce hex color red value is 81, green value is 131 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5183ce hue: 0.60 , saturation: 0.56 and the lightness value of 5183ce is 0.56.
The process color (four color CMYK) of #5183ce color hex is 0.61, 0.36, 0.00, 0.19. Web safe color of #5183ce is #6699cc. Color #5183ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10000011 | 11001110 |
Octal | 121 | 203 | 316 |
Decimal | 81 | 131 | 206 |
Hex | 51 | 83 | CE |
Shades of #5183ce
Tints of #5183ce
RGB Percentages of Color #5183ce
CMYK Percentages of Color #5183ce
Complementary Color
#5183ce | #ce9c51 |
#5183ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5183ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#5183ce Color CSS Codes
.mybgcolor {background-color:#5183ce; } .myforecolor {color:#5183ce; } .mybordercolor {border:3px solid #5183ce; }
#5183ce Text Font Color
<p style="color:#5183ce">Text here</p>
This sample text font color is #5183ce
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.
#5183ce Background Color
<div style="background-color:#5183ce">
Div content here</div>
This div background color is #5183ce
#5183ce Border Color
<div style="border:3px solid #5183ce">
Div here</div>
This div border color is #5183ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,131,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5183ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5183ce; -webkit-box-shadow: 1px 1px 3px 2px #5183ce; box-shadow: 1px 1px 3px 2px #5183ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,131,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 #5183ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5183ce; -webkit-box-shadow: 1px 1px 3px 2px #5183ce; box-shadow: 1px 1px 3px 2px #5183ce;">
Div content here</div>
This div box has shadow with color #5183ce
Comments
No comments written yet.
Please login to write comment.