Color spaces of #c9b3fa
RGB | 201 | 179 | 250 |
---|---|---|---|
HSL | 0.72 | 0.88 | 0.84 |
HSV | 259° | 28° | 98° |
CMYK | 0.20 | 0.28 | 0.00 0.02 |
XYZ | 57.4628 | 51.5598 | 97.3659 |
Yxy | 51.5598 | 0.2784 | 0.2498 |
Hunter Lab | 71.8052 | 17.1874 | -30.1321 |
CIE-Lab | 77.0169 | 21.8501 | -32.3101 |
#c9b3fa color RGB value is (201,179,250).
#c9b3fa hex color red value is 201, green value is 179 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c9b3fa hue: 0.72 , saturation: 0.88 and the lightness value of c9b3fa is 0.84.
The process color (four color CMYK) of #c9b3fa color hex is 0.20, 0.28, 0.00, 0.02. Web safe color of #c9b3fa is #ccccff. Color #c9b3fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10110011 | 11111010 |
Octal | 311 | 263 | 372 |
Decimal | 201 | 179 | 250 |
Hex | C9 | B3 | FA |
Shades of #c9b3fa
Tints of #c9b3fa
RGB Percentages of Color #c9b3fa
CMYK Percentages of Color #c9b3fa
Complementary Color
#c9b3fa | #e4fab3 |
#c9b3fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9b3fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9b3fa Color CSS Codes
.mybgcolor {background-color:#c9b3fa; } .myforecolor {color:#c9b3fa; } .mybordercolor {border:3px solid #c9b3fa; }
#c9b3fa Text Font Color
<p style="color:#c9b3fa">Text here</p>
This sample text font color is #c9b3fa
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.
#c9b3fa Background Color
<div style="background-color:#c9b3fa">
Div content here</div>
This div background color is #c9b3fa
#c9b3fa Border Color
<div style="border:3px solid #c9b3fa">
Div here</div>
This div border color is #c9b3fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,179,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9b3fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9b3fa; -webkit-box-shadow: 1px 1px 3px 2px #c9b3fa; box-shadow: 1px 1px 3px 2px #c9b3fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,179,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9b3fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9b3fa; -webkit-box-shadow: 1px 1px 3px 2px #c9b3fa; box-shadow: 1px 1px 3px 2px #c9b3fa;">
Div content here</div>
This div box has shadow with color #c9b3fa
Comments
No comments written yet.
Please login to write comment.