Color spaces of #760ddc
RGB | 118 | 13 | 220 |
---|---|---|---|
HSL | 0.75 | 0.89 | 0.46 |
HSV | 270° | 94° | 86° |
CMYK | 0.46 | 0.94 | 0.00 0.14 |
XYZ | 20.5334 | 9.3067 | 68.4243 |
Yxy | 9.3067 | 0.2090 | 0.0947 |
Hunter Lab | 30.5069 | 66.7567 | -111.6275 |
CIE-Lab | 36.5682 | 73.4287 | -80.6741 |
#760ddc color RGB value is (118,13,220).
#760ddc hex color red value is 118, green value is 13 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #760ddc hue: 0.75 , saturation: 0.89 and the lightness value of 760ddc is 0.46.
The process color (four color CMYK) of #760ddc color hex is 0.46, 0.94, 0.00, 0.14. Web safe color of #760ddc is #6600cc. Color #760ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 00001101 | 11011100 |
Octal | 166 | 15 | 334 |
Decimal | 118 | 13 | 220 |
Hex | 76 | D | DC |
Shades of #760ddc
Tints of #760ddc
RGB Percentages of Color #760ddc
CMYK Percentages of Color #760ddc
Complementary Color
#760ddc | #73dc0d |
#760ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#760ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#760ddc Color CSS Codes
.mybgcolor {background-color:#760ddc; } .myforecolor {color:#760ddc; } .mybordercolor {border:3px solid #760ddc; }
#760ddc Text Font Color
<p style="color:#760ddc">Text here</p>
This sample text font color is #760ddc
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.
#760ddc Background Color
<div style="background-color:#760ddc">
Div content here</div>
This div background color is #760ddc
#760ddc Border Color
<div style="border:3px solid #760ddc">
Div here</div>
This div border color is #760ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,13,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #760ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #760ddc; -webkit-box-shadow: 1px 1px 3px 2px #760ddc; box-shadow: 1px 1px 3px 2px #760ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,13,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #760ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #760ddc; -webkit-box-shadow: 1px 1px 3px 2px #760ddc; box-shadow: 1px 1px 3px 2px #760ddc;">
Div content here</div>
This div box has shadow with color #760ddc
Comments
No comments written yet.
Please login to write comment.