Color spaces of #c39bcb
RGB | 195 | 155 | 203 |
---|---|---|---|
HSL | 0.81 | 0.32 | 0.70 |
HSV | 290° | 24° | 80° |
CMYK | 0.04 | 0.24 | 0.00 0.20 |
XYZ | 45.0065 | 39.3566 | 61.7244 |
Yxy | 39.3566 | 0.3081 | 0.2694 |
Hunter Lab | 62.7348 | 18.2714 | -14.4207 |
CIE-Lab | 69.0088 | 23.2994 | -18.9576 |
#c39bcb color RGB value is (195,155,203).
#c39bcb hex color red value is 195, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c39bcb hue: 0.81 , saturation: 0.32 and the lightness value of c39bcb is 0.70.
The process color (four color CMYK) of #c39bcb color hex is 0.04, 0.24, 0.00, 0.20. Web safe color of #c39bcb is #cc99cc. Color #c39bcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10011011 | 11001011 |
Octal | 303 | 233 | 313 |
Decimal | 195 | 155 | 203 |
Hex | C3 | 9B | CB |
Shades of #c39bcb
Tints of #c39bcb
RGB Percentages of Color #c39bcb
CMYK Percentages of Color #c39bcb
Complementary Color
#c39bcb | #a3cb9b |
#c39bcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c39bcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c39bcb Color CSS Codes
.mybgcolor {background-color:#c39bcb; } .myforecolor {color:#c39bcb; } .mybordercolor {border:3px solid #c39bcb; }
#c39bcb Text Font Color
<p style="color:#c39bcb">Text here</p>
This sample text font color is #c39bcb
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.
#c39bcb Background Color
<div style="background-color:#c39bcb">
Div content here</div>
This div background color is #c39bcb
#c39bcb Border Color
<div style="border:3px solid #c39bcb">
Div here</div>
This div border color is #c39bcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,155,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c39bcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c39bcb; -webkit-box-shadow: 1px 1px 3px 2px #c39bcb; box-shadow: 1px 1px 3px 2px #c39bcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,155,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c39bcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c39bcb; -webkit-box-shadow: 1px 1px 3px 2px #c39bcb; box-shadow: 1px 1px 3px 2px #c39bcb;">
Div content here</div>
This div box has shadow with color #c39bcb
Comments
No comments written yet.
Please login to write comment.