Color spaces of #740cbd
RGB | 116 | 12 | 189 |
---|---|---|---|
HSL | 0.76 | 0.88 | 0.39 |
HSV | 275° | 94° | 74° |
CMYK | 0.39 | 0.94 | 0.00 0.26 |
XYZ | 16.5192 | 7.6501 | 48.7501 |
Yxy | 7.6501 | 0.2265 | 0.1049 |
Hunter Lab | 27.6588 | 58.2060 | -85.1405 |
CIE-Lab | 33.2433 | 66.7762 | -68.1014 |
#740cbd color RGB value is (116,12,189).
#740cbd hex color red value is 116, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #740cbd hue: 0.76 , saturation: 0.88 and the lightness value of 740cbd is 0.39.
The process color (four color CMYK) of #740cbd color hex is 0.39, 0.94, 0.00, 0.26. Web safe color of #740cbd is #6600cc. Color #740cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00001100 | 10111101 |
Octal | 164 | 14 | 275 |
Decimal | 116 | 12 | 189 |
Hex | 74 | C | BD |
Shades of #740cbd
Tints of #740cbd
RGB Percentages of Color #740cbd
CMYK Percentages of Color #740cbd
Complementary Color
#740cbd | #55bd0c |
#740cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#740cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#740cbd Color CSS Codes
.mybgcolor {background-color:#740cbd; } .myforecolor {color:#740cbd; } .mybordercolor {border:3px solid #740cbd; }
#740cbd Text Font Color
<p style="color:#740cbd">Text here</p>
This sample text font color is #740cbd
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.
#740cbd Background Color
<div style="background-color:#740cbd">
Div content here</div>
This div background color is #740cbd
#740cbd Border Color
<div style="border:3px solid #740cbd">
Div here</div>
This div border color is #740cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,12,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #740cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #740cbd; -webkit-box-shadow: 1px 1px 3px 2px #740cbd; box-shadow: 1px 1px 3px 2px #740cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,12,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #740cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #740cbd; -webkit-box-shadow: 1px 1px 3px 2px #740cbd; box-shadow: 1px 1px 3px 2px #740cbd;">
Div content here</div>
This div box has shadow with color #740cbd
#740cbd Color Palettes
Comments
No comments written yet.
Please login to write comment.