Color spaces of #c08bda
RGB | 192 | 139 | 218 |
---|---|---|---|
HSL | 0.78 | 0.52 | 0.70 |
HSV | 280° | 36° | 85° |
CMYK | 0.12 | 0.36 | 0.00 0.15 |
XYZ | 43.6257 | 34.7337 | 70.7346 |
Yxy | 34.7337 | 0.2926 | 0.2330 |
Hunter Lab | 58.9353 | 28.9943 | -29.9056 |
CIE-Lab | 65.5408 | 34.2207 | -32.6281 |
#c08bda color RGB value is (192,139,218).
#c08bda hex color red value is 192, green value is 139 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c08bda hue: 0.78 , saturation: 0.52 and the lightness value of c08bda is 0.70.
The process color (four color CMYK) of #c08bda color hex is 0.12, 0.36, 0.00, 0.15. Web safe color of #c08bda is #cc99cc. Color #c08bda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10001011 | 11011010 |
Octal | 300 | 213 | 332 |
Decimal | 192 | 139 | 218 |
Hex | C0 | 8B | DA |
Shades of #c08bda
Tints of #c08bda
RGB Percentages of Color #c08bda
CMYK Percentages of Color #c08bda
Complementary Color
#c08bda | #a5da8b |
#c08bda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c08bda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c08bda Color CSS Codes
.mybgcolor {background-color:#c08bda; } .myforecolor {color:#c08bda; } .mybordercolor {border:3px solid #c08bda; }
#c08bda Text Font Color
<p style="color:#c08bda">Text here</p>
This sample text font color is #c08bda
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.
#c08bda Background Color
<div style="background-color:#c08bda">
Div content here</div>
This div background color is #c08bda
#c08bda Border Color
<div style="border:3px solid #c08bda">
Div here</div>
This div border color is #c08bda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,139,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c08bda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c08bda; -webkit-box-shadow: 1px 1px 3px 2px #c08bda; box-shadow: 1px 1px 3px 2px #c08bda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,139,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 #c08bda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c08bda; -webkit-box-shadow: 1px 1px 3px 2px #c08bda; box-shadow: 1px 1px 3px 2px #c08bda;">
Div content here</div>
This div box has shadow with color #c08bda
Comments
No comments written yet.
Please login to write comment.