Color spaces of #823bad
RGB | 130 | 59 | 173 |
---|---|---|---|
HSL | 0.77 | 0.49 | 0.45 |
HSV | 277° | 66° | 68° |
CMYK | 0.25 | 0.66 | 0.00 0.32 |
XYZ | 18.3127 | 10.8909 | 40.6721 |
Yxy | 10.8909 | 0.2621 | 0.1559 |
Hunter Lab | 33.0014 | 41.2986 | -49.9702 |
CIE-Lab | 39.3961 | 50.0087 | -48.5269 |
#823bad color RGB value is (130,59,173).
#823bad hex color red value is 130, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #823bad hue: 0.77 , saturation: 0.49 and the lightness value of 823bad is 0.45.
The process color (four color CMYK) of #823bad color hex is 0.25, 0.66, 0.00, 0.32. Web safe color of #823bad is #993399. Color #823bad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 00111011 | 10101101 |
Octal | 202 | 73 | 255 |
Decimal | 130 | 59 | 173 |
Hex | 82 | 3B | AD |
Shades of #823bad
Tints of #823bad
RGB Percentages of Color #823bad
CMYK Percentages of Color #823bad
Complementary Color
#823bad | #66ad3b |
#823bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#823bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#823bad Color CSS Codes
.mybgcolor {background-color:#823bad; } .myforecolor {color:#823bad; } .mybordercolor {border:3px solid #823bad; }
#823bad Text Font Color
<p style="color:#823bad">Text here</p>
This sample text font color is #823bad
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.
#823bad Background Color
<div style="background-color:#823bad">
Div content here</div>
This div background color is #823bad
#823bad Border Color
<div style="border:3px solid #823bad">
Div here</div>
This div border color is #823bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,59,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #823bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #823bad; -webkit-box-shadow: 1px 1px 3px 2px #823bad; box-shadow: 1px 1px 3px 2px #823bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,59,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #823bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #823bad; -webkit-box-shadow: 1px 1px 3px 2px #823bad; box-shadow: 1px 1px 3px 2px #823bad;">
Div content here</div>
This div box has shadow with color #823bad
Comments
No comments written yet.
Please login to write comment.