Color spaces of #800edf
RGB | 128 | 14 | 223 |
---|---|---|---|
HSL | 0.76 | 0.88 | 0.46 |
HSV | 273° | 94° | 87° |
CMYK | 0.43 | 0.94 | 0.00 0.13 |
XYZ | 22.3784 | 10.2310 | 70.6073 |
Yxy | 10.2310 | 0.2168 | 0.0991 |
Hunter Lab | 31.9859 | 68.9090 | -108.4895 |
CIE-Lab | 38.2539 | 74.8923 | -79.5706 |
#800edf color RGB value is (128,14,223).
#800edf hex color red value is 128, green value is 14 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #800edf hue: 0.76 , saturation: 0.88 and the lightness value of 800edf is 0.46.
The process color (four color CMYK) of #800edf color hex is 0.43, 0.94, 0.00, 0.13. Web safe color of #800edf is #9900cc. Color #800edf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00001110 | 11011111 |
Octal | 200 | 16 | 337 |
Decimal | 128 | 14 | 223 |
Hex | 80 | E | DF |
Shades of #800edf
Tints of #800edf
RGB Percentages of Color #800edf
CMYK Percentages of Color #800edf
Complementary Color
#800edf | #6ddf0e |
#800edf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#800edf Color Preview on White Background
Lorem ipsum dolor sit amet.
#800edf Color CSS Codes
.mybgcolor {background-color:#800edf; } .myforecolor {color:#800edf; } .mybordercolor {border:3px solid #800edf; }
#800edf Text Font Color
<p style="color:#800edf">Text here</p>
This sample text font color is #800edf
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.
#800edf Background Color
<div style="background-color:#800edf">
Div content here</div>
This div background color is #800edf
#800edf Border Color
<div style="border:3px solid #800edf">
Div here</div>
This div border color is #800edf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,14,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #800edf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #800edf; -webkit-box-shadow: 1px 1px 3px 2px #800edf; box-shadow: 1px 1px 3px 2px #800edf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,14,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #800edf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #800edf; -webkit-box-shadow: 1px 1px 3px 2px #800edf; box-shadow: 1px 1px 3px 2px #800edf;">
Div content here</div>
This div box has shadow with color #800edf
Comments
No comments written yet.
Please login to write comment.