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