Color spaces of #8882db
RGB | 136 | 130 | 219 |
---|---|---|---|
HSL | 0.68 | 0.55 | 0.68 |
HSV | 244° | 41° | 86° |
CMYK | 0.38 | 0.41 | 0.00 0.14 |
XYZ | 30.9222 | 26.3140 | 70.4672 |
Yxy | 26.3140 | 0.2421 | 0.2061 |
Hunter Lab | 51.2972 | 17.8307 | -45.5390 |
CIE-Lab | 58.3339 | 23.4808 | -44.8353 |
#8882db color RGB value is (136,130,219).
#8882db hex color red value is 136, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8882db hue: 0.68 , saturation: 0.55 and the lightness value of 8882db is 0.68.
The process color (four color CMYK) of #8882db color hex is 0.38, 0.41, 0.00, 0.14. Web safe color of #8882db is #9999cc. Color #8882db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10000010 | 11011011 |
Octal | 210 | 202 | 333 |
Decimal | 136 | 130 | 219 |
Hex | 88 | 82 | DB |
Shades of #8882db
Tints of #8882db
RGB Percentages of Color #8882db
CMYK Percentages of Color #8882db
Complementary Color
#8882db | #d5db82 |
#8882db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8882db Color Preview on White Background
Lorem ipsum dolor sit amet.
#8882db Color CSS Codes
.mybgcolor {background-color:#8882db; } .myforecolor {color:#8882db; } .mybordercolor {border:3px solid #8882db; }
#8882db Text Font Color
<p style="color:#8882db">Text here</p>
This sample text font color is #8882db
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.
#8882db Background Color
<div style="background-color:#8882db">
Div content here</div>
This div background color is #8882db
#8882db Border Color
<div style="border:3px solid #8882db">
Div here</div>
This div border color is #8882db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,130,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8882db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8882db; -webkit-box-shadow: 1px 1px 3px 2px #8882db; box-shadow: 1px 1px 3px 2px #8882db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,130,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8882db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8882db; -webkit-box-shadow: 1px 1px 3px 2px #8882db; box-shadow: 1px 1px 3px 2px #8882db;">
Div content here</div>
This div box has shadow with color #8882db
Comments
No comments written yet.
Please login to write comment.