Color spaces of #8336de
RGB | 131 | 54 | 222 |
---|---|---|---|
HSL | 0.74 | 0.72 | 0.54 |
HSV | 268° | 76° | 87° |
CMYK | 0.41 | 0.76 | 0.00 0.13 |
XYZ | 23.8641 | 12.7376 | 70.3081 |
Yxy | 12.7376 | 0.2232 | 0.1191 |
Hunter Lab | 35.6898 | 56.8976 | -91.8172 |
CIE-Lab | 42.3652 | 63.8578 | -72.2372 |
#8336de color RGB value is (131,54,222).
#8336de hex color red value is 131, green value is 54 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8336de hue: 0.74 , saturation: 0.72 and the lightness value of 8336de is 0.54.
The process color (four color CMYK) of #8336de color hex is 0.41, 0.76, 0.00, 0.13. Web safe color of #8336de is #9933cc. Color #8336de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 00110110 | 11011110 |
Octal | 203 | 66 | 336 |
Decimal | 131 | 54 | 222 |
Hex | 83 | 36 | DE |
Shades of #8336de
Tints of #8336de
RGB Percentages of Color #8336de
CMYK Percentages of Color #8336de
Complementary Color
#8336de | #91de36 |
#8336de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8336de Color Preview on White Background
Lorem ipsum dolor sit amet.
#8336de Color CSS Codes
.mybgcolor {background-color:#8336de; } .myforecolor {color:#8336de; } .mybordercolor {border:3px solid #8336de; }
#8336de Text Font Color
<p style="color:#8336de">Text here</p>
This sample text font color is #8336de
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.
#8336de Background Color
<div style="background-color:#8336de">
Div content here</div>
This div background color is #8336de
#8336de Border Color
<div style="border:3px solid #8336de">
Div here</div>
This div border color is #8336de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,54,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8336de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8336de; -webkit-box-shadow: 1px 1px 3px 2px #8336de; box-shadow: 1px 1px 3px 2px #8336de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,54,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 #8336de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8336de; -webkit-box-shadow: 1px 1px 3px 2px #8336de; box-shadow: 1px 1px 3px 2px #8336de;">
Div content here</div>
This div box has shadow with color #8336de
Comments
No comments written yet.
Please login to write comment.