Color spaces of #c079df
RGB | 192 | 121 | 223 |
---|---|---|---|
HSL | 0.78 | 0.61 | 0.67 |
HSV | 282° | 46° | 87° |
CMYK | 0.14 | 0.46 | 0.00 0.13 |
XYZ | 41.8949 | 30.2089 | 73.4348 |
Yxy | 30.2089 | 0.2879 | 0.2076 |
Hunter Lab | 54.9626 | 39.8759 | -40.7427 |
CIE-Lab | 61.8340 | 45.0285 | -41.1957 |
#c079df color RGB value is (192,121,223).
#c079df hex color red value is 192, green value is 121 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c079df hue: 0.78 , saturation: 0.61 and the lightness value of c079df is 0.67.
The process color (four color CMYK) of #c079df color hex is 0.14, 0.46, 0.00, 0.13. Web safe color of #c079df is #cc66cc. Color #c079df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01111001 | 11011111 |
Octal | 300 | 171 | 337 |
Decimal | 192 | 121 | 223 |
Hex | C0 | 79 | DF |
Shades of #c079df
Tints of #c079df
RGB Percentages of Color #c079df
CMYK Percentages of Color #c079df
Complementary Color
#c079df | #98df79 |
#c079df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c079df Color Preview on White Background
Lorem ipsum dolor sit amet.
#c079df Color CSS Codes
.mybgcolor {background-color:#c079df; } .myforecolor {color:#c079df; } .mybordercolor {border:3px solid #c079df; }
#c079df Text Font Color
<p style="color:#c079df">Text here</p>
This sample text font color is #c079df
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.
#c079df Background Color
<div style="background-color:#c079df">
Div content here</div>
This div background color is #c079df
#c079df Border Color
<div style="border:3px solid #c079df">
Div here</div>
This div border color is #c079df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,121,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c079df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c079df; -webkit-box-shadow: 1px 1px 3px 2px #c079df; box-shadow: 1px 1px 3px 2px #c079df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,121,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c079df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c079df; -webkit-box-shadow: 1px 1px 3px 2px #c079df; box-shadow: 1px 1px 3px 2px #c079df;">
Div content here</div>
This div box has shadow with color #c079df
Comments
No comments written yet.
Please login to write comment.