Color spaces of #c085da
RGB | 192 | 133 | 218 |
---|---|---|---|
HSL | 0.78 | 0.53 | 0.69 |
HSV | 282° | 39° | 85° |
CMYK | 0.12 | 0.39 | 0.00 0.15 |
XYZ | 42.7806 | 33.0435 | 70.4529 |
Yxy | 33.0435 | 0.2925 | 0.2259 |
Hunter Lab | 57.4835 | 32.2480 | -32.4286 |
CIE-Lab | 64.1961 | 37.5100 | -34.7163 |
#c085da color RGB value is (192,133,218).
#c085da hex color red value is 192, green value is 133 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c085da hue: 0.78 , saturation: 0.53 and the lightness value of c085da is 0.69.
The process color (four color CMYK) of #c085da color hex is 0.12, 0.39, 0.00, 0.15. Web safe color of #c085da is #cc99cc. Color #c085da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10000101 | 11011010 |
Octal | 300 | 205 | 332 |
Decimal | 192 | 133 | 218 |
Hex | C0 | 85 | DA |
Shades of #c085da
Tints of #c085da
RGB Percentages of Color #c085da
CMYK Percentages of Color #c085da
Complementary Color
#c085da | #9fda85 |
#c085da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c085da Color Preview on White Background
Lorem ipsum dolor sit amet.
#c085da Color CSS Codes
.mybgcolor {background-color:#c085da; } .myforecolor {color:#c085da; } .mybordercolor {border:3px solid #c085da; }
#c085da Text Font Color
<p style="color:#c085da">Text here</p>
This sample text font color is #c085da
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.
#c085da Background Color
<div style="background-color:#c085da">
Div content here</div>
This div background color is #c085da
#c085da Border Color
<div style="border:3px solid #c085da">
Div here</div>
This div border color is #c085da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,133,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c085da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c085da; -webkit-box-shadow: 1px 1px 3px 2px #c085da; box-shadow: 1px 1px 3px 2px #c085da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,133,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 #c085da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c085da; -webkit-box-shadow: 1px 1px 3px 2px #c085da; box-shadow: 1px 1px 3px 2px #c085da;">
Div content here</div>
This div box has shadow with color #c085da
Comments
No comments written yet.
Please login to write comment.