Color spaces of #c679ba
RGB | 198 | 121 | 186 |
---|---|---|---|
HSL | 0.86 | 0.40 | 0.63 |
HSV | 309° | 39° | 78° |
CMYK | 0.00 | 0.39 | 0.06 0.22 |
XYZ | 38.9890 | 29.2257 | 50.0405 |
Yxy | 29.2257 | 0.3297 | 0.2471 |
Hunter Lab | 54.0608 | 34.1290 | -17.0383 |
CIE-Lab | 60.9803 | 39.6990 | -21.6172 |
#c679ba color RGB value is (198,121,186).
#c679ba hex color red value is 198, green value is 121 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c679ba hue: 0.86 , saturation: 0.40 and the lightness value of c679ba is 0.63.
The process color (four color CMYK) of #c679ba color hex is 0.00, 0.39, 0.06, 0.22. Web safe color of #c679ba is #cc66cc. Color #c679ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01111001 | 10111010 |
Octal | 306 | 171 | 272 |
Decimal | 198 | 121 | 186 |
Hex | C6 | 79 | BA |
Shades of #c679ba
Tints of #c679ba
RGB Percentages of Color #c679ba
CMYK Percentages of Color #c679ba
Complementary Color
#c679ba | #79c685 |
#c679ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c679ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c679ba Color CSS Codes
.mybgcolor {background-color:#c679ba; } .myforecolor {color:#c679ba; } .mybordercolor {border:3px solid #c679ba; }
#c679ba Text Font Color
<p style="color:#c679ba">Text here</p>
This sample text font color is #c679ba
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.
#c679ba Background Color
<div style="background-color:#c679ba">
Div content here</div>
This div background color is #c679ba
#c679ba Border Color
<div style="border:3px solid #c679ba">
Div here</div>
This div border color is #c679ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,121,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c679ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c679ba; -webkit-box-shadow: 1px 1px 3px 2px #c679ba; box-shadow: 1px 1px 3px 2px #c679ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,121,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c679ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c679ba; -webkit-box-shadow: 1px 1px 3px 2px #c679ba; box-shadow: 1px 1px 3px 2px #c679ba;">
Div content here</div>
This div box has shadow with color #c679ba
Comments
No comments written yet.
Please login to write comment.