Color spaces of #528dcf
RGB | 82 | 141 | 207 |
---|---|---|---|
HSL | 0.59 | 0.57 | 0.57 |
HSV | 212° | 60° | 81° |
CMYK | 0.60 | 0.32 | 0.00 0.19 |
XYZ | 24.2670 | 25.3486 | 62.6452 |
Yxy | 25.3486 | 0.2162 | 0.2258 |
Hunter Lab | 50.3474 | -2.0725 | -38.5289 |
CIE-Lab | 57.4135 | 0.7596 | -39.7685 |
#528dcf color RGB value is (82,141,207).
#528dcf hex color red value is 82, green value is 141 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #528dcf hue: 0.59 , saturation: 0.57 and the lightness value of 528dcf is 0.57.
The process color (four color CMYK) of #528dcf color hex is 0.60, 0.32, 0.00, 0.19. Web safe color of #528dcf is #6699cc. Color #528dcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 10001101 | 11001111 |
Octal | 122 | 215 | 317 |
Decimal | 82 | 141 | 207 |
Hex | 52 | 8D | CF |
Shades of #528dcf
Tints of #528dcf
RGB Percentages of Color #528dcf
CMYK Percentages of Color #528dcf
Complementary Color
#528dcf | #cf9452 |
#528dcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#528dcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#528dcf Color CSS Codes
.mybgcolor {background-color:#528dcf; } .myforecolor {color:#528dcf; } .mybordercolor {border:3px solid #528dcf; }
#528dcf Text Font Color
<p style="color:#528dcf">Text here</p>
This sample text font color is #528dcf
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.
#528dcf Background Color
<div style="background-color:#528dcf">
Div content here</div>
This div background color is #528dcf
#528dcf Border Color
<div style="border:3px solid #528dcf">
Div here</div>
This div border color is #528dcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,141,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #528dcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #528dcf; -webkit-box-shadow: 1px 1px 3px 2px #528dcf; box-shadow: 1px 1px 3px 2px #528dcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,141,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #528dcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #528dcf; -webkit-box-shadow: 1px 1px 3px 2px #528dcf; box-shadow: 1px 1px 3px 2px #528dcf;">
Div content here</div>
This div box has shadow with color #528dcf
Comments
No comments written yet.
Please login to write comment.