Color spaces of #807492
RGB | 128 | 116 | 146 |
---|---|---|---|
HSL | 0.73 | 0.12 | 0.51 |
HSV | 264° | 21° | 57° |
CMYK | 0.12 | 0.21 | 0.00 0.43 |
XYZ | 20.3358 | 19.1553 | 29.8197 |
Yxy | 19.1553 | 0.2934 | 0.2764 |
Hunter Lab | 43.7668 | 6.3464 | -9.7594 |
CIE-Lab | 50.8684 | 10.8244 | -14.5903 |
#807492 color RGB value is (128,116,146).
#807492 hex color red value is 128, green value is 116 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #807492 hue: 0.73 , saturation: 0.12 and the lightness value of 807492 is 0.51.
The process color (four color CMYK) of #807492 color hex is 0.12, 0.21, 0.00, 0.43. Web safe color of #807492 is #996699. Color #807492 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01110100 | 10010010 |
Octal | 200 | 164 | 222 |
Decimal | 128 | 116 | 146 |
Hex | 80 | 74 | 92 |
Shades of #807492
Tints of #807492
RGB Percentages of Color #807492
CMYK Percentages of Color #807492
Complementary Color
#807492 | #869274 |
#807492 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#807492 Color Preview on White Background
Lorem ipsum dolor sit amet.
#807492 Color CSS Codes
.mybgcolor {background-color:#807492; } .myforecolor {color:#807492; } .mybordercolor {border:3px solid #807492; }
#807492 Text Font Color
<p style="color:#807492">Text here</p>
This sample text font color is #807492
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.
#807492 Background Color
<div style="background-color:#807492">
Div content here</div>
This div background color is #807492
#807492 Border Color
<div style="border:3px solid #807492">
Div here</div>
This div border color is #807492
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,116,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #807492; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #807492; -webkit-box-shadow: 1px 1px 3px 2px #807492; box-shadow: 1px 1px 3px 2px #807492; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,116,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #807492">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #807492; -webkit-box-shadow: 1px 1px 3px 2px #807492; box-shadow: 1px 1px 3px 2px #807492;">
Div content here</div>
This div box has shadow with color #807492
Comments
No comments written yet.
Please login to write comment.