Color spaces of #c095bc
RGB | 192 | 149 | 188 |
---|---|---|---|
HSL | 0.85 | 0.25 | 0.67 |
HSV | 306° | 22° | 75° |
CMYK | 0.00 | 0.22 | 0.02 0.25 |
XYZ | 41.5628 | 36.3322 | 52.3992 |
Yxy | 36.3322 | 0.3190 | 0.2788 |
Hunter Lab | 60.2762 | 17.5994 | -9.3485 |
CIE-Lab | 66.7730 | 22.7319 | -14.0178 |
#c095bc color RGB value is (192,149,188).
#c095bc hex color red value is 192, green value is 149 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c095bc hue: 0.85 , saturation: 0.25 and the lightness value of c095bc is 0.67.
The process color (four color CMYK) of #c095bc color hex is 0.00, 0.22, 0.02, 0.25. Web safe color of #c095bc is #cc99cc. Color #c095bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10010101 | 10111100 |
Octal | 300 | 225 | 274 |
Decimal | 192 | 149 | 188 |
Hex | C0 | 95 | BC |
Shades of #c095bc
Tints of #c095bc
RGB Percentages of Color #c095bc
CMYK Percentages of Color #c095bc
Complementary Color
#c095bc | #95c099 |
#c095bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c095bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c095bc Color CSS Codes
.mybgcolor {background-color:#c095bc; } .myforecolor {color:#c095bc; } .mybordercolor {border:3px solid #c095bc; }
#c095bc Text Font Color
<p style="color:#c095bc">Text here</p>
This sample text font color is #c095bc
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.
#c095bc Background Color
<div style="background-color:#c095bc">
Div content here</div>
This div background color is #c095bc
#c095bc Border Color
<div style="border:3px solid #c095bc">
Div here</div>
This div border color is #c095bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,149,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c095bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c095bc; -webkit-box-shadow: 1px 1px 3px 2px #c095bc; box-shadow: 1px 1px 3px 2px #c095bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,149,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c095bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c095bc; -webkit-box-shadow: 1px 1px 3px 2px #c095bc; box-shadow: 1px 1px 3px 2px #c095bc;">
Div content here</div>
This div box has shadow with color #c095bc
Comments
No comments written yet.
Please login to write comment.