Color spaces of #6514db
RGB | 101 | 20 | 219 |
---|---|---|---|
HSL | 0.73 | 0.83 | 0.47 |
HSV | 264° | 91° | 86° |
CMYK | 0.54 | 0.91 | 0.00 0.14 |
XYZ | 18.4032 | 8.3815 | 67.6657 |
Yxy | 8.3815 | 0.1948 | 0.0887 |
Hunter Lab | 28.9508 | 62.8034 | -118.3108 |
CIE-Lab | 34.7651 | 70.4449 | -83.1475 |
#6514db color RGB value is (101,20,219).
#6514db hex color red value is 101, green value is 20 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6514db hue: 0.73 , saturation: 0.83 and the lightness value of 6514db is 0.47.
The process color (four color CMYK) of #6514db color hex is 0.54, 0.91, 0.00, 0.14. Web safe color of #6514db is #6600cc. Color #6514db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00010100 | 11011011 |
Octal | 145 | 24 | 333 |
Decimal | 101 | 20 | 219 |
Hex | 65 | 14 | DB |
Shades of #6514db
Tints of #6514db
RGB Percentages of Color #6514db
CMYK Percentages of Color #6514db
Complementary Color
#6514db | #8adb14 |
#6514db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6514db Color Preview on White Background
Lorem ipsum dolor sit amet.
#6514db Color CSS Codes
.mybgcolor {background-color:#6514db; } .myforecolor {color:#6514db; } .mybordercolor {border:3px solid #6514db; }
#6514db Text Font Color
<p style="color:#6514db">Text here</p>
This sample text font color is #6514db
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.
#6514db Background Color
<div style="background-color:#6514db">
Div content here</div>
This div background color is #6514db
#6514db Border Color
<div style="border:3px solid #6514db">
Div here</div>
This div border color is #6514db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,20,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6514db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6514db; -webkit-box-shadow: 1px 1px 3px 2px #6514db; box-shadow: 1px 1px 3px 2px #6514db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,20,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 #6514db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6514db; -webkit-box-shadow: 1px 1px 3px 2px #6514db; box-shadow: 1px 1px 3px 2px #6514db;">
Div content here</div>
This div box has shadow with color #6514db
Comments
No comments written yet.
Please login to write comment.