Color spaces of #c732cb
RGB | 199 | 50 | 203 |
---|---|---|---|
HSL | 0.83 | 0.60 | 0.50 |
HSV | 298° | 75° | 80° |
CMYK | 0.02 | 0.75 | 0.00 0.20 |
XYZ | 35.4733 | 18.7351 | 58.2465 |
Yxy | 18.7351 | 0.3154 | 0.1666 |
Hunter Lab | 43.2841 | 70.5419 | -49.4865 |
CIE-Lab | 50.3758 | 73.8878 | -47.9142 |
#c732cb color RGB value is (199,50,203).
#c732cb hex color red value is 199, green value is 50 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c732cb hue: 0.83 , saturation: 0.60 and the lightness value of c732cb is 0.50.
The process color (four color CMYK) of #c732cb color hex is 0.02, 0.75, 0.00, 0.20. Web safe color of #c732cb is #cc33cc. Color #c732cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00110010 | 11001011 |
Octal | 307 | 62 | 313 |
Decimal | 199 | 50 | 203 |
Hex | C7 | 32 | CB |
Shades of #c732cb
Tints of #c732cb
RGB Percentages of Color #c732cb
CMYK Percentages of Color #c732cb
Complementary Color
#c732cb | #36cb32 |
#c732cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c732cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c732cb Color CSS Codes
.mybgcolor {background-color:#c732cb; } .myforecolor {color:#c732cb; } .mybordercolor {border:3px solid #c732cb; }
#c732cb Text Font Color
<p style="color:#c732cb">Text here</p>
This sample text font color is #c732cb
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.
#c732cb Background Color
<div style="background-color:#c732cb">
Div content here</div>
This div background color is #c732cb
#c732cb Border Color
<div style="border:3px solid #c732cb">
Div here</div>
This div border color is #c732cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,50,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c732cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c732cb; -webkit-box-shadow: 1px 1px 3px 2px #c732cb; box-shadow: 1px 1px 3px 2px #c732cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,50,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 #c732cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c732cb; -webkit-box-shadow: 1px 1px 3px 2px #c732cb; box-shadow: 1px 1px 3px 2px #c732cb;">
Div content here</div>
This div box has shadow with color #c732cb
Comments
No comments written yet.
Please login to write comment.