Color spaces of #752ebc
RGB | 117 | 46 | 188 |
---|---|---|---|
HSL | 0.75 | 0.61 | 0.46 |
HSV | 270° | 76° | 74° |
CMYK | 0.38 | 0.76 | 0.00 0.26 |
XYZ | 17.3902 | 9.3667 | 48.4683 |
Yxy | 9.3667 | 0.2312 | 0.1245 |
Hunter Lab | 30.6051 | 47.8672 | -72.4722 |
CIE-Lab | 36.6809 | 56.7790 | -61.8791 |
#752ebc color RGB value is (117,46,188).
#752ebc hex color red value is 117, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #752ebc hue: 0.75 , saturation: 0.61 and the lightness value of 752ebc is 0.46.
The process color (four color CMYK) of #752ebc color hex is 0.38, 0.76, 0.00, 0.26. Web safe color of #752ebc is #6633cc. Color #752ebc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 00101110 | 10111100 |
Octal | 165 | 56 | 274 |
Decimal | 117 | 46 | 188 |
Hex | 75 | 2E | BC |
Shades of #752ebc
Tints of #752ebc
RGB Percentages of Color #752ebc
CMYK Percentages of Color #752ebc
Complementary Color
#752ebc | #75bc2e |
#752ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#752ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#752ebc Color CSS Codes
.mybgcolor {background-color:#752ebc; } .myforecolor {color:#752ebc; } .mybordercolor {border:3px solid #752ebc; }
#752ebc Text Font Color
<p style="color:#752ebc">Text here</p>
This sample text font color is #752ebc
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.
#752ebc Background Color
<div style="background-color:#752ebc">
Div content here</div>
This div background color is #752ebc
#752ebc Border Color
<div style="border:3px solid #752ebc">
Div here</div>
This div border color is #752ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,46,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #752ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #752ebc; -webkit-box-shadow: 1px 1px 3px 2px #752ebc; box-shadow: 1px 1px 3px 2px #752ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,46,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #752ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #752ebc; -webkit-box-shadow: 1px 1px 3px 2px #752ebc; box-shadow: 1px 1px 3px 2px #752ebc;">
Div content here</div>
This div box has shadow with color #752ebc
Comments
No comments written yet.
Please login to write comment.