Color spaces of #535afb
RGB | 83 | 90 | 251 |
---|---|---|---|
HSL | 0.66 | 0.95 | 0.65 |
HSV | 238° | 67° | 98° |
CMYK | 0.67 | 0.64 | 0.00 0.02 |
XYZ | 24.6360 | 16.1164 | 93.0791 |
Yxy | 16.1164 | 0.1841 | 0.1204 |
Hunter Lab | 40.1452 | 39.2863 | -109.3657 |
CIE-Lab | 47.1268 | 46.6984 | -80.9742 |
#535afb color RGB value is (83,90,251).
#535afb hex color red value is 83, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #535afb hue: 0.66 , saturation: 0.95 and the lightness value of 535afb is 0.65.
The process color (four color CMYK) of #535afb color hex is 0.67, 0.64, 0.00, 0.02. Web safe color of #535afb is #6666ff. Color #535afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01011010 | 11111011 |
Octal | 123 | 132 | 373 |
Decimal | 83 | 90 | 251 |
Hex | 53 | 5A | FB |
Shades of #535afb
Tints of #535afb
RGB Percentages of Color #535afb
CMYK Percentages of Color #535afb
Complementary Color
#535afb | #fbf453 |
#535afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#535afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#535afb Color CSS Codes
.mybgcolor {background-color:#535afb; } .myforecolor {color:#535afb; } .mybordercolor {border:3px solid #535afb; }
#535afb Text Font Color
<p style="color:#535afb">Text here</p>
This sample text font color is #535afb
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.
#535afb Background Color
<div style="background-color:#535afb">
Div content here</div>
This div background color is #535afb
#535afb Border Color
<div style="border:3px solid #535afb">
Div here</div>
This div border color is #535afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,90,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #535afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #535afb; -webkit-box-shadow: 1px 1px 3px 2px #535afb; box-shadow: 1px 1px 3px 2px #535afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,90,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #535afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #535afb; -webkit-box-shadow: 1px 1px 3px 2px #535afb; box-shadow: 1px 1px 3px 2px #535afb;">
Div content here</div>
This div box has shadow with color #535afb
Comments
No comments written yet.
Please login to write comment.