Color spaces of #712bbb
RGB | 113 | 43 | 187 |
---|---|---|---|
HSL | 0.75 | 0.63 | 0.45 |
HSV | 269° | 77° | 73° |
CMYK | 0.40 | 0.77 | 0.00 0.27 |
XYZ | 16.6436 | 8.8263 | 47.8401 |
Yxy | 8.8263 | 0.2270 | 0.1204 |
Hunter Lab | 29.7091 | 48.0082 | -74.6774 |
CIE-Lab | 35.6477 | 57.1110 | -62.9979 |
#712bbb color RGB value is (113,43,187).
#712bbb hex color red value is 113, green value is 43 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #712bbb hue: 0.75 , saturation: 0.63 and the lightness value of 712bbb is 0.45.
The process color (four color CMYK) of #712bbb color hex is 0.40, 0.77, 0.00, 0.27. Web safe color of #712bbb is #6633cc. Color #712bbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00101011 | 10111011 |
Octal | 161 | 53 | 273 |
Decimal | 113 | 43 | 187 |
Hex | 71 | 2B | BB |
Shades of #712bbb
Tints of #712bbb
RGB Percentages of Color #712bbb
CMYK Percentages of Color #712bbb
Complementary Color
#712bbb | #75bb2b |
#712bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#712bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#712bbb Color CSS Codes
.mybgcolor {background-color:#712bbb; } .myforecolor {color:#712bbb; } .mybordercolor {border:3px solid #712bbb; }
#712bbb Text Font Color
<p style="color:#712bbb">Text here</p>
This sample text font color is #712bbb
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.
#712bbb Background Color
<div style="background-color:#712bbb">
Div content here</div>
This div background color is #712bbb
#712bbb Border Color
<div style="border:3px solid #712bbb">
Div here</div>
This div border color is #712bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,43,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #712bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #712bbb; -webkit-box-shadow: 1px 1px 3px 2px #712bbb; box-shadow: 1px 1px 3px 2px #712bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,43,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #712bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #712bbb; -webkit-box-shadow: 1px 1px 3px 2px #712bbb; box-shadow: 1px 1px 3px 2px #712bbb;">
Div content here</div>
This div box has shadow with color #712bbb
Comments
No comments written yet.
Please login to write comment.