Color spaces of #7e17cd
RGB | 126 | 23 | 205 |
---|---|---|---|
HSL | 0.76 | 0.80 | 0.45 |
HSV | 274° | 89° | 80° |
CMYK | 0.39 | 0.89 | 0.00 0.20 |
XYZ | 19.9300 | 9.4562 | 58.5324 |
Yxy | 9.4562 | 0.2267 | 0.1076 |
Hunter Lab | 30.7509 | 61.8736 | -91.3290 |
CIE-Lab | 36.8482 | 69.2538 | -71.5030 |
#7e17cd color RGB value is (126,23,205).
#7e17cd hex color red value is 126, green value is 23 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7e17cd hue: 0.76 , saturation: 0.80 and the lightness value of 7e17cd is 0.45.
The process color (four color CMYK) of #7e17cd color hex is 0.39, 0.89, 0.00, 0.20. Web safe color of #7e17cd is #6600cc. Color #7e17cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 00010111 | 11001101 |
Octal | 176 | 27 | 315 |
Decimal | 126 | 23 | 205 |
Hex | 7E | 17 | CD |
Shades of #7e17cd
Tints of #7e17cd
RGB Percentages of Color #7e17cd
CMYK Percentages of Color #7e17cd
Complementary Color
#7e17cd | #66cd17 |
#7e17cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7e17cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7e17cd Color CSS Codes
.mybgcolor {background-color:#7e17cd; } .myforecolor {color:#7e17cd; } .mybordercolor {border:3px solid #7e17cd; }
#7e17cd Text Font Color
<p style="color:#7e17cd">Text here</p>
This sample text font color is #7e17cd
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.
#7e17cd Background Color
<div style="background-color:#7e17cd">
Div content here</div>
This div background color is #7e17cd
#7e17cd Border Color
<div style="border:3px solid #7e17cd">
Div here</div>
This div border color is #7e17cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,23,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7e17cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7e17cd; -webkit-box-shadow: 1px 1px 3px 2px #7e17cd; box-shadow: 1px 1px 3px 2px #7e17cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,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 #7e17cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7e17cd; -webkit-box-shadow: 1px 1px 3px 2px #7e17cd; box-shadow: 1px 1px 3px 2px #7e17cd;">
Div content here</div>
This div box has shadow with color #7e17cd
Comments
No comments written yet.
Please login to write comment.