Color spaces of #802fde
RGB | 128 | 47 | 222 |
---|---|---|---|
HSL | 0.74 | 0.73 | 0.53 |
HSV | 268° | 79° | 87° |
CMYK | 0.42 | 0.79 | 0.00 0.13 |
XYZ | 23.1034 | 11.8962 | 70.1857 |
Yxy | 11.8962 | 0.2196 | 0.1131 |
Hunter Lab | 34.4909 | 59.2076 | -96.5060 |
CIE-Lab | 41.0507 | 66.1359 | -74.4033 |
#802fde color RGB value is (128,47,222).
#802fde hex color red value is 128, green value is 47 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #802fde hue: 0.74 , saturation: 0.73 and the lightness value of 802fde is 0.53.
The process color (four color CMYK) of #802fde color hex is 0.42, 0.79, 0.00, 0.13. Web safe color of #802fde is #9933cc. Color #802fde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00101111 | 11011110 |
Octal | 200 | 57 | 336 |
Decimal | 128 | 47 | 222 |
Hex | 80 | 2F | DE |
Shades of #802fde
Tints of #802fde
RGB Percentages of Color #802fde
CMYK Percentages of Color #802fde
Complementary Color
#802fde | #8dde2f |
#802fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#802fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#802fde Color CSS Codes
.mybgcolor {background-color:#802fde; } .myforecolor {color:#802fde; } .mybordercolor {border:3px solid #802fde; }
#802fde Text Font Color
<p style="color:#802fde">Text here</p>
This sample text font color is #802fde
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.
#802fde Background Color
<div style="background-color:#802fde">
Div content here</div>
This div background color is #802fde
#802fde Border Color
<div style="border:3px solid #802fde">
Div here</div>
This div border color is #802fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,47,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #802fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #802fde; -webkit-box-shadow: 1px 1px 3px 2px #802fde; box-shadow: 1px 1px 3px 2px #802fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,47,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #802fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #802fde; -webkit-box-shadow: 1px 1px 3px 2px #802fde; box-shadow: 1px 1px 3px 2px #802fde;">
Div content here</div>
This div box has shadow with color #802fde
Comments
No comments written yet.
Please login to write comment.