Color spaces of #c263bb
RGB | 194 | 99 | 187 |
---|---|---|---|
HSL | 0.85 | 0.44 | 0.57 |
HSV | 304° | 49° | 76° |
CMYK | 0.00 | 0.49 | 0.04 0.24 |
XYZ | 35.6796 | 23.9809 | 49.7620 |
Yxy | 23.9809 | 0.3261 | 0.2192 |
Hunter Lab | 48.9703 | 44.3565 | -25.9693 |
CIE-Lab | 56.0687 | 50.0462 | -29.7987 |
#c263bb color RGB value is (194,99,187).
#c263bb hex color red value is 194, green value is 99 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c263bb hue: 0.85 , saturation: 0.44 and the lightness value of c263bb is 0.57.
The process color (four color CMYK) of #c263bb color hex is 0.00, 0.49, 0.04, 0.24. Web safe color of #c263bb is #cc66cc. Color #c263bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01100011 | 10111011 |
Octal | 302 | 143 | 273 |
Decimal | 194 | 99 | 187 |
Hex | C2 | 63 | BB |
Shades of #c263bb
Tints of #c263bb
RGB Percentages of Color #c263bb
CMYK Percentages of Color #c263bb
Complementary Color
#c263bb | #63c26a |
#c263bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c263bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c263bb Color CSS Codes
.mybgcolor {background-color:#c263bb; } .myforecolor {color:#c263bb; } .mybordercolor {border:3px solid #c263bb; }
#c263bb Text Font Color
<p style="color:#c263bb">Text here</p>
This sample text font color is #c263bb
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.
#c263bb Background Color
<div style="background-color:#c263bb">
Div content here</div>
This div background color is #c263bb
#c263bb Border Color
<div style="border:3px solid #c263bb">
Div here</div>
This div border color is #c263bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,99,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c263bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c263bb; -webkit-box-shadow: 1px 1px 3px 2px #c263bb; box-shadow: 1px 1px 3px 2px #c263bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,99,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c263bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c263bb; -webkit-box-shadow: 1px 1px 3px 2px #c263bb; box-shadow: 1px 1px 3px 2px #c263bb;">
Div content here</div>
This div box has shadow with color #c263bb
Comments
No comments written yet.
Please login to write comment.