Color spaces of #882ecf
RGB | 136 | 46 | 207 |
---|---|---|---|
HSL | 0.76 | 0.64 | 0.50 |
HSV | 274° | 78° | 81° |
CMYK | 0.34 | 0.78 | 0.00 0.19 |
XYZ | 22.3928 | 11.6932 | 60.1083 |
Yxy | 11.6932 | 0.2377 | 0.1241 |
Hunter Lab | 34.1953 | 57.0489 | -80.2828 |
CIE-Lab | 40.7243 | 64.3101 | -66.2666 |
#882ecf color RGB value is (136,46,207).
#882ecf hex color red value is 136, green value is 46 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #882ecf hue: 0.76 , saturation: 0.64 and the lightness value of 882ecf is 0.50.
The process color (four color CMYK) of #882ecf color hex is 0.34, 0.78, 0.00, 0.19. Web safe color of #882ecf is #9933cc. Color #882ecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 00101110 | 11001111 |
Octal | 210 | 56 | 317 |
Decimal | 136 | 46 | 207 |
Hex | 88 | 2E | CF |
Shades of #882ecf
Tints of #882ecf
RGB Percentages of Color #882ecf
CMYK Percentages of Color #882ecf
Complementary Color
#882ecf | #75cf2e |
#882ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#882ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#882ecf Color CSS Codes
.mybgcolor {background-color:#882ecf; } .myforecolor {color:#882ecf; } .mybordercolor {border:3px solid #882ecf; }
#882ecf Text Font Color
<p style="color:#882ecf">Text here</p>
This sample text font color is #882ecf
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.
#882ecf Background Color
<div style="background-color:#882ecf">
Div content here</div>
This div background color is #882ecf
#882ecf Border Color
<div style="border:3px solid #882ecf">
Div here</div>
This div border color is #882ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,46,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #882ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #882ecf; -webkit-box-shadow: 1px 1px 3px 2px #882ecf; box-shadow: 1px 1px 3px 2px #882ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,46,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #882ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #882ecf; -webkit-box-shadow: 1px 1px 3px 2px #882ecf; box-shadow: 1px 1px 3px 2px #882ecf;">
Div content here</div>
This div box has shadow with color #882ecf
Comments
No comments written yet.
Please login to write comment.