Color spaces of #71469f
RGB | 113 | 70 | 159 |
---|---|---|---|
HSL | 0.75 | 0.39 | 0.45 |
HSV | 269° | 56° | 62° |
CMYK | 0.29 | 0.56 | 0.00 0.38 |
XYZ | 15.2582 | 10.3942 | 34.0030 |
Yxy | 10.3942 | 0.2558 | 0.1742 |
Hunter Lab | 32.2400 | 28.0584 | -39.9641 |
CIE-Lab | 38.5408 | 36.6532 | -41.6545 |
#71469f color RGB value is (113,70,159).
#71469f hex color red value is 113, green value is 70 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #71469f hue: 0.75 , saturation: 0.39 and the lightness value of 71469f is 0.45.
The process color (four color CMYK) of #71469f color hex is 0.29, 0.56, 0.00, 0.38. Web safe color of #71469f is #663399. Color #71469f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 01000110 | 10011111 |
Octal | 161 | 106 | 237 |
Decimal | 113 | 70 | 159 |
Hex | 71 | 46 | 9F |
Shades of #71469f
Tints of #71469f
RGB Percentages of Color #71469f
CMYK Percentages of Color #71469f
Complementary Color
#71469f | #749f46 |
#71469f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71469f Color Preview on White Background
Lorem ipsum dolor sit amet.
#71469f Color CSS Codes
.mybgcolor {background-color:#71469f; } .myforecolor {color:#71469f; } .mybordercolor {border:3px solid #71469f; }
#71469f Text Font Color
<p style="color:#71469f">Text here</p>
This sample text font color is #71469f
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.
#71469f Background Color
<div style="background-color:#71469f">
Div content here</div>
This div background color is #71469f
#71469f Border Color
<div style="border:3px solid #71469f">
Div here</div>
This div border color is #71469f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,70,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71469f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71469f; -webkit-box-shadow: 1px 1px 3px 2px #71469f; box-shadow: 1px 1px 3px 2px #71469f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,70,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71469f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71469f; -webkit-box-shadow: 1px 1px 3px 2px #71469f; box-shadow: 1px 1px 3px 2px #71469f;">
Div content here</div>
This div box has shadow with color #71469f
Comments
No comments written yet.
Please login to write comment.