Color spaces of #525ffd
RGB | 82 | 95 | 253 |
---|---|---|---|
HSL | 0.65 | 0.98 | 0.66 |
HSV | 235° | 68° | 99° |
CMYK | 0.68 | 0.62 | 0.00 0.01 |
XYZ | 25.3015 | 17.0701 | 94.8898 |
Yxy | 17.0701 | 0.1843 | 0.1244 |
Hunter Lab | 41.3160 | 37.0087 | -107.2493 |
CIE-Lab | 48.3482 | 44.2788 | -80.0913 |
#525ffd color RGB value is (82,95,253).
#525ffd hex color red value is 82, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #525ffd hue: 0.65 , saturation: 0.98 and the lightness value of 525ffd is 0.66.
The process color (four color CMYK) of #525ffd color hex is 0.68, 0.62, 0.00, 0.01. Web safe color of #525ffd is #6666ff. Color #525ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01011111 | 11111101 |
Octal | 122 | 137 | 375 |
Decimal | 82 | 95 | 253 |
Hex | 52 | 5F | FD |
Shades of #525ffd
Tints of #525ffd
RGB Percentages of Color #525ffd
CMYK Percentages of Color #525ffd
Complementary Color
#525ffd | #fdf052 |
#525ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#525ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#525ffd Color CSS Codes
.mybgcolor {background-color:#525ffd; } .myforecolor {color:#525ffd; } .mybordercolor {border:3px solid #525ffd; }
#525ffd Text Font Color
<p style="color:#525ffd">Text here</p>
This sample text font color is #525ffd
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.
#525ffd Background Color
<div style="background-color:#525ffd">
Div content here</div>
This div background color is #525ffd
#525ffd Border Color
<div style="border:3px solid #525ffd">
Div here</div>
This div border color is #525ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,95,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #525ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #525ffd; -webkit-box-shadow: 1px 1px 3px 2px #525ffd; box-shadow: 1px 1px 3px 2px #525ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,95,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #525ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #525ffd; -webkit-box-shadow: 1px 1px 3px 2px #525ffd; box-shadow: 1px 1px 3px 2px #525ffd;">
Div content here</div>
This div box has shadow with color #525ffd
Comments
No comments written yet.
Please login to write comment.