Color spaces of #803afe
RGB | 128 | 58 | 254 |
---|---|---|---|
HSL | 0.73 | 0.99 | 0.61 |
HSV | 261° | 77° | 100° |
CMYK | 0.50 | 0.77 | 0.00 0.00 |
XYZ | 28.3045 | 14.7711 | 95.1252 |
Yxy | 14.7711 | 0.2048 | 0.1069 |
Hunter Lab | 38.4332 | 64.2000 | -119.8442 |
CIE-Lab | 45.3191 | 69.5880 | -85.4719 |
#803afe color RGB value is (128,58,254).
#803afe hex color red value is 128, green value is 58 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #803afe hue: 0.73 , saturation: 0.99 and the lightness value of 803afe is 0.61.
The process color (four color CMYK) of #803afe color hex is 0.50, 0.77, 0.00, 0.00. Web safe color of #803afe is #9933ff. Color #803afe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00111010 | 11111110 |
Octal | 200 | 72 | 376 |
Decimal | 128 | 58 | 254 |
Hex | 80 | 3A | FE |
Shades of #803afe
Tints of #803afe
RGB Percentages of Color #803afe
CMYK Percentages of Color #803afe
Complementary Color
#803afe | #b8fe3a |
#803afe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#803afe Color Preview on White Background
Lorem ipsum dolor sit amet.
#803afe Color CSS Codes
.mybgcolor {background-color:#803afe; } .myforecolor {color:#803afe; } .mybordercolor {border:3px solid #803afe; }
#803afe Text Font Color
<p style="color:#803afe">Text here</p>
This sample text font color is #803afe
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.
#803afe Background Color
<div style="background-color:#803afe">
Div content here</div>
This div background color is #803afe
#803afe Border Color
<div style="border:3px solid #803afe">
Div here</div>
This div border color is #803afe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,58,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #803afe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #803afe; -webkit-box-shadow: 1px 1px 3px 2px #803afe; box-shadow: 1px 1px 3px 2px #803afe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,58,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #803afe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #803afe; -webkit-box-shadow: 1px 1px 3px 2px #803afe; box-shadow: 1px 1px 3px 2px #803afe;">
Div content here</div>
This div box has shadow with color #803afe
Comments
No comments written yet.
Please login to write comment.