Color spaces of #822088
RGB | 130 | 32 | 136 |
---|---|---|---|
HSL | 0.82 | 0.62 | 0.33 |
HSV | 297° | 76° | 53° |
CMYK | 0.04 | 0.76 | 0.00 0.47 |
XYZ | 14.1664 | 7.5564 | 24.0044 |
Yxy | 7.5564 | 0.3098 | 0.1652 |
Hunter Lab | 27.4889 | 43.8843 | -32.5321 |
CIE-Lab | 33.0414 | 53.7150 | -36.2662 |
#822088 color RGB value is (130,32,136).
#822088 hex color red value is 130, green value is 32 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #822088 hue: 0.82 , saturation: 0.62 and the lightness value of 822088 is 0.33.
The process color (four color CMYK) of #822088 color hex is 0.04, 0.76, 0.00, 0.47. Web safe color of #822088 is #993399. Color #822088 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 00100000 | 10001000 |
Octal | 202 | 40 | 210 |
Decimal | 130 | 32 | 136 |
Hex | 82 | 20 | 88 |
Shades of #822088
Tints of #822088
RGB Percentages of Color #822088
CMYK Percentages of Color #822088
Complementary Color
#822088 | #268820 |
#822088 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#822088 Color Preview on White Background
Lorem ipsum dolor sit amet.
#822088 Color CSS Codes
.mybgcolor {background-color:#822088; } .myforecolor {color:#822088; } .mybordercolor {border:3px solid #822088; }
#822088 Text Font Color
<p style="color:#822088">Text here</p>
This sample text font color is #822088
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.
#822088 Background Color
<div style="background-color:#822088">
Div content here</div>
This div background color is #822088
#822088 Border Color
<div style="border:3px solid #822088">
Div here</div>
This div border color is #822088
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,32,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #822088; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #822088; -webkit-box-shadow: 1px 1px 3px 2px #822088; box-shadow: 1px 1px 3px 2px #822088; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,32,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #822088">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #822088; -webkit-box-shadow: 1px 1px 3px 2px #822088; box-shadow: 1px 1px 3px 2px #822088;">
Div content here</div>
This div box has shadow with color #822088
Comments
No comments written yet.
Please login to write comment.