Color spaces of #71098e
RGB | 113 | 9 | 142 |
---|---|---|---|
HSL | 0.80 | 0.88 | 0.30 |
HSV | 287° | 94° | 56° |
CMYK | 0.20 | 0.94 | 0.00 0.44 |
XYZ | 11.7902 | 5.6591 | 26.0621 |
Yxy | 5.6591 | 0.2710 | 0.1301 |
Hunter Lab | 23.7889 | 46.8374 | -48.3035 |
CIE-Lab | 28.5356 | 57.3987 | -47.3930 |
#71098e color RGB value is (113,9,142).
#71098e hex color red value is 113, green value is 9 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #71098e hue: 0.80 , saturation: 0.88 and the lightness value of 71098e is 0.30.
The process color (four color CMYK) of #71098e color hex is 0.20, 0.94, 0.00, 0.44. Web safe color of #71098e is #660099. Color #71098e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00001001 | 10001110 |
Octal | 161 | 11 | 216 |
Decimal | 113 | 9 | 142 |
Hex | 71 | 9 | 8E |
Shades of #71098e
Tints of #71098e
RGB Percentages of Color #71098e
CMYK Percentages of Color #71098e
Complementary Color
#71098e | #268e09 |
#71098e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71098e Color Preview on White Background
Lorem ipsum dolor sit amet.
#71098e Color CSS Codes
.mybgcolor {background-color:#71098e; } .myforecolor {color:#71098e; } .mybordercolor {border:3px solid #71098e; }
#71098e Text Font Color
<p style="color:#71098e">Text here</p>
This sample text font color is #71098e
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.
#71098e Background Color
<div style="background-color:#71098e">
Div content here</div>
This div background color is #71098e
#71098e Border Color
<div style="border:3px solid #71098e">
Div here</div>
This div border color is #71098e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,9,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71098e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71098e; -webkit-box-shadow: 1px 1px 3px 2px #71098e; box-shadow: 1px 1px 3px 2px #71098e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,9,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71098e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71098e; -webkit-box-shadow: 1px 1px 3px 2px #71098e; box-shadow: 1px 1px 3px 2px #71098e;">
Div content here</div>
This div box has shadow with color #71098e
Comments
No comments written yet.
Please login to write comment.