Color spaces of #700bcc
RGB | 112 | 11 | 204 |
---|---|---|---|
HSL | 0.75 | 0.90 | 0.42 |
HSV | 271° | 95° | 80° |
CMYK | 0.45 | 0.95 | 0.00 0.20 |
XYZ | 17.7008 | 8.0437 | 57.7464 |
Yxy | 8.0437 | 0.2120 | 0.0963 |
Hunter Lab | 28.3614 | 61.7721 | -100.8668 |
CIE-Lab | 34.0737 | 69.6970 | -75.5553 |
#700bcc color RGB value is (112,11,204).
#700bcc hex color red value is 112, green value is 11 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #700bcc hue: 0.75 , saturation: 0.90 and the lightness value of 700bcc is 0.42.
The process color (four color CMYK) of #700bcc color hex is 0.45, 0.95, 0.00, 0.20. Web safe color of #700bcc is #6600cc. Color #700bcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 00001011 | 11001100 |
Octal | 160 | 13 | 314 |
Decimal | 112 | 11 | 204 |
Hex | 70 | B | CC |
Shades of #700bcc
Tints of #700bcc
RGB Percentages of Color #700bcc
CMYK Percentages of Color #700bcc
Complementary Color
#700bcc | #67cc0b |
#700bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#700bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#700bcc Color CSS Codes
.mybgcolor {background-color:#700bcc; } .myforecolor {color:#700bcc; } .mybordercolor {border:3px solid #700bcc; }
#700bcc Text Font Color
<p style="color:#700bcc">Text here</p>
This sample text font color is #700bcc
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.
#700bcc Background Color
<div style="background-color:#700bcc">
Div content here</div>
This div background color is #700bcc
#700bcc Border Color
<div style="border:3px solid #700bcc">
Div here</div>
This div border color is #700bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,11,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #700bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #700bcc; -webkit-box-shadow: 1px 1px 3px 2px #700bcc; box-shadow: 1px 1px 3px 2px #700bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,11,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #700bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #700bcc; -webkit-box-shadow: 1px 1px 3px 2px #700bcc; box-shadow: 1px 1px 3px 2px #700bcc;">
Div content here</div>
This div box has shadow with color #700bcc
Comments
No comments written yet.
Please login to write comment.