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