Color spaces of #802bfb
RGB | 128 | 43 | 251 |
---|---|---|---|
HSL | 0.73 | 0.96 | 0.58 |
HSV | 265° | 83° | 98° |
CMYK | 0.49 | 0.83 | 0.00 0.02 |
XYZ | 27.1786 | 13.2820 | 92.3980 |
Yxy | 13.2820 | 0.2046 | 0.1000 |
Hunter Lab | 36.4445 | 69.3392 | -124.8073 |
CIE-Lab | 43.1851 | 74.2988 | -87.3062 |
#802bfb color RGB value is (128,43,251).
#802bfb hex color red value is 128, green value is 43 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #802bfb hue: 0.73 , saturation: 0.96 and the lightness value of 802bfb is 0.58.
The process color (four color CMYK) of #802bfb color hex is 0.49, 0.83, 0.00, 0.02. Web safe color of #802bfb is #9933ff. Color #802bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00101011 | 11111011 |
Octal | 200 | 53 | 373 |
Decimal | 128 | 43 | 251 |
Hex | 80 | 2B | FB |
Shades of #802bfb
Tints of #802bfb
RGB Percentages of Color #802bfb
CMYK Percentages of Color #802bfb
Complementary Color
#802bfb | #a6fb2b |
#802bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#802bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#802bfb Color CSS Codes
.mybgcolor {background-color:#802bfb; } .myforecolor {color:#802bfb; } .mybordercolor {border:3px solid #802bfb; }
#802bfb Text Font Color
<p style="color:#802bfb">Text here</p>
This sample text font color is #802bfb
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.
#802bfb Background Color
<div style="background-color:#802bfb">
Div content here</div>
This div background color is #802bfb
#802bfb Border Color
<div style="border:3px solid #802bfb">
Div here</div>
This div border color is #802bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,43,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #802bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #802bfb; -webkit-box-shadow: 1px 1px 3px 2px #802bfb; box-shadow: 1px 1px 3px 2px #802bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,43,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #802bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #802bfb; -webkit-box-shadow: 1px 1px 3px 2px #802bfb; box-shadow: 1px 1px 3px 2px #802bfb;">
Div content here</div>
This div box has shadow with color #802bfb
Comments
No comments written yet.
Please login to write comment.