Color spaces of #802bdf
RGB | 128 | 43 | 223 |
---|---|---|---|
HSL | 0.75 | 0.74 | 0.52 |
HSV | 268° | 81° | 87° |
CMYK | 0.43 | 0.81 | 0.00 0.13 |
XYZ | 23.0852 | 11.6447 | 70.8430 |
Yxy | 11.6447 | 0.2187 | 0.1103 |
Hunter Lab | 34.1243 | 61.0381 | -99.2006 |
CIE-Lab | 40.6458 | 67.7993 | -75.6390 |
#802bdf color RGB value is (128,43,223).
#802bdf hex color red value is 128, green value is 43 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #802bdf hue: 0.75 , saturation: 0.74 and the lightness value of 802bdf is 0.52.
The process color (four color CMYK) of #802bdf color hex is 0.43, 0.81, 0.00, 0.13. Web safe color of #802bdf is #9933cc. Color #802bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00101011 | 11011111 |
Octal | 200 | 53 | 337 |
Decimal | 128 | 43 | 223 |
Hex | 80 | 2B | DF |
Shades of #802bdf
Tints of #802bdf
RGB Percentages of Color #802bdf
CMYK Percentages of Color #802bdf
Complementary Color
#802bdf | #8adf2b |
#802bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#802bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#802bdf Color CSS Codes
.mybgcolor {background-color:#802bdf; } .myforecolor {color:#802bdf; } .mybordercolor {border:3px solid #802bdf; }
#802bdf Text Font Color
<p style="color:#802bdf">Text here</p>
This sample text font color is #802bdf
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.
#802bdf Background Color
<div style="background-color:#802bdf">
Div content here</div>
This div background color is #802bdf
#802bdf Border Color
<div style="border:3px solid #802bdf">
Div here</div>
This div border color is #802bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,43,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #802bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #802bdf; -webkit-box-shadow: 1px 1px 3px 2px #802bdf; box-shadow: 1px 1px 3px 2px #802bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,43,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 #802bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #802bdf; -webkit-box-shadow: 1px 1px 3px 2px #802bdf; box-shadow: 1px 1px 3px 2px #802bdf;">
Div content here</div>
This div box has shadow with color #802bdf
Comments
No comments written yet.
Please login to write comment.