Color spaces of #c97bbb
RGB | 201 | 123 | 187 |
---|---|---|---|
HSL | 0.86 | 0.42 | 0.64 |
HSV | 311° | 39° | 79° |
CMYK | 0.00 | 0.39 | 0.07 0.21 |
XYZ | 40.1400 | 30.1713 | 50.7217 |
Yxy | 30.1713 | 0.3316 | 0.2493 |
Hunter Lab | 54.9284 | 34.3176 | -16.2994 |
CIE-Lab | 61.8017 | 39.7787 | -20.8982 |
#c97bbb color RGB value is (201,123,187).
#c97bbb hex color red value is 201, green value is 123 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c97bbb hue: 0.86 , saturation: 0.42 and the lightness value of c97bbb is 0.64.
The process color (four color CMYK) of #c97bbb color hex is 0.00, 0.39, 0.07, 0.21. Web safe color of #c97bbb is #cc66cc. Color #c97bbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01111011 | 10111011 |
Octal | 311 | 173 | 273 |
Decimal | 201 | 123 | 187 |
Hex | C9 | 7B | BB |
Shades of #c97bbb
Tints of #c97bbb
RGB Percentages of Color #c97bbb
CMYK Percentages of Color #c97bbb
Complementary Color
#c97bbb | #7bc989 |
#c97bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c97bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c97bbb Color CSS Codes
.mybgcolor {background-color:#c97bbb; } .myforecolor {color:#c97bbb; } .mybordercolor {border:3px solid #c97bbb; }
#c97bbb Text Font Color
<p style="color:#c97bbb">Text here</p>
This sample text font color is #c97bbb
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.
#c97bbb Background Color
<div style="background-color:#c97bbb">
Div content here</div>
This div background color is #c97bbb
#c97bbb Border Color
<div style="border:3px solid #c97bbb">
Div here</div>
This div border color is #c97bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,123,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c97bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c97bbb; -webkit-box-shadow: 1px 1px 3px 2px #c97bbb; box-shadow: 1px 1px 3px 2px #c97bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,123,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c97bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c97bbb; -webkit-box-shadow: 1px 1px 3px 2px #c97bbb; box-shadow: 1px 1px 3px 2px #c97bbb;">
Div content here</div>
This div box has shadow with color #c97bbb
Comments
No comments written yet.
Please login to write comment.