Color spaces of #527bee
RGB | 82 | 123 | 238 |
---|---|---|---|
HSL | 0.62 | 0.82 | 0.63 |
HSV | 224° | 66° | 93° |
CMYK | 0.66 | 0.48 | 0.00 0.07 |
XYZ | 25.9953 | 22.1328 | 83.7909 |
Yxy | 22.1328 | 0.1971 | 0.1678 |
Hunter Lab | 47.0455 | 16.3017 | -72.6672 |
CIE-Lab | 54.1676 | 22.1087 | -62.2987 |
#527bee color RGB value is (82,123,238).
#527bee hex color red value is 82, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #527bee hue: 0.62 , saturation: 0.82 and the lightness value of 527bee is 0.63.
The process color (four color CMYK) of #527bee color hex is 0.66, 0.48, 0.00, 0.07. Web safe color of #527bee is #6666ff. Color #527bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01111011 | 11101110 |
Octal | 122 | 173 | 356 |
Decimal | 82 | 123 | 238 |
Hex | 52 | 7B | EE |
Shades of #527bee
Tints of #527bee
RGB Percentages of Color #527bee
CMYK Percentages of Color #527bee
Complementary Color
#527bee | #eec552 |
#527bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#527bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#527bee Color CSS Codes
.mybgcolor {background-color:#527bee; } .myforecolor {color:#527bee; } .mybordercolor {border:3px solid #527bee; }
#527bee Text Font Color
<p style="color:#527bee">Text here</p>
This sample text font color is #527bee
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.
#527bee Background Color
<div style="background-color:#527bee">
Div content here</div>
This div background color is #527bee
#527bee Border Color
<div style="border:3px solid #527bee">
Div here</div>
This div border color is #527bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,123,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #527bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #527bee; -webkit-box-shadow: 1px 1px 3px 2px #527bee; box-shadow: 1px 1px 3px 2px #527bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,123,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #527bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #527bee; -webkit-box-shadow: 1px 1px 3px 2px #527bee; box-shadow: 1px 1px 3px 2px #527bee;">
Div content here</div>
This div box has shadow with color #527bee
Comments
No comments written yet.
Please login to write comment.