Color spaces of #c079eb
RGB | 192 | 121 | 235 |
---|---|---|---|
HSL | 0.77 | 0.74 | 0.70 |
HSV | 277° | 49° | 92° |
CMYK | 0.18 | 0.49 | 0.00 0.08 |
XYZ | 43.5710 | 30.8794 | 82.2611 |
Yxy | 30.8794 | 0.2780 | 0.1970 |
Hunter Lab | 55.5692 | 42.7130 | -48.8706 |
CIE-Lab | 62.4057 | 47.5728 | -46.9729 |
#c079eb color RGB value is (192,121,235).
#c079eb hex color red value is 192, green value is 121 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c079eb hue: 0.77 , saturation: 0.74 and the lightness value of c079eb is 0.70.
The process color (four color CMYK) of #c079eb color hex is 0.18, 0.49, 0.00, 0.08. Web safe color of #c079eb is #cc66ff. Color #c079eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01111001 | 11101011 |
Octal | 300 | 171 | 353 |
Decimal | 192 | 121 | 235 |
Hex | C0 | 79 | EB |
Shades of #c079eb
Tints of #c079eb
RGB Percentages of Color #c079eb
CMYK Percentages of Color #c079eb
Complementary Color
#c079eb | #a4eb79 |
#c079eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c079eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c079eb Color CSS Codes
.mybgcolor {background-color:#c079eb; } .myforecolor {color:#c079eb; } .mybordercolor {border:3px solid #c079eb; }
#c079eb Text Font Color
<p style="color:#c079eb">Text here</p>
This sample text font color is #c079eb
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.
#c079eb Background Color
<div style="background-color:#c079eb">
Div content here</div>
This div background color is #c079eb
#c079eb Border Color
<div style="border:3px solid #c079eb">
Div here</div>
This div border color is #c079eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,121,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c079eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c079eb; -webkit-box-shadow: 1px 1px 3px 2px #c079eb; box-shadow: 1px 1px 3px 2px #c079eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,121,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c079eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c079eb; -webkit-box-shadow: 1px 1px 3px 2px #c079eb; box-shadow: 1px 1px 3px 2px #c079eb;">
Div content here</div>
This div box has shadow with color #c079eb
Comments
No comments written yet.
Please login to write comment.