Color spaces of #7121ad
RGB | 113 | 33 | 173 |
---|---|---|---|
HSL | 0.76 | 0.68 | 0.40 |
HSV | 274° | 81° | 68° |
CMYK | 0.35 | 0.81 | 0.00 0.32 |
XYZ | 14.8967 | 7.6156 | 40.2200 |
Yxy | 7.6156 | 0.2375 | 0.1214 |
Hunter Lab | 27.5964 | 48.0618 | -67.0940 |
CIE-Lab | 33.1691 | 57.6437 | -58.7274 |
#7121ad color RGB value is (113,33,173).
#7121ad hex color red value is 113, green value is 33 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7121ad hue: 0.76 , saturation: 0.68 and the lightness value of 7121ad is 0.40.
The process color (four color CMYK) of #7121ad color hex is 0.35, 0.81, 0.00, 0.32. Web safe color of #7121ad is #663399. Color #7121ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00100001 | 10101101 |
Octal | 161 | 41 | 255 |
Decimal | 113 | 33 | 173 |
Hex | 71 | 21 | AD |
Shades of #7121ad
Tints of #7121ad
RGB Percentages of Color #7121ad
CMYK Percentages of Color #7121ad
Complementary Color
#7121ad | #5dad21 |
#7121ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7121ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#7121ad Color CSS Codes
.mybgcolor {background-color:#7121ad; } .myforecolor {color:#7121ad; } .mybordercolor {border:3px solid #7121ad; }
#7121ad Text Font Color
<p style="color:#7121ad">Text here</p>
This sample text font color is #7121ad
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.
#7121ad Background Color
<div style="background-color:#7121ad">
Div content here</div>
This div background color is #7121ad
#7121ad Border Color
<div style="border:3px solid #7121ad">
Div here</div>
This div border color is #7121ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,33,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7121ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7121ad; -webkit-box-shadow: 1px 1px 3px 2px #7121ad; box-shadow: 1px 1px 3px 2px #7121ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,33,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7121ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7121ad; -webkit-box-shadow: 1px 1px 3px 2px #7121ad; box-shadow: 1px 1px 3px 2px #7121ad;">
Div content here</div>
This div box has shadow with color #7121ad
Comments
No comments written yet.
Please login to write comment.