Color spaces of #c130ac
RGB | 193 | 48 | 172 |
---|---|---|---|
HSL | 0.86 | 0.60 | 0.47 |
HSV | 309° | 75° | 76° |
CMYK | 0.00 | 0.75 | 0.11 0.24 |
XYZ | 30.4957 | 16.4299 | 40.5937 |
Yxy | 16.4299 | 0.3484 | 0.1877 |
Hunter Lab | 40.5338 | 63.3607 | -31.0039 |
CIE-Lab | 47.5335 | 68.4458 | -34.4043 |
#c130ac color RGB value is (193,48,172).
#c130ac hex color red value is 193, green value is 48 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c130ac hue: 0.86 , saturation: 0.60 and the lightness value of c130ac is 0.47.
The process color (four color CMYK) of #c130ac color hex is 0.00, 0.75, 0.11, 0.24. Web safe color of #c130ac is #cc3399. Color #c130ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00110000 | 10101100 |
Octal | 301 | 60 | 254 |
Decimal | 193 | 48 | 172 |
Hex | C1 | 30 | AC |
Shades of #c130ac
Tints of #c130ac
RGB Percentages of Color #c130ac
CMYK Percentages of Color #c130ac
Complementary Color
#c130ac | #30c145 |
#c130ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c130ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c130ac Color CSS Codes
.mybgcolor {background-color:#c130ac; } .myforecolor {color:#c130ac; } .mybordercolor {border:3px solid #c130ac; }
#c130ac Text Font Color
<p style="color:#c130ac">Text here</p>
This sample text font color is #c130ac
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.
#c130ac Background Color
<div style="background-color:#c130ac">
Div content here</div>
This div background color is #c130ac
#c130ac Border Color
<div style="border:3px solid #c130ac">
Div here</div>
This div border color is #c130ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,48,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c130ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c130ac; -webkit-box-shadow: 1px 1px 3px 2px #c130ac; box-shadow: 1px 1px 3px 2px #c130ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,48,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c130ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c130ac; -webkit-box-shadow: 1px 1px 3px 2px #c130ac; box-shadow: 1px 1px 3px 2px #c130ac;">
Div content here</div>
This div box has shadow with color #c130ac
Comments
No comments written yet.
Please login to write comment.