Color spaces of #883ffc
RGB | 136 | 63 | 252 |
---|---|---|---|
HSL | 0.73 | 0.97 | 0.62 |
HSV | 263° | 75° | 99° |
CMYK | 0.46 | 0.75 | 0.00 0.01 |
XYZ | 29.5015 | 15.8175 | 93.5936 |
Yxy | 15.8175 | 0.2124 | 0.1139 |
Hunter Lab | 39.7712 | 62.8081 | -111.6873 |
CIE-Lab | 46.7341 | 68.1305 | -82.0004 |
#883ffc color RGB value is (136,63,252).
#883ffc hex color red value is 136, green value is 63 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #883ffc hue: 0.73 , saturation: 0.97 and the lightness value of 883ffc is 0.62.
The process color (four color CMYK) of #883ffc color hex is 0.46, 0.75, 0.00, 0.01. Web safe color of #883ffc is #9933ff. Color #883ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 00111111 | 11111100 |
Octal | 210 | 77 | 374 |
Decimal | 136 | 63 | 252 |
Hex | 88 | 3F | FC |
Shades of #883ffc
Tints of #883ffc
RGB Percentages of Color #883ffc
CMYK Percentages of Color #883ffc
Complementary Color
#883ffc | #b3fc3f |
#883ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#883ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#883ffc Color CSS Codes
.mybgcolor {background-color:#883ffc; } .myforecolor {color:#883ffc; } .mybordercolor {border:3px solid #883ffc; }
#883ffc Text Font Color
<p style="color:#883ffc">Text here</p>
This sample text font color is #883ffc
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.
#883ffc Background Color
<div style="background-color:#883ffc">
Div content here</div>
This div background color is #883ffc
#883ffc Border Color
<div style="border:3px solid #883ffc">
Div here</div>
This div border color is #883ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,63,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #883ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #883ffc; -webkit-box-shadow: 1px 1px 3px 2px #883ffc; box-shadow: 1px 1px 3px 2px #883ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,63,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #883ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #883ffc; -webkit-box-shadow: 1px 1px 3px 2px #883ffc; box-shadow: 1px 1px 3px 2px #883ffc;">
Div content here</div>
This div box has shadow with color #883ffc
Comments
No comments written yet.
Please login to write comment.