Color spaces of #755aba
RGB | 117 | 90 | 186 |
---|---|---|---|
HSL | 0.71 | 0.41 | 0.54 |
HSV | 257° | 52° | 73° |
CMYK | 0.37 | 0.52 | 0.00 0.27 |
XYZ | 19.8552 | 14.6394 | 48.2336 |
Yxy | 14.6394 | 0.2400 | 0.1770 |
Hunter Lab | 38.2615 | 25.6723 | -47.9598 |
CIE-Lab | 45.1363 | 33.1572 | -47.0540 |
#755aba color RGB value is (117,90,186).
#755aba hex color red value is 117, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #755aba hue: 0.71 , saturation: 0.41 and the lightness value of 755aba is 0.54.
The process color (four color CMYK) of #755aba color hex is 0.37, 0.52, 0.00, 0.27. Web safe color of #755aba is #6666cc. Color #755aba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01011010 | 10111010 |
Octal | 165 | 132 | 272 |
Decimal | 117 | 90 | 186 |
Hex | 75 | 5A | BA |
Shades of #755aba
Tints of #755aba
RGB Percentages of Color #755aba
CMYK Percentages of Color #755aba
Complementary Color
#755aba | #9fba5a |
#755aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#755aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#755aba Color CSS Codes
.mybgcolor {background-color:#755aba; } .myforecolor {color:#755aba; } .mybordercolor {border:3px solid #755aba; }
#755aba Text Font Color
<p style="color:#755aba">Text here</p>
This sample text font color is #755aba
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.
#755aba Background Color
<div style="background-color:#755aba">
Div content here</div>
This div background color is #755aba
#755aba Border Color
<div style="border:3px solid #755aba">
Div here</div>
This div border color is #755aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,90,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #755aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #755aba; -webkit-box-shadow: 1px 1px 3px 2px #755aba; box-shadow: 1px 1px 3px 2px #755aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,90,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #755aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #755aba; -webkit-box-shadow: 1px 1px 3px 2px #755aba; box-shadow: 1px 1px 3px 2px #755aba;">
Div content here</div>
This div box has shadow with color #755aba
Comments
No comments written yet.
Please login to write comment.