Color spaces of #651dd3
RGB | 101 | 29 | 211 |
---|---|---|---|
HSL | 0.73 | 0.76 | 0.47 |
HSV | 264° | 86° | 83° |
CMYK | 0.52 | 0.86 | 0.00 0.17 |
XYZ | 17.5641 | 8.3486 | 62.3137 |
Yxy | 8.3486 | 0.1991 | 0.0946 |
Hunter Lab | 28.8939 | 57.9425 | -107.6411 |
CIE-Lab | 34.6986 | 66.2667 | -78.6382 |
#651dd3 color RGB value is (101,29,211).
#651dd3 hex color red value is 101, green value is 29 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #651dd3 hue: 0.73 , saturation: 0.76 and the lightness value of 651dd3 is 0.47.
The process color (four color CMYK) of #651dd3 color hex is 0.52, 0.86, 0.00, 0.17. Web safe color of #651dd3 is #6633cc. Color #651dd3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00011101 | 11010011 |
Octal | 145 | 35 | 323 |
Decimal | 101 | 29 | 211 |
Hex | 65 | 1D | D3 |
Shades of #651dd3
Tints of #651dd3
RGB Percentages of Color #651dd3
CMYK Percentages of Color #651dd3
Complementary Color
#651dd3 | #8bd31d |
#651dd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#651dd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#651dd3 Color CSS Codes
.mybgcolor {background-color:#651dd3; } .myforecolor {color:#651dd3; } .mybordercolor {border:3px solid #651dd3; }
#651dd3 Text Font Color
<p style="color:#651dd3">Text here</p>
This sample text font color is #651dd3
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.
#651dd3 Background Color
<div style="background-color:#651dd3">
Div content here</div>
This div background color is #651dd3
#651dd3 Border Color
<div style="border:3px solid #651dd3">
Div here</div>
This div border color is #651dd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,29,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #651dd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #651dd3; -webkit-box-shadow: 1px 1px 3px 2px #651dd3; box-shadow: 1px 1px 3px 2px #651dd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,29,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #651dd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #651dd3; -webkit-box-shadow: 1px 1px 3px 2px #651dd3; box-shadow: 1px 1px 3px 2px #651dd3;">
Div content here</div>
This div box has shadow with color #651dd3
Comments
No comments written yet.
Please login to write comment.