Color spaces of #756bbb
RGB | 117 | 107 | 187 |
---|---|---|---|
HSL | 0.69 | 0.37 | 0.58 |
HSV | 248° | 43° | 73° |
CMYK | 0.37 | 0.43 | 0.00 0.27 |
XYZ | 21.5635 | 17.8852 | 49.3294 |
Yxy | 17.8852 | 0.2429 | 0.2015 |
Hunter Lab | 42.2909 | 17.0054 | -39.5540 |
CIE-Lab | 49.3566 | 23.2418 | -40.9236 |
#756bbb color RGB value is (117,107,187).
#756bbb hex color red value is 117, green value is 107 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #756bbb hue: 0.69 , saturation: 0.37 and the lightness value of 756bbb is 0.58.
The process color (four color CMYK) of #756bbb color hex is 0.37, 0.43, 0.00, 0.27. Web safe color of #756bbb is #6666cc. Color #756bbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01101011 | 10111011 |
Octal | 165 | 153 | 273 |
Decimal | 117 | 107 | 187 |
Hex | 75 | 6B | BB |
Shades of #756bbb
Tints of #756bbb
RGB Percentages of Color #756bbb
CMYK Percentages of Color #756bbb
Complementary Color
#756bbb | #b1bb6b |
#756bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#756bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#756bbb Color CSS Codes
.mybgcolor {background-color:#756bbb; } .myforecolor {color:#756bbb; } .mybordercolor {border:3px solid #756bbb; }
#756bbb Text Font Color
<p style="color:#756bbb">Text here</p>
This sample text font color is #756bbb
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.
#756bbb Background Color
<div style="background-color:#756bbb">
Div content here</div>
This div background color is #756bbb
#756bbb Border Color
<div style="border:3px solid #756bbb">
Div here</div>
This div border color is #756bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,107,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #756bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #756bbb; -webkit-box-shadow: 1px 1px 3px 2px #756bbb; box-shadow: 1px 1px 3px 2px #756bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,107,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 #756bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #756bbb; -webkit-box-shadow: 1px 1px 3px 2px #756bbb; box-shadow: 1px 1px 3px 2px #756bbb;">
Div content here</div>
This div box has shadow with color #756bbb
Comments
No comments written yet.
Please login to write comment.