Color spaces of #c88baf
RGB | 200 | 139 | 175 |
---|---|---|---|
HSL | 0.90 | 0.36 | 0.66 |
HSV | 325° | 31° | 78° |
CMYK | 0.00 | 0.31 | 0.13 0.22 |
XYZ | 40.7899 | 33.8397 | 44.9393 |
Yxy | 33.8397 | 0.3411 | 0.2830 |
Hunter Lab | 58.1719 | 23.3626 | -5.0827 |
CIE-Lab | 64.8351 | 28.7175 | -9.5373 |
#c88baf color RGB value is (200,139,175).
#c88baf hex color red value is 200, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c88baf hue: 0.90 , saturation: 0.36 and the lightness value of c88baf is 0.66.
The process color (four color CMYK) of #c88baf color hex is 0.00, 0.31, 0.13, 0.22. Web safe color of #c88baf is #cc9999. Color #c88baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10001011 | 10101111 |
Octal | 310 | 213 | 257 |
Decimal | 200 | 139 | 175 |
Hex | C8 | 8B | AF |
Shades of #c88baf
Tints of #c88baf
RGB Percentages of Color #c88baf
CMYK Percentages of Color #c88baf
Complementary Color
#c88baf | #8bc8a4 |
#c88baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c88baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c88baf Color CSS Codes
.mybgcolor {background-color:#c88baf; } .myforecolor {color:#c88baf; } .mybordercolor {border:3px solid #c88baf; }
#c88baf Text Font Color
<p style="color:#c88baf">Text here</p>
This sample text font color is #c88baf
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.
#c88baf Background Color
<div style="background-color:#c88baf">
Div content here</div>
This div background color is #c88baf
#c88baf Border Color
<div style="border:3px solid #c88baf">
Div here</div>
This div border color is #c88baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,139,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c88baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c88baf; -webkit-box-shadow: 1px 1px 3px 2px #c88baf; box-shadow: 1px 1px 3px 2px #c88baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,139,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c88baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c88baf; -webkit-box-shadow: 1px 1px 3px 2px #c88baf; box-shadow: 1px 1px 3px 2px #c88baf;">
Div content here</div>
This div box has shadow with color #c88baf
Comments
No comments written yet.
Please login to write comment.