Color spaces of #7511de
RGB | 117 | 17 | 222 |
---|---|---|---|
HSL | 0.75 | 0.86 | 0.47 |
HSV | 269° | 92° | 87° |
CMYK | 0.47 | 0.92 | 0.00 0.13 |
XYZ | 20.7214 | 9.4567 | 69.8404 |
Yxy | 9.4567 | 0.2072 | 0.0945 |
Hunter Lab | 30.7517 | 66.4628 | -113.1275 |
CIE-Lab | 36.8491 | 73.1307 | -81.3635 |
#7511de color RGB value is (117,17,222).
#7511de hex color red value is 117, green value is 17 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7511de hue: 0.75 , saturation: 0.86 and the lightness value of 7511de is 0.47.
The process color (four color CMYK) of #7511de color hex is 0.47, 0.92, 0.00, 0.13. Web safe color of #7511de is #6600cc. Color #7511de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 00010001 | 11011110 |
Octal | 165 | 21 | 336 |
Decimal | 117 | 17 | 222 |
Hex | 75 | 11 | DE |
Shades of #7511de
Tints of #7511de
RGB Percentages of Color #7511de
CMYK Percentages of Color #7511de
Complementary Color
#7511de | #7ade11 |
#7511de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7511de Color Preview on White Background
Lorem ipsum dolor sit amet.
#7511de Color CSS Codes
.mybgcolor {background-color:#7511de; } .myforecolor {color:#7511de; } .mybordercolor {border:3px solid #7511de; }
#7511de Text Font Color
<p style="color:#7511de">Text here</p>
This sample text font color is #7511de
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.
#7511de Background Color
<div style="background-color:#7511de">
Div content here</div>
This div background color is #7511de
#7511de Border Color
<div style="border:3px solid #7511de">
Div here</div>
This div border color is #7511de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,17,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7511de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7511de; -webkit-box-shadow: 1px 1px 3px 2px #7511de; box-shadow: 1px 1px 3px 2px #7511de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,17,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7511de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7511de; -webkit-box-shadow: 1px 1px 3px 2px #7511de; box-shadow: 1px 1px 3px 2px #7511de;">
Div content here</div>
This div box has shadow with color #7511de
Comments
No comments written yet.
Please login to write comment.