Color spaces of #c98bad
RGB | 201 | 139 | 173 |
---|---|---|---|
HSL | 0.91 | 0.36 | 0.67 |
HSV | 327° | 31° | 79° |
CMYK | 0.00 | 0.31 | 0.14 0.21 |
XYZ | 40.8628 | 33.8999 | 43.9248 |
Yxy | 33.8999 | 0.3443 | 0.2856 |
Hunter Lab | 58.2236 | 23.3844 | -3.9728 |
CIE-Lab | 64.8830 | 28.7355 | -8.3257 |
#c98bad color RGB value is (201,139,173).
#c98bad hex color red value is 201, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c98bad hue: 0.91 , saturation: 0.36 and the lightness value of c98bad is 0.67.
The process color (four color CMYK) of #c98bad color hex is 0.00, 0.31, 0.14, 0.21. Web safe color of #c98bad is #cc9999. Color #c98bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10001011 | 10101101 |
Octal | 311 | 213 | 255 |
Decimal | 201 | 139 | 173 |
Hex | C9 | 8B | AD |
Shades of #c98bad
Tints of #c98bad
RGB Percentages of Color #c98bad
CMYK Percentages of Color #c98bad
Complementary Color
#c98bad | #8bc9a7 |
#c98bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c98bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c98bad Color CSS Codes
.mybgcolor {background-color:#c98bad; } .myforecolor {color:#c98bad; } .mybordercolor {border:3px solid #c98bad; }
#c98bad Text Font Color
<p style="color:#c98bad">Text here</p>
This sample text font color is #c98bad
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.
#c98bad Background Color
<div style="background-color:#c98bad">
Div content here</div>
This div background color is #c98bad
#c98bad Border Color
<div style="border:3px solid #c98bad">
Div here</div>
This div border color is #c98bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,139,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c98bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c98bad; -webkit-box-shadow: 1px 1px 3px 2px #c98bad; box-shadow: 1px 1px 3px 2px #c98bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,139,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c98bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c98bad; -webkit-box-shadow: 1px 1px 3px 2px #c98bad; box-shadow: 1px 1px 3px 2px #c98bad;">
Div content here</div>
This div box has shadow with color #c98bad
Comments
No comments written yet.
Please login to write comment.