Color spaces of #801bee
RGB | 128 | 27 | 238 |
---|---|---|---|
HSL | 0.75 | 0.86 | 0.52 |
HSV | 269° | 89° | 93° |
CMYK | 0.46 | 0.89 | 0.00 0.07 |
XYZ | 24.7266 | 11.5461 | 81.8143 |
Yxy | 11.5461 | 0.2094 | 0.0978 |
Hunter Lab | 33.9796 | 70.4285 | -118.9699 |
CIE-Lab | 40.4854 | 75.7154 | -84.4361 |
#801bee color RGB value is (128,27,238).
#801bee hex color red value is 128, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #801bee hue: 0.75 , saturation: 0.86 and the lightness value of 801bee is 0.52.
The process color (four color CMYK) of #801bee color hex is 0.46, 0.89, 0.00, 0.07. Web safe color of #801bee is #9933ff. Color #801bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00011011 | 11101110 |
Octal | 200 | 33 | 356 |
Decimal | 128 | 27 | 238 |
Hex | 80 | 1B | EE |
Shades of #801bee
Tints of #801bee
RGB Percentages of Color #801bee
CMYK Percentages of Color #801bee
Complementary Color
#801bee | #89ee1b |
#801bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#801bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#801bee Color CSS Codes
.mybgcolor {background-color:#801bee; } .myforecolor {color:#801bee; } .mybordercolor {border:3px solid #801bee; }
#801bee Text Font Color
<p style="color:#801bee">Text here</p>
This sample text font color is #801bee
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.
#801bee Background Color
<div style="background-color:#801bee">
Div content here</div>
This div background color is #801bee
#801bee Border Color
<div style="border:3px solid #801bee">
Div here</div>
This div border color is #801bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,27,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #801bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #801bee; -webkit-box-shadow: 1px 1px 3px 2px #801bee; box-shadow: 1px 1px 3px 2px #801bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,27,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 #801bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #801bee; -webkit-box-shadow: 1px 1px 3px 2px #801bee; box-shadow: 1px 1px 3px 2px #801bee;">
Div content here</div>
This div box has shadow with color #801bee
Comments
No comments written yet.
Please login to write comment.