Color spaces of #7948ab
RGB | 121 | 72 | 171 |
---|---|---|---|
HSL | 0.75 | 0.41 | 0.48 |
HSV | 270° | 58° | 67° |
CMYK | 0.29 | 0.58 | 0.00 0.33 |
XYZ | 17.5532 | 11.6400 | 39.8497 |
Yxy | 11.6400 | 0.2542 | 0.1686 |
Hunter Lab | 34.1174 | 32.1315 | -45.3694 |
CIE-Lab | 40.6381 | 40.6063 | -45.4081 |
#7948ab color RGB value is (121,72,171).
#7948ab hex color red value is 121, green value is 72 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7948ab hue: 0.75 , saturation: 0.41 and the lightness value of 7948ab is 0.48.
The process color (four color CMYK) of #7948ab color hex is 0.29, 0.58, 0.00, 0.33. Web safe color of #7948ab is #663399. Color #7948ab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01001000 | 10101011 |
Octal | 171 | 110 | 253 |
Decimal | 121 | 72 | 171 |
Hex | 79 | 48 | AB |
Shades of #7948ab
Tints of #7948ab
RGB Percentages of Color #7948ab
CMYK Percentages of Color #7948ab
Complementary Color
#7948ab | #7aab48 |
#7948ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7948ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#7948ab Color CSS Codes
.mybgcolor {background-color:#7948ab; } .myforecolor {color:#7948ab; } .mybordercolor {border:3px solid #7948ab; }
#7948ab Text Font Color
<p style="color:#7948ab">Text here</p>
This sample text font color is #7948ab
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.
#7948ab Background Color
<div style="background-color:#7948ab">
Div content here</div>
This div background color is #7948ab
#7948ab Border Color
<div style="border:3px solid #7948ab">
Div here</div>
This div border color is #7948ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,72,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7948ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7948ab; -webkit-box-shadow: 1px 1px 3px 2px #7948ab; box-shadow: 1px 1px 3px 2px #7948ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,72,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7948ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7948ab; -webkit-box-shadow: 1px 1px 3px 2px #7948ab; box-shadow: 1px 1px 3px 2px #7948ab;">
Div content here</div>
This div box has shadow with color #7948ab
Comments
No comments written yet.
Please login to write comment.