Color spaces of #820674
RGB | 130 | 6 | 116 |
---|---|---|---|
HSL | 0.85 | 0.91 | 0.27 |
HSV | 307° | 95° | 51° |
CMYK | 0.00 | 0.95 | 0.11 0.49 |
XYZ | 12.4234 | 6.1370 | 17.0528 |
Yxy | 6.1370 | 0.3488 | 0.1723 |
Hunter Lab | 24.7730 | 46.1633 | -23.4720 |
CIE-Lab | 29.7555 | 56.5268 | -28.9169 |
#820674 color RGB value is (130,6,116).
#820674 hex color red value is 130, green value is 6 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #820674 hue: 0.85 , saturation: 0.91 and the lightness value of 820674 is 0.27.
The process color (four color CMYK) of #820674 color hex is 0.00, 0.95, 0.11, 0.49. Web safe color of #820674 is #990066. Color #820674 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 00000110 | 01110100 |
Octal | 202 | 6 | 164 |
Decimal | 130 | 6 | 116 |
Hex | 82 | 6 | 74 |
Shades of #820674
Tints of #820674
RGB Percentages of Color #820674
CMYK Percentages of Color #820674
Complementary Color
#820674 | #068214 |
#820674 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#820674 Color Preview on White Background
Lorem ipsum dolor sit amet.
#820674 Color CSS Codes
.mybgcolor {background-color:#820674; } .myforecolor {color:#820674; } .mybordercolor {border:3px solid #820674; }
#820674 Text Font Color
<p style="color:#820674">Text here</p>
This sample text font color is #820674
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.
#820674 Background Color
<div style="background-color:#820674">
Div content here</div>
This div background color is #820674
#820674 Border Color
<div style="border:3px solid #820674">
Div here</div>
This div border color is #820674
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,6,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #820674; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #820674; -webkit-box-shadow: 1px 1px 3px 2px #820674; box-shadow: 1px 1px 3px 2px #820674; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,6,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #820674">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #820674; -webkit-box-shadow: 1px 1px 3px 2px #820674; box-shadow: 1px 1px 3px 2px #820674;">
Div content here</div>
This div box has shadow with color #820674
Comments
No comments written yet.
Please login to write comment.