Color spaces of #c066da
RGB | 192 | 102 | 218 |
---|---|---|---|
HSL | 0.80 | 0.61 | 0.63 |
HSV | 287° | 53° | 85° |
CMYK | 0.12 | 0.53 | 0.00 0.15 |
XYZ | 39.1445 | 25.7712 | 69.2409 |
Yxy | 25.7712 | 0.2918 | 0.1921 |
Hunter Lab | 50.7653 | 48.7997 | -45.3323 |
CIE-Lab | 57.8192 | 53.8175 | -44.7132 |
#c066da color RGB value is (192,102,218).
#c066da hex color red value is 192, green value is 102 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c066da hue: 0.80 , saturation: 0.61 and the lightness value of c066da is 0.63.
The process color (four color CMYK) of #c066da color hex is 0.12, 0.53, 0.00, 0.15. Web safe color of #c066da is #cc66cc. Color #c066da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01100110 | 11011010 |
Octal | 300 | 146 | 332 |
Decimal | 192 | 102 | 218 |
Hex | C0 | 66 | DA |
Shades of #c066da
Tints of #c066da
RGB Percentages of Color #c066da
CMYK Percentages of Color #c066da
Complementary Color
#c066da | #80da66 |
#c066da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c066da Color Preview on White Background
Lorem ipsum dolor sit amet.
#c066da Color CSS Codes
.mybgcolor {background-color:#c066da; } .myforecolor {color:#c066da; } .mybordercolor {border:3px solid #c066da; }
#c066da Text Font Color
<p style="color:#c066da">Text here</p>
This sample text font color is #c066da
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.
#c066da Background Color
<div style="background-color:#c066da">
Div content here</div>
This div background color is #c066da
#c066da Border Color
<div style="border:3px solid #c066da">
Div here</div>
This div border color is #c066da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,102,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c066da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c066da; -webkit-box-shadow: 1px 1px 3px 2px #c066da; box-shadow: 1px 1px 3px 2px #c066da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,102,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c066da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c066da; -webkit-box-shadow: 1px 1px 3px 2px #c066da; box-shadow: 1px 1px 3px 2px #c066da;">
Div content here</div>
This div box has shadow with color #c066da
Comments
No comments written yet.
Please login to write comment.