Color spaces of #c03abf
RGB | 192 | 58 | 191 |
---|---|---|---|
HSL | 0.83 | 0.54 | 0.49 |
HSV | 300° | 70° | 75° |
CMYK | 0.00 | 0.70 | 0.01 0.25 |
XYZ | 32.6553 | 17.9942 | 51.0423 |
Yxy | 17.9942 | 0.3211 | 0.1769 |
Hunter Lab | 42.4196 | 63.1781 | -41.6483 |
CIE-Lab | 49.4891 | 67.9133 | -42.4529 |
#c03abf color RGB value is (192,58,191).
#c03abf hex color red value is 192, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c03abf hue: 0.83 , saturation: 0.54 and the lightness value of c03abf is 0.49.
The process color (four color CMYK) of #c03abf color hex is 0.00, 0.70, 0.01, 0.25. Web safe color of #c03abf is #cc33cc. Color #c03abf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00111010 | 10111111 |
Octal | 300 | 72 | 277 |
Decimal | 192 | 58 | 191 |
Hex | C0 | 3A | BF |
Shades of #c03abf
Tints of #c03abf
RGB Percentages of Color #c03abf
CMYK Percentages of Color #c03abf
Complementary Color
#c03abf | #3ac03b |
#c03abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c03abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c03abf Color CSS Codes
.mybgcolor {background-color:#c03abf; } .myforecolor {color:#c03abf; } .mybordercolor {border:3px solid #c03abf; }
#c03abf Text Font Color
<p style="color:#c03abf">Text here</p>
This sample text font color is #c03abf
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.
#c03abf Background Color
<div style="background-color:#c03abf">
Div content here</div>
This div background color is #c03abf
#c03abf Border Color
<div style="border:3px solid #c03abf">
Div here</div>
This div border color is #c03abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,58,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c03abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c03abf; -webkit-box-shadow: 1px 1px 3px 2px #c03abf; box-shadow: 1px 1px 3px 2px #c03abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,58,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c03abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c03abf; -webkit-box-shadow: 1px 1px 3px 2px #c03abf; box-shadow: 1px 1px 3px 2px #c03abf;">
Div content here</div>
This div box has shadow with color #c03abf
Comments
No comments written yet.
Please login to write comment.