Color spaces of #527bcd
RGB | 82 | 123 | 205 |
---|---|---|---|
HSL | 0.61 | 0.55 | 0.56 |
HSV | 220° | 60° | 80° |
CMYK | 0.60 | 0.40 | 0.00 0.20 |
XYZ | 21.5821 | 20.3675 | 60.5514 |
Yxy | 20.3675 | 0.2106 | 0.1987 |
Hunter Lab | 45.1304 | 6.3836 | -47.9581 |
CIE-Lab | 52.2502 | 10.8569 | -46.7965 |
#527bcd color RGB value is (82,123,205).
#527bcd hex color red value is 82, green value is 123 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #527bcd hue: 0.61 , saturation: 0.55 and the lightness value of 527bcd is 0.56.
The process color (four color CMYK) of #527bcd color hex is 0.60, 0.40, 0.00, 0.20. Web safe color of #527bcd is #6666cc. Color #527bcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01111011 | 11001101 |
Octal | 122 | 173 | 315 |
Decimal | 82 | 123 | 205 |
Hex | 52 | 7B | CD |
Shades of #527bcd
Tints of #527bcd
RGB Percentages of Color #527bcd
CMYK Percentages of Color #527bcd
Complementary Color
#527bcd | #cda452 |
#527bcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#527bcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#527bcd Color CSS Codes
.mybgcolor {background-color:#527bcd; } .myforecolor {color:#527bcd; } .mybordercolor {border:3px solid #527bcd; }
#527bcd Text Font Color
<p style="color:#527bcd">Text here</p>
This sample text font color is #527bcd
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.
#527bcd Background Color
<div style="background-color:#527bcd">
Div content here</div>
This div background color is #527bcd
#527bcd Border Color
<div style="border:3px solid #527bcd">
Div here</div>
This div border color is #527bcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,123,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #527bcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #527bcd; -webkit-box-shadow: 1px 1px 3px 2px #527bcd; box-shadow: 1px 1px 3px 2px #527bcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,123,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #527bcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #527bcd; -webkit-box-shadow: 1px 1px 3px 2px #527bcd; box-shadow: 1px 1px 3px 2px #527bcd;">
Div content here</div>
This div box has shadow with color #527bcd
Comments
No comments written yet.
Please login to write comment.