Color spaces of #c084cb
RGB | 192 | 132 | 203 |
---|---|---|---|
HSL | 0.81 | 0.41 | 0.66 |
HSV | 291° | 35° | 80° |
CMYK | 0.05 | 0.35 | 0.00 0.20 |
XYZ | 40.7690 | 32.0208 | 60.5318 |
Yxy | 32.0208 | 0.3058 | 0.2402 |
Hunter Lab | 56.5869 | 29.5762 | -23.8125 |
CIE-Lab | 63.3601 | 35.0111 | -27.6238 |
#c084cb color RGB value is (192,132,203).
#c084cb hex color red value is 192, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c084cb hue: 0.81 , saturation: 0.41 and the lightness value of c084cb is 0.66.
The process color (four color CMYK) of #c084cb color hex is 0.05, 0.35, 0.00, 0.20. Web safe color of #c084cb is #cc99cc. Color #c084cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10000100 | 11001011 |
Octal | 300 | 204 | 313 |
Decimal | 192 | 132 | 203 |
Hex | C0 | 84 | CB |
Shades of #c084cb
Tints of #c084cb
RGB Percentages of Color #c084cb
CMYK Percentages of Color #c084cb
Complementary Color
#c084cb | #8fcb84 |
#c084cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c084cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c084cb Color CSS Codes
.mybgcolor {background-color:#c084cb; } .myforecolor {color:#c084cb; } .mybordercolor {border:3px solid #c084cb; }
#c084cb Text Font Color
<p style="color:#c084cb">Text here</p>
This sample text font color is #c084cb
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.
#c084cb Background Color
<div style="background-color:#c084cb">
Div content here</div>
This div background color is #c084cb
#c084cb Border Color
<div style="border:3px solid #c084cb">
Div here</div>
This div border color is #c084cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,132,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c084cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c084cb; -webkit-box-shadow: 1px 1px 3px 2px #c084cb; box-shadow: 1px 1px 3px 2px #c084cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,132,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c084cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c084cb; -webkit-box-shadow: 1px 1px 3px 2px #c084cb; box-shadow: 1px 1px 3px 2px #c084cb;">
Div content here</div>
This div box has shadow with color #c084cb
Comments
No comments written yet.
Please login to write comment.