Color spaces of #824cdb
RGB | 130 | 76 | 219 |
---|---|---|---|
HSL | 0.73 | 0.67 | 0.58 |
HSV | 263° | 65° | 86° |
CMYK | 0.41 | 0.65 | 0.00 0.14 |
XYZ | 24.5765 | 15.0292 | 68.6234 |
Yxy | 15.0292 | 0.2271 | 0.1389 |
Hunter Lab | 38.7675 | 45.3162 | -77.8135 |
CIE-Lab | 45.6742 | 52.7030 | -65.1402 |
#824cdb color RGB value is (130,76,219).
#824cdb hex color red value is 130, green value is 76 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #824cdb hue: 0.73 , saturation: 0.67 and the lightness value of 824cdb is 0.58.
The process color (four color CMYK) of #824cdb color hex is 0.41, 0.65, 0.00, 0.14. Web safe color of #824cdb is #9933cc. Color #824cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01001100 | 11011011 |
Octal | 202 | 114 | 333 |
Decimal | 130 | 76 | 219 |
Hex | 82 | 4C | DB |
Shades of #824cdb
Tints of #824cdb
RGB Percentages of Color #824cdb
CMYK Percentages of Color #824cdb
Complementary Color
#824cdb | #a5db4c |
#824cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#824cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#824cdb Color CSS Codes
.mybgcolor {background-color:#824cdb; } .myforecolor {color:#824cdb; } .mybordercolor {border:3px solid #824cdb; }
#824cdb Text Font Color
<p style="color:#824cdb">Text here</p>
This sample text font color is #824cdb
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.
#824cdb Background Color
<div style="background-color:#824cdb">
Div content here</div>
This div background color is #824cdb
#824cdb Border Color
<div style="border:3px solid #824cdb">
Div here</div>
This div border color is #824cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,76,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #824cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #824cdb; -webkit-box-shadow: 1px 1px 3px 2px #824cdb; box-shadow: 1px 1px 3px 2px #824cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,76,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 #824cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #824cdb; -webkit-box-shadow: 1px 1px 3px 2px #824cdb; box-shadow: 1px 1px 3px 2px #824cdb;">
Div content here</div>
This div box has shadow with color #824cdb
Comments
No comments written yet.
Please login to write comment.