Color spaces of #525faf
RGB | 82 | 95 | 175 |
---|---|---|---|
HSL | 0.64 | 0.37 | 0.50 |
HSV | 232° | 53° | 69° |
CMYK | 0.53 | 0.46 | 0.00 0.31 |
XYZ | 15.3097 | 13.0734 | 42.2739 |
Yxy | 13.0734 | 0.2167 | 0.1850 |
Hunter Lab | 36.1572 | 12.3056 | -44.0101 |
CIE-Lab | 42.8736 | 18.2827 | -44.3978 |
#525faf color RGB value is (82,95,175).
#525faf hex color red value is 82, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #525faf hue: 0.64 , saturation: 0.37 and the lightness value of 525faf is 0.50.
The process color (four color CMYK) of #525faf color hex is 0.53, 0.46, 0.00, 0.31. Web safe color of #525faf is #666699. Color #525faf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01011111 | 10101111 |
Octal | 122 | 137 | 257 |
Decimal | 82 | 95 | 175 |
Hex | 52 | 5F | AF |
Shades of #525faf
Tints of #525faf
RGB Percentages of Color #525faf
CMYK Percentages of Color #525faf
Complementary Color
#525faf | #afa252 |
#525faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#525faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#525faf Color CSS Codes
.mybgcolor {background-color:#525faf; } .myforecolor {color:#525faf; } .mybordercolor {border:3px solid #525faf; }
#525faf Text Font Color
<p style="color:#525faf">Text here</p>
This sample text font color is #525faf
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.
#525faf Background Color
<div style="background-color:#525faf">
Div content here</div>
This div background color is #525faf
#525faf Border Color
<div style="border:3px solid #525faf">
Div here</div>
This div border color is #525faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,95,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #525faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #525faf; -webkit-box-shadow: 1px 1px 3px 2px #525faf; box-shadow: 1px 1px 3px 2px #525faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,95,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #525faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #525faf; -webkit-box-shadow: 1px 1px 3px 2px #525faf; box-shadow: 1px 1px 3px 2px #525faf;">
Div content here</div>
This div box has shadow with color #525faf
Comments
No comments written yet.
Please login to write comment.