Color spaces of #883ace
RGB | 136 | 58 | 206 |
---|---|---|---|
HSL | 0.75 | 0.60 | 0.52 |
HSV | 272° | 72° | 81° |
CMYK | 0.34 | 0.72 | 0.00 0.19 |
XYZ | 22.8070 | 12.7166 | 59.6450 |
Yxy | 12.7166 | 0.2396 | 0.1336 |
Hunter Lab | 35.6603 | 51.7562 | -74.2054 |
CIE-Lab | 42.3331 | 59.2681 | -63.0702 |
#883ace color RGB value is (136,58,206).
#883ace hex color red value is 136, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #883ace hue: 0.75 , saturation: 0.60 and the lightness value of 883ace is 0.52.
The process color (four color CMYK) of #883ace color hex is 0.34, 0.72, 0.00, 0.19. Web safe color of #883ace is #9933cc. Color #883ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 00111010 | 11001110 |
Octal | 210 | 72 | 316 |
Decimal | 136 | 58 | 206 |
Hex | 88 | 3A | CE |
Shades of #883ace
Tints of #883ace
RGB Percentages of Color #883ace
CMYK Percentages of Color #883ace
Complementary Color
#883ace | #80ce3a |
#883ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#883ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#883ace Color CSS Codes
.mybgcolor {background-color:#883ace; } .myforecolor {color:#883ace; } .mybordercolor {border:3px solid #883ace; }
#883ace Text Font Color
<p style="color:#883ace">Text here</p>
This sample text font color is #883ace
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.
#883ace Background Color
<div style="background-color:#883ace">
Div content here</div>
This div background color is #883ace
#883ace Border Color
<div style="border:3px solid #883ace">
Div here</div>
This div border color is #883ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,58,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #883ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #883ace; -webkit-box-shadow: 1px 1px 3px 2px #883ace; box-shadow: 1px 1px 3px 2px #883ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,58,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #883ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #883ace; -webkit-box-shadow: 1px 1px 3px 2px #883ace; box-shadow: 1px 1px 3px 2px #883ace;">
Div content here</div>
This div box has shadow with color #883ace
Comments
No comments written yet.
Please login to write comment.