Color spaces of #c425cc
RGB | 196 | 37 | 204 |
---|---|---|---|
HSL | 0.83 | 0.69 | 0.47 |
HSV | 297° | 82° | 80° |
CMYK | 0.04 | 0.82 | 0.00 0.20 |
XYZ | 34.3256 | 17.4185 | 58.6797 |
Yxy | 17.4185 | 0.3109 | 0.1577 |
Hunter Lab | 41.7355 | 73.7713 | -54.1464 |
CIE-Lab | 48.7831 | 76.8281 | -51.0619 |
#c425cc color RGB value is (196,37,204).
#c425cc hex color red value is 196, green value is 37 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c425cc hue: 0.83 , saturation: 0.69 and the lightness value of c425cc is 0.47.
The process color (four color CMYK) of #c425cc color hex is 0.04, 0.82, 0.00, 0.20. Web safe color of #c425cc is #cc33cc. Color #c425cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00100101 | 11001100 |
Octal | 304 | 45 | 314 |
Decimal | 196 | 37 | 204 |
Hex | C4 | 25 | CC |
Shades of #c425cc
Tints of #c425cc
RGB Percentages of Color #c425cc
CMYK Percentages of Color #c425cc
Complementary Color
#c425cc | #2dcc25 |
#c425cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c425cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c425cc Color CSS Codes
.mybgcolor {background-color:#c425cc; } .myforecolor {color:#c425cc; } .mybordercolor {border:3px solid #c425cc; }
#c425cc Text Font Color
<p style="color:#c425cc">Text here</p>
This sample text font color is #c425cc
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.
#c425cc Background Color
<div style="background-color:#c425cc">
Div content here</div>
This div background color is #c425cc
#c425cc Border Color
<div style="border:3px solid #c425cc">
Div here</div>
This div border color is #c425cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,37,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c425cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c425cc; -webkit-box-shadow: 1px 1px 3px 2px #c425cc; box-shadow: 1px 1px 3px 2px #c425cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,37,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c425cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c425cc; -webkit-box-shadow: 1px 1px 3px 2px #c425cc; box-shadow: 1px 1px 3px 2px #c425cc;">
Div content here</div>
This div box has shadow with color #c425cc
Comments
No comments written yet.
Please login to write comment.