Color spaces of #527fba
RGB | 82 | 127 | 186 |
---|---|---|---|
HSL | 0.59 | 0.43 | 0.53 |
HSV | 214° | 56° | 73° |
CMYK | 0.56 | 0.32 | 0.00 0.27 |
XYZ | 19.9320 | 20.5178 | 49.3642 |
Yxy | 20.5178 | 0.2219 | 0.2284 |
Hunter Lab | 45.2966 | -0.7231 | -32.9066 |
CIE-Lab | 52.4177 | 2.1540 | -35.6819 |
#527fba color RGB value is (82,127,186).
#527fba hex color red value is 82, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #527fba hue: 0.59 , saturation: 0.43 and the lightness value of 527fba is 0.53.
The process color (four color CMYK) of #527fba color hex is 0.56, 0.32, 0.00, 0.27. Web safe color of #527fba is #6666cc. Color #527fba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01111111 | 10111010 |
Octal | 122 | 177 | 272 |
Decimal | 82 | 127 | 186 |
Hex | 52 | 7F | BA |
Shades of #527fba
Tints of #527fba
RGB Percentages of Color #527fba
CMYK Percentages of Color #527fba
Complementary Color
#527fba | #ba8d52 |
#527fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#527fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#527fba Color CSS Codes
.mybgcolor {background-color:#527fba; } .myforecolor {color:#527fba; } .mybordercolor {border:3px solid #527fba; }
#527fba Text Font Color
<p style="color:#527fba">Text here</p>
This sample text font color is #527fba
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.
#527fba Background Color
<div style="background-color:#527fba">
Div content here</div>
This div background color is #527fba
#527fba Border Color
<div style="border:3px solid #527fba">
Div here</div>
This div border color is #527fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,127,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #527fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #527fba; -webkit-box-shadow: 1px 1px 3px 2px #527fba; box-shadow: 1px 1px 3px 2px #527fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,127,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #527fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #527fba; -webkit-box-shadow: 1px 1px 3px 2px #527fba; box-shadow: 1px 1px 3px 2px #527fba;">
Div content here</div>
This div box has shadow with color #527fba
Comments
No comments written yet.
Please login to write comment.