Color spaces of #653bce
RGB | 101 | 59 | 206 |
---|---|---|---|
HSL | 0.71 | 0.60 | 0.52 |
HSV | 257° | 71° | 81° |
CMYK | 0.51 | 0.71 | 0.00 0.19 |
XYZ | 18.0714 | 10.3509 | 59.4380 |
Yxy | 10.3509 | 0.2057 | 0.1178 |
Hunter Lab | 32.1728 | 43.9606 | -87.0150 |
CIE-Lab | 38.4650 | 52.7481 | -69.5498 |
#653bce color RGB value is (101,59,206).
#653bce hex color red value is 101, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #653bce hue: 0.71 , saturation: 0.60 and the lightness value of 653bce is 0.52.
The process color (four color CMYK) of #653bce color hex is 0.51, 0.71, 0.00, 0.19. Web safe color of #653bce is #6633cc. Color #653bce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00111011 | 11001110 |
Octal | 145 | 73 | 316 |
Decimal | 101 | 59 | 206 |
Hex | 65 | 3B | CE |
Shades of #653bce
Tints of #653bce
RGB Percentages of Color #653bce
CMYK Percentages of Color #653bce
Complementary Color
#653bce | #a4ce3b |
#653bce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#653bce Color Preview on White Background
Lorem ipsum dolor sit amet.
#653bce Color CSS Codes
.mybgcolor {background-color:#653bce; } .myforecolor {color:#653bce; } .mybordercolor {border:3px solid #653bce; }
#653bce Text Font Color
<p style="color:#653bce">Text here</p>
This sample text font color is #653bce
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.
#653bce Background Color
<div style="background-color:#653bce">
Div content here</div>
This div background color is #653bce
#653bce Border Color
<div style="border:3px solid #653bce">
Div here</div>
This div border color is #653bce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,59,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #653bce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #653bce; -webkit-box-shadow: 1px 1px 3px 2px #653bce; box-shadow: 1px 1px 3px 2px #653bce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,59,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #653bce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #653bce; -webkit-box-shadow: 1px 1px 3px 2px #653bce; box-shadow: 1px 1px 3px 2px #653bce;">
Div content here</div>
This div box has shadow with color #653bce
Comments
No comments written yet.
Please login to write comment.