Color spaces of #c07fdb
RGB | 192 | 127 | 219 |
---|---|---|---|
HSL | 0.78 | 0.56 | 0.68 |
HSV | 282° | 42° | 86° |
CMYK | 0.12 | 0.42 | 0.00 0.14 |
XYZ | 42.1138 | 31.4997 | 70.8782 |
Yxy | 31.4997 | 0.2915 | 0.2180 |
Hunter Lab | 56.1246 | 35.7217 | -35.5885 |
CIE-Lab | 62.9272 | 40.9781 | -37.2514 |
#c07fdb color RGB value is (192,127,219).
#c07fdb hex color red value is 192, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c07fdb hue: 0.78 , saturation: 0.56 and the lightness value of c07fdb is 0.68.
The process color (four color CMYK) of #c07fdb color hex is 0.12, 0.42, 0.00, 0.14. Web safe color of #c07fdb is #cc66cc. Color #c07fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01111111 | 11011011 |
Octal | 300 | 177 | 333 |
Decimal | 192 | 127 | 219 |
Hex | C0 | 7F | DB |
Shades of #c07fdb
Tints of #c07fdb
RGB Percentages of Color #c07fdb
CMYK Percentages of Color #c07fdb
Complementary Color
#c07fdb | #9adb7f |
#c07fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c07fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c07fdb Color CSS Codes
.mybgcolor {background-color:#c07fdb; } .myforecolor {color:#c07fdb; } .mybordercolor {border:3px solid #c07fdb; }
#c07fdb Text Font Color
<p style="color:#c07fdb">Text here</p>
This sample text font color is #c07fdb
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.
#c07fdb Background Color
<div style="background-color:#c07fdb">
Div content here</div>
This div background color is #c07fdb
#c07fdb Border Color
<div style="border:3px solid #c07fdb">
Div here</div>
This div border color is #c07fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,127,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c07fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c07fdb; -webkit-box-shadow: 1px 1px 3px 2px #c07fdb; box-shadow: 1px 1px 3px 2px #c07fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,127,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 #c07fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c07fdb; -webkit-box-shadow: 1px 1px 3px 2px #c07fdb; box-shadow: 1px 1px 3px 2px #c07fdb;">
Div content here</div>
This div box has shadow with color #c07fdb
Comments
No comments written yet.
Please login to write comment.