Color spaces of #527fec
RGB | 82 | 127 | 236 |
---|---|---|---|
HSL | 0.62 | 0.80 | 0.62 |
HSV | 222° | 65° | 93° |
CMYK | 0.65 | 0.46 | 0.00 0.07 |
XYZ | 26.2094 | 23.0287 | 82.4205 |
Yxy | 23.0287 | 0.1991 | 0.1749 |
Hunter Lab | 47.9882 | 13.5107 | -68.2397 |
CIE-Lab | 55.1019 | 18.9703 | -59.6833 |
#527fec color RGB value is (82,127,236).
#527fec hex color red value is 82, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #527fec hue: 0.62 , saturation: 0.80 and the lightness value of 527fec is 0.62.
The process color (four color CMYK) of #527fec color hex is 0.65, 0.46, 0.00, 0.07. Web safe color of #527fec is #6666ff. Color #527fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01111111 | 11101100 |
Octal | 122 | 177 | 354 |
Decimal | 82 | 127 | 236 |
Hex | 52 | 7F | EC |
Shades of #527fec
Tints of #527fec
RGB Percentages of Color #527fec
CMYK Percentages of Color #527fec
Complementary Color
#527fec | #ecbf52 |
#527fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#527fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#527fec Color CSS Codes
.mybgcolor {background-color:#527fec; } .myforecolor {color:#527fec; } .mybordercolor {border:3px solid #527fec; }
#527fec Text Font Color
<p style="color:#527fec">Text here</p>
This sample text font color is #527fec
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.
#527fec Background Color
<div style="background-color:#527fec">
Div content here</div>
This div background color is #527fec
#527fec Border Color
<div style="border:3px solid #527fec">
Div here</div>
This div border color is #527fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,127,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #527fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #527fec; -webkit-box-shadow: 1px 1px 3px 2px #527fec; box-shadow: 1px 1px 3px 2px #527fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,127,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #527fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #527fec; -webkit-box-shadow: 1px 1px 3px 2px #527fec; box-shadow: 1px 1px 3px 2px #527fec;">
Div content here</div>
This div box has shadow with color #527fec
Comments
No comments written yet.
Please login to write comment.