Color spaces of #7954cc
RGB | 121 | 84 | 204 |
---|---|---|---|
HSL | 0.72 | 0.54 | 0.56 |
HSV | 259° | 59° | 80° |
CMYK | 0.41 | 0.59 | 0.00 0.20 |
XYZ | 21.9546 | 14.7652 | 58.8196 |
Yxy | 14.7652 | 0.2298 | 0.1545 |
Hunter Lab | 38.4255 | 34.7422 | -63.8599 |
CIE-Lab | 45.3109 | 42.5126 | -57.1776 |
#7954cc color RGB value is (121,84,204).
#7954cc hex color red value is 121, green value is 84 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7954cc hue: 0.72 , saturation: 0.54 and the lightness value of 7954cc is 0.56.
The process color (four color CMYK) of #7954cc color hex is 0.41, 0.59, 0.00, 0.20. Web safe color of #7954cc is #6666cc. Color #7954cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01010100 | 11001100 |
Octal | 171 | 124 | 314 |
Decimal | 121 | 84 | 204 |
Hex | 79 | 54 | CC |
Shades of #7954cc
Tints of #7954cc
RGB Percentages of Color #7954cc
CMYK Percentages of Color #7954cc
Complementary Color
#7954cc | #a7cc54 |
#7954cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7954cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7954cc Color CSS Codes
.mybgcolor {background-color:#7954cc; } .myforecolor {color:#7954cc; } .mybordercolor {border:3px solid #7954cc; }
#7954cc Text Font Color
<p style="color:#7954cc">Text here</p>
This sample text font color is #7954cc
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.
#7954cc Background Color
<div style="background-color:#7954cc">
Div content here</div>
This div background color is #7954cc
#7954cc Border Color
<div style="border:3px solid #7954cc">
Div here</div>
This div border color is #7954cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,84,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7954cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7954cc; -webkit-box-shadow: 1px 1px 3px 2px #7954cc; box-shadow: 1px 1px 3px 2px #7954cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,84,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7954cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7954cc; -webkit-box-shadow: 1px 1px 3px 2px #7954cc; box-shadow: 1px 1px 3px 2px #7954cc;">
Div content here</div>
This div box has shadow with color #7954cc
Comments
No comments written yet.
Please login to write comment.