Color spaces of #7f0eda
RGB | 127 | 14 | 218 |
---|---|---|---|
HSL | 0.76 | 0.88 | 0.45 |
HSV | 273° | 94° | 85° |
CMYK | 0.42 | 0.94 | 0.00 0.15 |
XYZ | 21.5643 | 9.8881 | 67.1017 |
Yxy | 9.8881 | 0.2188 | 0.1003 |
Hunter Lab | 31.4453 | 67.3807 | -104.5081 |
CIE-Lab | 37.6408 | 73.7444 | -77.7138 |
#7f0eda color RGB value is (127,14,218).
#7f0eda hex color red value is 127, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7f0eda hue: 0.76 , saturation: 0.88 and the lightness value of 7f0eda is 0.45.
The process color (four color CMYK) of #7f0eda color hex is 0.42, 0.94, 0.00, 0.15. Web safe color of #7f0eda is #6600cc. Color #7f0eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 00001110 | 11011010 |
Octal | 177 | 16 | 332 |
Decimal | 127 | 14 | 218 |
Hex | 7F | E | DA |
Shades of #7f0eda
Tints of #7f0eda
RGB Percentages of Color #7f0eda
CMYK Percentages of Color #7f0eda
Complementary Color
#7f0eda | #69da0e |
#7f0eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7f0eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#7f0eda Color CSS Codes
.mybgcolor {background-color:#7f0eda; } .myforecolor {color:#7f0eda; } .mybordercolor {border:3px solid #7f0eda; }
#7f0eda Text Font Color
<p style="color:#7f0eda">Text here</p>
This sample text font color is #7f0eda
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.
#7f0eda Background Color
<div style="background-color:#7f0eda">
Div content here</div>
This div background color is #7f0eda
#7f0eda Border Color
<div style="border:3px solid #7f0eda">
Div here</div>
This div border color is #7f0eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,14,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7f0eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7f0eda; -webkit-box-shadow: 1px 1px 3px 2px #7f0eda; box-shadow: 1px 1px 3px 2px #7f0eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,14,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7f0eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7f0eda; -webkit-box-shadow: 1px 1px 3px 2px #7f0eda; box-shadow: 1px 1px 3px 2px #7f0eda;">
Div content here</div>
This div box has shadow with color #7f0eda
Comments
No comments written yet.
Please login to write comment.