Color spaces of #c07adc
RGB | 192 | 122 | 220 |
---|---|---|---|
HSL | 0.79 | 0.58 | 0.67 |
HSV | 283° | 45° | 86° |
CMYK | 0.13 | 0.45 | 0.00 0.14 |
XYZ | 41.6160 | 30.2928 | 71.3638 |
Yxy | 30.2928 | 0.2905 | 0.2114 |
Hunter Lab | 55.0389 | 38.6493 | -38.3486 |
CIE-Lab | 61.9060 | 43.8719 | -39.4070 |
#c07adc color RGB value is (192,122,220).
#c07adc hex color red value is 192, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c07adc hue: 0.79 , saturation: 0.58 and the lightness value of c07adc is 0.67.
The process color (four color CMYK) of #c07adc color hex is 0.13, 0.45, 0.00, 0.14. Web safe color of #c07adc is #cc66cc. Color #c07adc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01111010 | 11011100 |
Octal | 300 | 172 | 334 |
Decimal | 192 | 122 | 220 |
Hex | C0 | 7A | DC |
Shades of #c07adc
Tints of #c07adc
RGB Percentages of Color #c07adc
CMYK Percentages of Color #c07adc
Complementary Color
#c07adc | #96dc7a |
#c07adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c07adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c07adc Color CSS Codes
.mybgcolor {background-color:#c07adc; } .myforecolor {color:#c07adc; } .mybordercolor {border:3px solid #c07adc; }
#c07adc Text Font Color
<p style="color:#c07adc">Text here</p>
This sample text font color is #c07adc
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.
#c07adc Background Color
<div style="background-color:#c07adc">
Div content here</div>
This div background color is #c07adc
#c07adc Border Color
<div style="border:3px solid #c07adc">
Div here</div>
This div border color is #c07adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,122,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c07adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c07adc; -webkit-box-shadow: 1px 1px 3px 2px #c07adc; box-shadow: 1px 1px 3px 2px #c07adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,122,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c07adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c07adc; -webkit-box-shadow: 1px 1px 3px 2px #c07adc; box-shadow: 1px 1px 3px 2px #c07adc;">
Div content here</div>
This div box has shadow with color #c07adc
Comments
No comments written yet.
Please login to write comment.