Color spaces of #801fee
RGB | 128 | 31 | 238 |
---|---|---|---|
HSL | 0.74 | 0.86 | 0.53 |
HSV | 268° | 87° | 93° |
CMYK | 0.46 | 0.87 | 0.00 0.07 |
XYZ | 24.8247 | 11.7422 | 81.8470 |
Yxy | 11.7422 | 0.2096 | 0.0992 |
Hunter Lab | 34.2669 | 69.3475 | -117.6282 |
CIE-Lab | 40.8034 | 74.7663 | -83.9121 |
#801fee color RGB value is (128,31,238).
#801fee hex color red value is 128, green value is 31 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #801fee hue: 0.74 , saturation: 0.86 and the lightness value of 801fee is 0.53.
The process color (four color CMYK) of #801fee color hex is 0.46, 0.87, 0.00, 0.07. Web safe color of #801fee is #9933ff. Color #801fee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00011111 | 11101110 |
Octal | 200 | 37 | 356 |
Decimal | 128 | 31 | 238 |
Hex | 80 | 1F | EE |
Shades of #801fee
Tints of #801fee
RGB Percentages of Color #801fee
CMYK Percentages of Color #801fee
Complementary Color
#801fee | #8dee1f |
#801fee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#801fee Color Preview on White Background
Lorem ipsum dolor sit amet.
#801fee Color CSS Codes
.mybgcolor {background-color:#801fee; } .myforecolor {color:#801fee; } .mybordercolor {border:3px solid #801fee; }
#801fee Text Font Color
<p style="color:#801fee">Text here</p>
This sample text font color is #801fee
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.
#801fee Background Color
<div style="background-color:#801fee">
Div content here</div>
This div background color is #801fee
#801fee Border Color
<div style="border:3px solid #801fee">
Div here</div>
This div border color is #801fee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,31,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #801fee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #801fee; -webkit-box-shadow: 1px 1px 3px 2px #801fee; box-shadow: 1px 1px 3px 2px #801fee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,31,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #801fee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #801fee; -webkit-box-shadow: 1px 1px 3px 2px #801fee; box-shadow: 1px 1px 3px 2px #801fee;">
Div content here</div>
This div box has shadow with color #801fee
Comments
No comments written yet.
Please login to write comment.