Color spaces of #710fca
RGB | 113 | 15 | 202 |
---|---|---|---|
HSL | 0.75 | 0.86 | 0.43 |
HSV | 271° | 93° | 79° |
CMYK | 0.44 | 0.93 | 0.00 0.21 |
XYZ | 17.6415 | 8.1166 | 56.5140 |
Yxy | 8.1166 | 0.2144 | 0.0987 |
Hunter Lab | 28.4896 | 60.6748 | -97.6689 |
CIE-Lab | 34.2245 | 68.7277 | -74.1353 |
#710fca color RGB value is (113,15,202).
#710fca hex color red value is 113, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #710fca hue: 0.75 , saturation: 0.86 and the lightness value of 710fca is 0.43.
The process color (four color CMYK) of #710fca color hex is 0.44, 0.93, 0.00, 0.21. Web safe color of #710fca is #6600cc. Color #710fca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00001111 | 11001010 |
Octal | 161 | 17 | 312 |
Decimal | 113 | 15 | 202 |
Hex | 71 | F | CA |
Shades of #710fca
Tints of #710fca
RGB Percentages of Color #710fca
CMYK Percentages of Color #710fca
Complementary Color
#710fca | #68ca0f |
#710fca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#710fca Color Preview on White Background
Lorem ipsum dolor sit amet.
#710fca Color CSS Codes
.mybgcolor {background-color:#710fca; } .myforecolor {color:#710fca; } .mybordercolor {border:3px solid #710fca; }
#710fca Text Font Color
<p style="color:#710fca">Text here</p>
This sample text font color is #710fca
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.
#710fca Background Color
<div style="background-color:#710fca">
Div content here</div>
This div background color is #710fca
#710fca Border Color
<div style="border:3px solid #710fca">
Div here</div>
This div border color is #710fca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,15,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #710fca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #710fca; -webkit-box-shadow: 1px 1px 3px 2px #710fca; box-shadow: 1px 1px 3px 2px #710fca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,15,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #710fca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #710fca; -webkit-box-shadow: 1px 1px 3px 2px #710fca; box-shadow: 1px 1px 3px 2px #710fca;">
Div content here</div>
This div box has shadow with color #710fca
Comments
No comments written yet.
Please login to write comment.