Color spaces of #c79bcb
RGB | 199 | 155 | 203 |
---|---|---|---|
HSL | 0.82 | 0.32 | 0.70 |
HSV | 295° | 24° | 80° |
CMYK | 0.02 | 0.24 | 0.00 0.20 |
XYZ | 46.0540 | 39.8966 | 61.7734 |
Yxy | 39.8966 | 0.3118 | 0.2701 |
Hunter Lab | 63.1638 | 19.6115 | -13.7703 |
CIE-Lab | 69.3958 | 24.6315 | -18.3341 |
#c79bcb color RGB value is (199,155,203).
#c79bcb hex color red value is 199, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c79bcb hue: 0.82 , saturation: 0.32 and the lightness value of c79bcb is 0.70.
The process color (four color CMYK) of #c79bcb color hex is 0.02, 0.24, 0.00, 0.20. Web safe color of #c79bcb is #cc99cc. Color #c79bcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10011011 | 11001011 |
Octal | 307 | 233 | 313 |
Decimal | 199 | 155 | 203 |
Hex | C7 | 9B | CB |
Shades of #c79bcb
Tints of #c79bcb
RGB Percentages of Color #c79bcb
CMYK Percentages of Color #c79bcb
Complementary Color
#c79bcb | #9fcb9b |
#c79bcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c79bcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c79bcb Color CSS Codes
.mybgcolor {background-color:#c79bcb; } .myforecolor {color:#c79bcb; } .mybordercolor {border:3px solid #c79bcb; }
#c79bcb Text Font Color
<p style="color:#c79bcb">Text here</p>
This sample text font color is #c79bcb
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.
#c79bcb Background Color
<div style="background-color:#c79bcb">
Div content here</div>
This div background color is #c79bcb
#c79bcb Border Color
<div style="border:3px solid #c79bcb">
Div here</div>
This div border color is #c79bcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,155,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c79bcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c79bcb; -webkit-box-shadow: 1px 1px 3px 2px #c79bcb; box-shadow: 1px 1px 3px 2px #c79bcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,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 #c79bcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c79bcb; -webkit-box-shadow: 1px 1px 3px 2px #c79bcb; box-shadow: 1px 1px 3px 2px #c79bcb;">
Div content here</div>
This div box has shadow with color #c79bcb
Comments
No comments written yet.
Please login to write comment.