Color spaces of #658ddb
RGB | 101 | 141 | 219 |
---|---|---|---|
HSL | 0.61 | 0.62 | 0.63 |
HSV | 220° | 54° | 86° |
CMYK | 0.54 | 0.36 | 0.00 0.14 |
XYZ | 27.6779 | 26.9309 | 70.7572 |
Yxy | 26.9309 | 0.2208 | 0.2148 |
Hunter Lab | 51.8950 | 4.3857 | -44.5136 |
CIE-Lab | 58.9103 | 8.5227 | -44.0784 |
#658ddb color RGB value is (101,141,219).
#658ddb hex color red value is 101, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #658ddb hue: 0.61 , saturation: 0.62 and the lightness value of 658ddb is 0.63.
The process color (four color CMYK) of #658ddb color hex is 0.54, 0.36, 0.00, 0.14. Web safe color of #658ddb is #6699cc. Color #658ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10001101 | 11011011 |
Octal | 145 | 215 | 333 |
Decimal | 101 | 141 | 219 |
Hex | 65 | 8D | DB |
Shades of #658ddb
Tints of #658ddb
RGB Percentages of Color #658ddb
CMYK Percentages of Color #658ddb
Complementary Color
#658ddb | #dbb365 |
#658ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#658ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#658ddb Color CSS Codes
.mybgcolor {background-color:#658ddb; } .myforecolor {color:#658ddb; } .mybordercolor {border:3px solid #658ddb; }
#658ddb Text Font Color
<p style="color:#658ddb">Text here</p>
This sample text font color is #658ddb
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.
#658ddb Background Color
<div style="background-color:#658ddb">
Div content here</div>
This div background color is #658ddb
#658ddb Border Color
<div style="border:3px solid #658ddb">
Div here</div>
This div border color is #658ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,141,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #658ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #658ddb; -webkit-box-shadow: 1px 1px 3px 2px #658ddb; box-shadow: 1px 1px 3px 2px #658ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,141,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #658ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #658ddb; -webkit-box-shadow: 1px 1px 3px 2px #658ddb; box-shadow: 1px 1px 3px 2px #658ddb;">
Div content here</div>
This div box has shadow with color #658ddb
Comments
No comments written yet.
Please login to write comment.