Color spaces of #5267fe
RGB | 82 | 103 | 254 |
---|---|---|---|
HSL | 0.65 | 0.99 | 0.66 |
HSV | 233° | 68° | 100° |
CMYK | 0.68 | 0.59 | 0.00 0.00 |
XYZ | 26.2193 | 18.6501 | 95.9838 |
Yxy | 18.6501 | 0.1861 | 0.1324 |
Hunter Lab | 43.1858 | 32.7973 | -101.5467 |
CIE-Lab | 50.2753 | 39.8155 | -77.5002 |
#5267fe color RGB value is (82,103,254).
#5267fe hex color red value is 82, green value is 103 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5267fe hue: 0.65 , saturation: 0.99 and the lightness value of 5267fe is 0.66.
The process color (four color CMYK) of #5267fe color hex is 0.68, 0.59, 0.00, 0.00. Web safe color of #5267fe is #6666ff. Color #5267fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01100111 | 11111110 |
Octal | 122 | 147 | 376 |
Decimal | 82 | 103 | 254 |
Hex | 52 | 67 | FE |
Shades of #5267fe
Tints of #5267fe
RGB Percentages of Color #5267fe
CMYK Percentages of Color #5267fe
Complementary Color
#5267fe | #fee952 |
#5267fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5267fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#5267fe Color CSS Codes
.mybgcolor {background-color:#5267fe; } .myforecolor {color:#5267fe; } .mybordercolor {border:3px solid #5267fe; }
#5267fe Text Font Color
<p style="color:#5267fe">Text here</p>
This sample text font color is #5267fe
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.
#5267fe Background Color
<div style="background-color:#5267fe">
Div content here</div>
This div background color is #5267fe
#5267fe Border Color
<div style="border:3px solid #5267fe">
Div here</div>
This div border color is #5267fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,103,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5267fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5267fe; -webkit-box-shadow: 1px 1px 3px 2px #5267fe; box-shadow: 1px 1px 3px 2px #5267fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,103,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5267fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5267fe; -webkit-box-shadow: 1px 1px 3px 2px #5267fe; box-shadow: 1px 1px 3px 2px #5267fe;">
Div content here</div>
This div box has shadow with color #5267fe
Comments
No comments written yet.
Please login to write comment.