Color spaces of #6917cd
RGB | 105 | 23 | 205 |
---|---|---|---|
HSL | 0.74 | 0.80 | 0.45 |
HSV | 267° | 89° | 80° |
CMYK | 0.49 | 0.89 | 0.00 0.20 |
XYZ | 17.1515 | 8.0238 | 58.4024 |
Yxy | 8.0238 | 0.2052 | 0.0960 |
Hunter Lab | 28.3263 | 58.5102 | -102.4140 |
CIE-Lab | 34.0324 | 66.8904 | -76.2373 |
#6917cd color RGB value is (105,23,205).
#6917cd hex color red value is 105, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6917cd hue: 0.74 , saturation: 0.80 and the lightness value of 6917cd is 0.45.
The process color (four color CMYK) of #6917cd color hex is 0.49, 0.89, 0.00, 0.20. Web safe color of #6917cd is #6600cc. Color #6917cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 00010111 | 11001101 |
Octal | 151 | 27 | 315 |
Decimal | 105 | 23 | 205 |
Hex | 69 | 17 | CD |
Shades of #6917cd
Tints of #6917cd
RGB Percentages of Color #6917cd
CMYK Percentages of Color #6917cd
Complementary Color
#6917cd | #7bcd17 |
#6917cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6917cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6917cd Color CSS Codes
.mybgcolor {background-color:#6917cd; } .myforecolor {color:#6917cd; } .mybordercolor {border:3px solid #6917cd; }
#6917cd Text Font Color
<p style="color:#6917cd">Text here</p>
This sample text font color is #6917cd
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.
#6917cd Background Color
<div style="background-color:#6917cd">
Div content here</div>
This div background color is #6917cd
#6917cd Border Color
<div style="border:3px solid #6917cd">
Div here</div>
This div border color is #6917cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,23,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6917cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6917cd; -webkit-box-shadow: 1px 1px 3px 2px #6917cd; box-shadow: 1px 1px 3px 2px #6917cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,23,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6917cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6917cd; -webkit-box-shadow: 1px 1px 3px 2px #6917cd; box-shadow: 1px 1px 3px 2px #6917cd;">
Div content here</div>
This div box has shadow with color #6917cd
Comments
No comments written yet.
Please login to write comment.