Color spaces of #c9bfda
RGB | 201 | 191 | 218 |
---|---|---|---|
HSL | 0.73 | 0.27 | 0.80 |
HSV | 262° | 12° | 85° |
CMYK | 0.08 | 0.12 | 0.00 0.15 |
XYZ | 55.3731 | 54.7411 | 73.9773 |
Yxy | 54.7411 | 0.3008 | 0.2974 |
Hunter Lab | 73.9872 | 4.1143 | -7.4910 |
CIE-Lab | 78.8919 | 8.5796 | -12.2164 |
#c9bfda color RGB value is (201,191,218).
#c9bfda hex color red value is 201, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c9bfda hue: 0.73 , saturation: 0.27 and the lightness value of c9bfda is 0.80.
The process color (four color CMYK) of #c9bfda color hex is 0.08, 0.12, 0.00, 0.15. Web safe color of #c9bfda is #cccccc. Color #c9bfda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10111111 | 11011010 |
Octal | 311 | 277 | 332 |
Decimal | 201 | 191 | 218 |
Hex | C9 | BF | DA |
Shades of #c9bfda
Tints of #c9bfda
RGB Percentages of Color #c9bfda
CMYK Percentages of Color #c9bfda
Complementary Color
#c9bfda | #d0dabf |
#c9bfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9bfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9bfda Color CSS Codes
.mybgcolor {background-color:#c9bfda; } .myforecolor {color:#c9bfda; } .mybordercolor {border:3px solid #c9bfda; }
#c9bfda Text Font Color
<p style="color:#c9bfda">Text here</p>
This sample text font color is #c9bfda
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.
#c9bfda Background Color
<div style="background-color:#c9bfda">
Div content here</div>
This div background color is #c9bfda
#c9bfda Border Color
<div style="border:3px solid #c9bfda">
Div here</div>
This div border color is #c9bfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,191,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9bfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9bfda; -webkit-box-shadow: 1px 1px 3px 2px #c9bfda; box-shadow: 1px 1px 3px 2px #c9bfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,191,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 #c9bfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9bfda; -webkit-box-shadow: 1px 1px 3px 2px #c9bfda; box-shadow: 1px 1px 3px 2px #c9bfda;">
Div content here</div>
This div box has shadow with color #c9bfda
Comments
No comments written yet.
Please login to write comment.