Color spaces of #c486df
RGB | 196 | 134 | 223 |
---|---|---|---|
HSL | 0.78 | 0.58 | 0.70 |
HSV | 282° | 40° | 87° |
CMYK | 0.12 | 0.40 | 0.00 0.13 |
XYZ | 44.6093 | 34.1137 | 74.0455 |
Yxy | 34.1137 | 0.2920 | 0.2233 |
Hunter Lab | 58.4069 | 34.1203 | -34.2802 |
CIE-Lab | 65.0527 | 39.2016 | -36.1311 |
#c486df color RGB value is (196,134,223).
#c486df hex color red value is 196, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c486df hue: 0.78 , saturation: 0.58 and the lightness value of c486df is 0.70.
The process color (four color CMYK) of #c486df color hex is 0.12, 0.40, 0.00, 0.13. Web safe color of #c486df is #cc99cc. Color #c486df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10000110 | 11011111 |
Octal | 304 | 206 | 337 |
Decimal | 196 | 134 | 223 |
Hex | C4 | 86 | DF |
Shades of #c486df
Tints of #c486df
RGB Percentages of Color #c486df
CMYK Percentages of Color #c486df
Complementary Color
#c486df | #a1df86 |
#c486df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c486df Color Preview on White Background
Lorem ipsum dolor sit amet.
#c486df Color CSS Codes
.mybgcolor {background-color:#c486df; } .myforecolor {color:#c486df; } .mybordercolor {border:3px solid #c486df; }
#c486df Text Font Color
<p style="color:#c486df">Text here</p>
This sample text font color is #c486df
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.
#c486df Background Color
<div style="background-color:#c486df">
Div content here</div>
This div background color is #c486df
#c486df Border Color
<div style="border:3px solid #c486df">
Div here</div>
This div border color is #c486df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,134,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c486df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c486df; -webkit-box-shadow: 1px 1px 3px 2px #c486df; box-shadow: 1px 1px 3px 2px #c486df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,134,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c486df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c486df; -webkit-box-shadow: 1px 1px 3px 2px #c486df; box-shadow: 1px 1px 3px 2px #c486df;">
Div content here</div>
This div box has shadow with color #c486df
Comments
No comments written yet.
Please login to write comment.