Color spaces of #752dbf
RGB | 117 | 45 | 191 |
---|---|---|---|
HSL | 0.75 | 0.62 | 0.46 |
HSV | 270° | 76° | 75° |
CMYK | 0.39 | 0.76 | 0.00 0.25 |
XYZ | 17.6785 | 9.4203 | 50.1767 |
Yxy | 9.4203 | 0.2288 | 0.1219 |
Hunter Lab | 30.6925 | 49.1019 | -75.4437 |
CIE-Lab | 36.7812 | 57.9067 | -63.4797 |
#752dbf color RGB value is (117,45,191).
#752dbf hex color red value is 117, green value is 45 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #752dbf hue: 0.75 , saturation: 0.62 and the lightness value of 752dbf is 0.46.
The process color (four color CMYK) of #752dbf color hex is 0.39, 0.76, 0.00, 0.25. Web safe color of #752dbf is #6633cc. Color #752dbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 00101101 | 10111111 |
Octal | 165 | 55 | 277 |
Decimal | 117 | 45 | 191 |
Hex | 75 | 2D | BF |
Shades of #752dbf
Tints of #752dbf
RGB Percentages of Color #752dbf
CMYK Percentages of Color #752dbf
Complementary Color
#752dbf | #77bf2d |
#752dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#752dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#752dbf Color CSS Codes
.mybgcolor {background-color:#752dbf; } .myforecolor {color:#752dbf; } .mybordercolor {border:3px solid #752dbf; }
#752dbf Text Font Color
<p style="color:#752dbf">Text here</p>
This sample text font color is #752dbf
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.
#752dbf Background Color
<div style="background-color:#752dbf">
Div content here</div>
This div background color is #752dbf
#752dbf Border Color
<div style="border:3px solid #752dbf">
Div here</div>
This div border color is #752dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,45,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #752dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #752dbf; -webkit-box-shadow: 1px 1px 3px 2px #752dbf; box-shadow: 1px 1px 3px 2px #752dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,45,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #752dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #752dbf; -webkit-box-shadow: 1px 1px 3px 2px #752dbf; box-shadow: 1px 1px 3px 2px #752dbf;">
Div content here</div>
This div box has shadow with color #752dbf
Comments
No comments written yet.
Please login to write comment.