Color spaces of #c693bd
RGB | 198 | 147 | 189 |
---|---|---|---|
HSL | 0.86 | 0.31 | 0.68 |
HSV | 311° | 26° | 78° |
CMYK | 0.00 | 0.26 | 0.05 0.22 |
XYZ | 42.9077 | 36.5473 | 52.9370 |
Yxy | 36.5473 | 0.3241 | 0.2761 |
Hunter Lab | 60.4544 | 20.8959 | -9.5994 |
CIE-Lab | 66.9360 | 26.0793 | -14.2711 |
#c693bd color RGB value is (198,147,189).
#c693bd hex color red value is 198, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c693bd hue: 0.86 , saturation: 0.31 and the lightness value of c693bd is 0.68.
The process color (four color CMYK) of #c693bd color hex is 0.00, 0.26, 0.05, 0.22. Web safe color of #c693bd is #cc99cc. Color #c693bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10010011 | 10111101 |
Octal | 306 | 223 | 275 |
Decimal | 198 | 147 | 189 |
Hex | C6 | 93 | BD |
Shades of #c693bd
Tints of #c693bd
RGB Percentages of Color #c693bd
CMYK Percentages of Color #c693bd
Complementary Color
#c693bd | #93c69c |
#c693bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c693bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c693bd Color CSS Codes
.mybgcolor {background-color:#c693bd; } .myforecolor {color:#c693bd; } .mybordercolor {border:3px solid #c693bd; }
#c693bd Text Font Color
<p style="color:#c693bd">Text here</p>
This sample text font color is #c693bd
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.
#c693bd Background Color
<div style="background-color:#c693bd">
Div content here</div>
This div background color is #c693bd
#c693bd Border Color
<div style="border:3px solid #c693bd">
Div here</div>
This div border color is #c693bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,147,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c693bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c693bd; -webkit-box-shadow: 1px 1px 3px 2px #c693bd; box-shadow: 1px 1px 3px 2px #c693bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,147,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c693bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c693bd; -webkit-box-shadow: 1px 1px 3px 2px #c693bd; box-shadow: 1px 1px 3px 2px #c693bd;">
Div content here</div>
This div box has shadow with color #c693bd
Comments
No comments written yet.
Please login to write comment.