Color spaces of #795cbb
RGB | 121 | 92 | 187 |
---|---|---|---|
HSL | 0.72 | 0.41 | 0.55 |
HSV | 258° | 51° | 73° |
CMYK | 0.35 | 0.51 | 0.00 0.27 |
XYZ | 20.6819 | 15.3071 | 48.8782 |
Yxy | 15.3071 | 0.2437 | 0.1804 |
Hunter Lab | 39.1243 | 25.8912 | -46.6843 |
CIE-Lab | 46.0520 | 33.2719 | -46.1514 |
#795cbb color RGB value is (121,92,187).
#795cbb hex color red value is 121, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #795cbb hue: 0.72 , saturation: 0.41 and the lightness value of 795cbb is 0.55.
The process color (four color CMYK) of #795cbb color hex is 0.35, 0.51, 0.00, 0.27. Web safe color of #795cbb is #6666cc. Color #795cbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01011100 | 10111011 |
Octal | 171 | 134 | 273 |
Decimal | 121 | 92 | 187 |
Hex | 79 | 5C | BB |
Shades of #795cbb
Tints of #795cbb
RGB Percentages of Color #795cbb
CMYK Percentages of Color #795cbb
Complementary Color
#795cbb | #9ebb5c |
#795cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#795cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#795cbb Color CSS Codes
.mybgcolor {background-color:#795cbb; } .myforecolor {color:#795cbb; } .mybordercolor {border:3px solid #795cbb; }
#795cbb Text Font Color
<p style="color:#795cbb">Text here</p>
This sample text font color is #795cbb
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.
#795cbb Background Color
<div style="background-color:#795cbb">
Div content here</div>
This div background color is #795cbb
#795cbb Border Color
<div style="border:3px solid #795cbb">
Div here</div>
This div border color is #795cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,92,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #795cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #795cbb; -webkit-box-shadow: 1px 1px 3px 2px #795cbb; box-shadow: 1px 1px 3px 2px #795cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,92,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #795cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #795cbb; -webkit-box-shadow: 1px 1px 3px 2px #795cbb; box-shadow: 1px 1px 3px 2px #795cbb;">
Div content here</div>
This div box has shadow with color #795cbb
#795cbb Color Palettes
Comments
No comments written yet.
Please login to write comment.