Color spaces of #712cdb
RGB | 113 | 44 | 219 |
---|---|---|---|
HSL | 0.73 | 0.71 | 0.52 |
HSV | 264° | 80° | 86° |
CMYK | 0.48 | 0.80 | 0.00 0.14 |
XYZ | 20.4969 | 10.4265 | 67.9501 |
Yxy | 10.4265 | 0.2073 | 0.1055 |
Hunter Lab | 32.2901 | 56.7994 | -102.1647 |
CIE-Lab | 38.5973 | 64.5049 | -76.7791 |
#712cdb color RGB value is (113,44,219).
#712cdb hex color red value is 113, green value is 44 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #712cdb hue: 0.73 , saturation: 0.71 and the lightness value of 712cdb is 0.52.
The process color (four color CMYK) of #712cdb color hex is 0.48, 0.80, 0.00, 0.14. Web safe color of #712cdb is #6633cc. Color #712cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00101100 | 11011011 |
Octal | 161 | 54 | 333 |
Decimal | 113 | 44 | 219 |
Hex | 71 | 2C | DB |
Shades of #712cdb
Tints of #712cdb
RGB Percentages of Color #712cdb
CMYK Percentages of Color #712cdb
Complementary Color
#712cdb | #96db2c |
#712cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#712cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#712cdb Color CSS Codes
.mybgcolor {background-color:#712cdb; } .myforecolor {color:#712cdb; } .mybordercolor {border:3px solid #712cdb; }
#712cdb Text Font Color
<p style="color:#712cdb">Text here</p>
This sample text font color is #712cdb
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.
#712cdb Background Color
<div style="background-color:#712cdb">
Div content here</div>
This div background color is #712cdb
#712cdb Border Color
<div style="border:3px solid #712cdb">
Div here</div>
This div border color is #712cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,44,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #712cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #712cdb; -webkit-box-shadow: 1px 1px 3px 2px #712cdb; box-shadow: 1px 1px 3px 2px #712cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,44,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #712cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #712cdb; -webkit-box-shadow: 1px 1px 3px 2px #712cdb; box-shadow: 1px 1px 3px 2px #712cdb;">
Div content here</div>
This div box has shadow with color #712cdb
Comments
No comments written yet.
Please login to write comment.