Color spaces of #653dcf
RGB | 101 | 61 | 207 |
---|---|---|---|
HSL | 0.71 | 0.60 | 0.53 |
HSV | 256° | 71° | 81° |
CMYK | 0.51 | 0.71 | 0.00 0.19 |
XYZ | 18.2981 | 10.6092 | 60.1148 |
Yxy | 10.6092 | 0.2055 | 0.1192 |
Hunter Lab | 32.5718 | 43.2768 | -86.6260 |
CIE-Lab | 38.9143 | 52.0086 | -69.3931 |
#653dcf color RGB value is (101,61,207).
#653dcf hex color red value is 101, green value is 61 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #653dcf hue: 0.71 , saturation: 0.60 and the lightness value of 653dcf is 0.53.
The process color (four color CMYK) of #653dcf color hex is 0.51, 0.71, 0.00, 0.19. Web safe color of #653dcf is #6633cc. Color #653dcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00111101 | 11001111 |
Octal | 145 | 75 | 317 |
Decimal | 101 | 61 | 207 |
Hex | 65 | 3D | CF |
Shades of #653dcf
Tints of #653dcf
RGB Percentages of Color #653dcf
CMYK Percentages of Color #653dcf
Complementary Color
#653dcf | #a7cf3d |
#653dcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#653dcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#653dcf Color CSS Codes
.mybgcolor {background-color:#653dcf; } .myforecolor {color:#653dcf; } .mybordercolor {border:3px solid #653dcf; }
#653dcf Text Font Color
<p style="color:#653dcf">Text here</p>
This sample text font color is #653dcf
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.
#653dcf Background Color
<div style="background-color:#653dcf">
Div content here</div>
This div background color is #653dcf
#653dcf Border Color
<div style="border:3px solid #653dcf">
Div here</div>
This div border color is #653dcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,61,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #653dcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #653dcf; -webkit-box-shadow: 1px 1px 3px 2px #653dcf; box-shadow: 1px 1px 3px 2px #653dcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,61,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #653dcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #653dcf; -webkit-box-shadow: 1px 1px 3px 2px #653dcf; box-shadow: 1px 1px 3px 2px #653dcf;">
Div content here</div>
This div box has shadow with color #653dcf
Comments
No comments written yet.
Please login to write comment.