Color spaces of #803feb
RGB | 128 | 63 | 235 |
---|---|---|---|
HSL | 0.73 | 0.81 | 0.58 |
HSV | 263° | 73° | 92° |
CMYK | 0.46 | 0.73 | 0.00 0.08 |
XYZ | 25.6750 | 14.1424 | 79.9738 |
Yxy | 14.1424 | 0.2143 | 0.1181 |
Hunter Lab | 37.6064 | 56.0561 | -99.7618 |
CIE-Lab | 44.4365 | 62.7149 | -76.2502 |
#803feb color RGB value is (128,63,235).
#803feb hex color red value is 128, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #803feb hue: 0.73 , saturation: 0.81 and the lightness value of 803feb is 0.58.
The process color (four color CMYK) of #803feb color hex is 0.46, 0.73, 0.00, 0.08. Web safe color of #803feb is #9933ff. Color #803feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00111111 | 11101011 |
Octal | 200 | 77 | 353 |
Decimal | 128 | 63 | 235 |
Hex | 80 | 3F | EB |
Shades of #803feb
Tints of #803feb
RGB Percentages of Color #803feb
CMYK Percentages of Color #803feb
Complementary Color
#803feb | #aaeb3f |
#803feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#803feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#803feb Color CSS Codes
.mybgcolor {background-color:#803feb; } .myforecolor {color:#803feb; } .mybordercolor {border:3px solid #803feb; }
#803feb Text Font Color
<p style="color:#803feb">Text here</p>
This sample text font color is #803feb
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.
#803feb Background Color
<div style="background-color:#803feb">
Div content here</div>
This div background color is #803feb
#803feb Border Color
<div style="border:3px solid #803feb">
Div here</div>
This div border color is #803feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,63,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #803feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #803feb; -webkit-box-shadow: 1px 1px 3px 2px #803feb; box-shadow: 1px 1px 3px 2px #803feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,63,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #803feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #803feb; -webkit-box-shadow: 1px 1px 3px 2px #803feb; box-shadow: 1px 1px 3px 2px #803feb;">
Div content here</div>
This div box has shadow with color #803feb
Comments
No comments written yet.
Please login to write comment.