Color spaces of #653afb
RGB | 101 | 58 | 251 |
---|---|---|---|
HSL | 0.70 | 0.96 | 0.61 |
HSV | 253° | 77° | 98° |
CMYK | 0.60 | 0.77 | 0.00 0.02 |
XYZ | 24.2925 | 12.7578 | 92.4489 |
Yxy | 12.7578 | 0.1876 | 0.0985 |
Hunter Lab | 35.7181 | 58.8945 | -128.4574 |
CIE-Lab | 42.3960 | 65.6012 | -88.7015 |
#653afb color RGB value is (101,58,251).
#653afb hex color red value is 101, green value is 58 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #653afb hue: 0.70 , saturation: 0.96 and the lightness value of 653afb is 0.61.
The process color (four color CMYK) of #653afb color hex is 0.60, 0.77, 0.00, 0.02. Web safe color of #653afb is #6633ff. Color #653afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00111010 | 11111011 |
Octal | 145 | 72 | 373 |
Decimal | 101 | 58 | 251 |
Hex | 65 | 3A | FB |
Shades of #653afb
Tints of #653afb
RGB Percentages of Color #653afb
CMYK Percentages of Color #653afb
Complementary Color
#653afb | #d0fb3a |
#653afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#653afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#653afb Color CSS Codes
.mybgcolor {background-color:#653afb; } .myforecolor {color:#653afb; } .mybordercolor {border:3px solid #653afb; }
#653afb Text Font Color
<p style="color:#653afb">Text here</p>
This sample text font color is #653afb
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.
#653afb Background Color
<div style="background-color:#653afb">
Div content here</div>
This div background color is #653afb
#653afb Border Color
<div style="border:3px solid #653afb">
Div here</div>
This div border color is #653afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,58,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #653afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #653afb; -webkit-box-shadow: 1px 1px 3px 2px #653afb; box-shadow: 1px 1px 3px 2px #653afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,58,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 #653afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #653afb; -webkit-box-shadow: 1px 1px 3px 2px #653afb; box-shadow: 1px 1px 3px 2px #653afb;">
Div content here</div>
This div box has shadow with color #653afb
Comments
No comments written yet.
Please login to write comment.