Color spaces of #c081dc
RGB | 192 | 129 | 220 |
---|---|---|---|
HSL | 0.78 | 0.57 | 0.68 |
HSV | 282° | 41° | 86° |
CMYK | 0.13 | 0.41 | 0.00 0.14 |
XYZ | 42.5068 | 32.0743 | 71.6608 |
Yxy | 32.0743 | 0.2907 | 0.2193 |
Hunter Lab | 56.6342 | 34.8634 | -35.3774 |
CIE-Lab | 63.4042 | 40.1040 | -37.0646 |
#c081dc color RGB value is (192,129,220).
#c081dc hex color red value is 192, green value is 129 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c081dc hue: 0.78 , saturation: 0.57 and the lightness value of c081dc is 0.68.
The process color (four color CMYK) of #c081dc color hex is 0.13, 0.41, 0.00, 0.14. Web safe color of #c081dc is #cc99cc. Color #c081dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10000001 | 11011100 |
Octal | 300 | 201 | 334 |
Decimal | 192 | 129 | 220 |
Hex | C0 | 81 | DC |
Shades of #c081dc
Tints of #c081dc
RGB Percentages of Color #c081dc
CMYK Percentages of Color #c081dc
Complementary Color
#c081dc | #9ddc81 |
#c081dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c081dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c081dc Color CSS Codes
.mybgcolor {background-color:#c081dc; } .myforecolor {color:#c081dc; } .mybordercolor {border:3px solid #c081dc; }
#c081dc Text Font Color
<p style="color:#c081dc">Text here</p>
This sample text font color is #c081dc
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.
#c081dc Background Color
<div style="background-color:#c081dc">
Div content here</div>
This div background color is #c081dc
#c081dc Border Color
<div style="border:3px solid #c081dc">
Div here</div>
This div border color is #c081dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,129,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c081dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c081dc; -webkit-box-shadow: 1px 1px 3px 2px #c081dc; box-shadow: 1px 1px 3px 2px #c081dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,129,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 #c081dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c081dc; -webkit-box-shadow: 1px 1px 3px 2px #c081dc; box-shadow: 1px 1px 3px 2px #c081dc;">
Div content here</div>
This div box has shadow with color #c081dc
Comments
No comments written yet.
Please login to write comment.