Color spaces of #7106cd
RGB | 113 | 6 | 205 |
---|---|---|---|
HSL | 0.76 | 0.94 | 0.41 |
HSV | 272° | 97° | 80° |
CMYK | 0.45 | 0.97 | 0.00 0.20 |
XYZ | 17.8946 | 8.0487 | 58.3680 |
Yxy | 8.0487 | 0.2122 | 0.0955 |
Hunter Lab | 28.3702 | 62.9415 | -102.1222 |
CIE-Lab | 34.0841 | 70.6906 | -76.1162 |
#7106cd color RGB value is (113,6,205).
#7106cd hex color red value is 113, green value is 6 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7106cd hue: 0.76 , saturation: 0.94 and the lightness value of 7106cd is 0.41.
The process color (four color CMYK) of #7106cd color hex is 0.45, 0.97, 0.00, 0.20. Web safe color of #7106cd is #6600cc. Color #7106cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00000110 | 11001101 |
Octal | 161 | 6 | 315 |
Decimal | 113 | 6 | 205 |
Hex | 71 | 6 | CD |
Shades of #7106cd
Tints of #7106cd
RGB Percentages of Color #7106cd
CMYK Percentages of Color #7106cd
Complementary Color
#7106cd | #62cd06 |
#7106cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7106cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7106cd Color CSS Codes
.mybgcolor {background-color:#7106cd; } .myforecolor {color:#7106cd; } .mybordercolor {border:3px solid #7106cd; }
#7106cd Text Font Color
<p style="color:#7106cd">Text here</p>
This sample text font color is #7106cd
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.
#7106cd Background Color
<div style="background-color:#7106cd">
Div content here</div>
This div background color is #7106cd
#7106cd Border Color
<div style="border:3px solid #7106cd">
Div here</div>
This div border color is #7106cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,6,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7106cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7106cd; -webkit-box-shadow: 1px 1px 3px 2px #7106cd; box-shadow: 1px 1px 3px 2px #7106cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,6,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7106cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7106cd; -webkit-box-shadow: 1px 1px 3px 2px #7106cd; box-shadow: 1px 1px 3px 2px #7106cd;">
Div content here</div>
This div box has shadow with color #7106cd
Comments
No comments written yet.
Please login to write comment.