Color spaces of #c76dbf
RGB | 199 | 109 | 191 |
---|---|---|---|
HSL | 0.85 | 0.45 | 0.60 |
HSV | 305° | 45° | 78° |
CMYK | 0.00 | 0.45 | 0.04 0.22 |
XYZ | 38.4258 | 26.8410 | 52.4458 |
Yxy | 26.8410 | 0.3264 | 0.2280 |
Hunter Lab | 51.8083 | 41.7275 | -23.7538 |
CIE-Lab | 58.8269 | 47.1835 | -27.7644 |
#c76dbf color RGB value is (199,109,191).
#c76dbf hex color red value is 199, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c76dbf hue: 0.85 , saturation: 0.45 and the lightness value of c76dbf is 0.60.
The process color (four color CMYK) of #c76dbf color hex is 0.00, 0.45, 0.04, 0.22. Web safe color of #c76dbf is #cc66cc. Color #c76dbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01101101 | 10111111 |
Octal | 307 | 155 | 277 |
Decimal | 199 | 109 | 191 |
Hex | C7 | 6D | BF |
Shades of #c76dbf
Tints of #c76dbf
RGB Percentages of Color #c76dbf
CMYK Percentages of Color #c76dbf
Complementary Color
#c76dbf | #6dc775 |
#c76dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c76dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c76dbf Color CSS Codes
.mybgcolor {background-color:#c76dbf; } .myforecolor {color:#c76dbf; } .mybordercolor {border:3px solid #c76dbf; }
#c76dbf Text Font Color
<p style="color:#c76dbf">Text here</p>
This sample text font color is #c76dbf
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.
#c76dbf Background Color
<div style="background-color:#c76dbf">
Div content here</div>
This div background color is #c76dbf
#c76dbf Border Color
<div style="border:3px solid #c76dbf">
Div here</div>
This div border color is #c76dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,109,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c76dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c76dbf; -webkit-box-shadow: 1px 1px 3px 2px #c76dbf; box-shadow: 1px 1px 3px 2px #c76dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,109,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c76dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c76dbf; -webkit-box-shadow: 1px 1px 3px 2px #c76dbf; box-shadow: 1px 1px 3px 2px #c76dbf;">
Div content here</div>
This div box has shadow with color #c76dbf
Comments
No comments written yet.
Please login to write comment.