Color spaces of #753588
RGB | 117 | 53 | 136 |
---|---|---|---|
HSL | 0.80 | 0.44 | 0.37 |
HSV | 286° | 61° | 53° |
CMYK | 0.14 | 0.61 | 0.00 0.47 |
XYZ | 13.0532 | 8.1057 | 24.1691 |
Yxy | 8.1057 | 0.2880 | 0.1788 |
Hunter Lab | 28.4705 | 32.0155 | -30.4029 |
CIE-Lab | 34.2021 | 41.5781 | -34.5408 |
#753588 color RGB value is (117,53,136).
#753588 hex color red value is 117, green value is 53 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #753588 hue: 0.80 , saturation: 0.44 and the lightness value of 753588 is 0.37.
The process color (four color CMYK) of #753588 color hex is 0.14, 0.61, 0.00, 0.47. Web safe color of #753588 is #663399. Color #753588 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 00110101 | 10001000 |
Octal | 165 | 65 | 210 |
Decimal | 117 | 53 | 136 |
Hex | 75 | 35 | 88 |
Shades of #753588
Tints of #753588
RGB Percentages of Color #753588
CMYK Percentages of Color #753588
Complementary Color
#753588 | #488835 |
#753588 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#753588 Color Preview on White Background
Lorem ipsum dolor sit amet.
#753588 Color CSS Codes
.mybgcolor {background-color:#753588; } .myforecolor {color:#753588; } .mybordercolor {border:3px solid #753588; }
#753588 Text Font Color
<p style="color:#753588">Text here</p>
This sample text font color is #753588
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.
#753588 Background Color
<div style="background-color:#753588">
Div content here</div>
This div background color is #753588
#753588 Border Color
<div style="border:3px solid #753588">
Div here</div>
This div border color is #753588
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,53,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #753588; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #753588; -webkit-box-shadow: 1px 1px 3px 2px #753588; box-shadow: 1px 1px 3px 2px #753588; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,53,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #753588">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #753588; -webkit-box-shadow: 1px 1px 3px 2px #753588; box-shadow: 1px 1px 3px 2px #753588;">
Div content here</div>
This div box has shadow with color #753588
Comments
No comments written yet.
Please login to write comment.