Color spaces of #526dad
RGB | 82 | 109 | 173 |
---|---|---|---|
HSL | 0.62 | 0.36 | 0.50 |
HSV | 222° | 53° | 68° |
CMYK | 0.53 | 0.37 | 0.00 0.32 |
XYZ | 16.4911 | 15.7482 | 41.7057 |
Yxy | 15.7482 | 0.2230 | 0.2130 |
Hunter Lab | 39.6840 | 4.7305 | -34.5317 |
CIE-Lab | 46.6424 | 8.8631 | -37.2433 |
#526dad color RGB value is (82,109,173).
#526dad hex color red value is 82, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #526dad hue: 0.62 , saturation: 0.36 and the lightness value of 526dad is 0.50.
The process color (four color CMYK) of #526dad color hex is 0.53, 0.37, 0.00, 0.32. Web safe color of #526dad is #666699. Color #526dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01101101 | 10101101 |
Octal | 122 | 155 | 255 |
Decimal | 82 | 109 | 173 |
Hex | 52 | 6D | AD |
Shades of #526dad
Tints of #526dad
RGB Percentages of Color #526dad
CMYK Percentages of Color #526dad
Complementary Color
#526dad | #ad9252 |
#526dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#526dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#526dad Color CSS Codes
.mybgcolor {background-color:#526dad; } .myforecolor {color:#526dad; } .mybordercolor {border:3px solid #526dad; }
#526dad Text Font Color
<p style="color:#526dad">Text here</p>
This sample text font color is #526dad
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.
#526dad Background Color
<div style="background-color:#526dad">
Div content here</div>
This div background color is #526dad
#526dad Border Color
<div style="border:3px solid #526dad">
Div here</div>
This div border color is #526dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,109,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #526dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #526dad; -webkit-box-shadow: 1px 1px 3px 2px #526dad; box-shadow: 1px 1px 3px 2px #526dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,109,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #526dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #526dad; -webkit-box-shadow: 1px 1px 3px 2px #526dad; box-shadow: 1px 1px 3px 2px #526dad;">
Div content here</div>
This div box has shadow with color #526dad
Comments
No comments written yet.
Please login to write comment.