Color spaces of #c131cb
RGB | 193 | 49 | 203 |
---|---|---|---|
HSL | 0.82 | 0.61 | 0.49 |
HSV | 296° | 76° | 80° |
CMYK | 0.05 | 0.76 | 0.00 0.20 |
XYZ | 33.8701 | 17.8459 | 58.1594 |
Yxy | 17.8459 | 0.3083 | 0.1624 |
Hunter Lab | 42.2444 | 69.1874 | -52.0556 |
CIE-Lab | 49.3087 | 72.9806 | -49.6732 |
#c131cb color RGB value is (193,49,203).
#c131cb hex color red value is 193, green value is 49 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c131cb hue: 0.82 , saturation: 0.61 and the lightness value of c131cb is 0.49.
The process color (four color CMYK) of #c131cb color hex is 0.05, 0.76, 0.00, 0.20. Web safe color of #c131cb is #cc33cc. Color #c131cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00110001 | 11001011 |
Octal | 301 | 61 | 313 |
Decimal | 193 | 49 | 203 |
Hex | C1 | 31 | CB |
Shades of #c131cb
Tints of #c131cb
RGB Percentages of Color #c131cb
CMYK Percentages of Color #c131cb
Complementary Color
#c131cb | #3bcb31 |
#c131cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c131cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c131cb Color CSS Codes
.mybgcolor {background-color:#c131cb; } .myforecolor {color:#c131cb; } .mybordercolor {border:3px solid #c131cb; }
#c131cb Text Font Color
<p style="color:#c131cb">Text here</p>
This sample text font color is #c131cb
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.
#c131cb Background Color
<div style="background-color:#c131cb">
Div content here</div>
This div background color is #c131cb
#c131cb Border Color
<div style="border:3px solid #c131cb">
Div here</div>
This div border color is #c131cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,49,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c131cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c131cb; -webkit-box-shadow: 1px 1px 3px 2px #c131cb; box-shadow: 1px 1px 3px 2px #c131cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,49,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c131cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c131cb; -webkit-box-shadow: 1px 1px 3px 2px #c131cb; box-shadow: 1px 1px 3px 2px #c131cb;">
Div content here</div>
This div box has shadow with color #c131cb
Comments
No comments written yet.
Please login to write comment.