Color spaces of #7167ad
RGB | 113 | 103 | 173 |
---|---|---|---|
HSL | 0.69 | 0.30 | 0.54 |
HSV | 249° | 40° | 68° |
CMYK | 0.35 | 0.40 | 0.00 0.32 |
XYZ | 19.2031 | 16.2283 | 41.6554 |
Yxy | 16.2283 | 0.2491 | 0.2105 |
Hunter Lab | 40.2844 | 14.5913 | -33.1088 |
CIE-Lab | 47.2726 | 20.6649 | -36.0983 |
#7167ad color RGB value is (113,103,173).
#7167ad hex color red value is 113, green value is 103 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7167ad hue: 0.69 , saturation: 0.30 and the lightness value of 7167ad is 0.54.
The process color (four color CMYK) of #7167ad color hex is 0.35, 0.40, 0.00, 0.32. Web safe color of #7167ad is #666699. Color #7167ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 01100111 | 10101101 |
Octal | 161 | 147 | 255 |
Decimal | 113 | 103 | 173 |
Hex | 71 | 67 | AD |
Shades of #7167ad
Tints of #7167ad
RGB Percentages of Color #7167ad
CMYK Percentages of Color #7167ad
Complementary Color
#7167ad | #a3ad67 |
#7167ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7167ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#7167ad Color CSS Codes
.mybgcolor {background-color:#7167ad; } .myforecolor {color:#7167ad; } .mybordercolor {border:3px solid #7167ad; }
#7167ad Text Font Color
<p style="color:#7167ad">Text here</p>
This sample text font color is #7167ad
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.
#7167ad Background Color
<div style="background-color:#7167ad">
Div content here</div>
This div background color is #7167ad
#7167ad Border Color
<div style="border:3px solid #7167ad">
Div here</div>
This div border color is #7167ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,103,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7167ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7167ad; -webkit-box-shadow: 1px 1px 3px 2px #7167ad; box-shadow: 1px 1px 3px 2px #7167ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,103,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 #7167ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7167ad; -webkit-box-shadow: 1px 1px 3px 2px #7167ad; box-shadow: 1px 1px 3px 2px #7167ad;">
Div content here</div>
This div box has shadow with color #7167ad
Comments
No comments written yet.
Please login to write comment.