Color spaces of #c362ad
RGB | 195 | 98 | 173 |
---|---|---|---|
HSL | 0.87 | 0.45 | 0.57 |
HSV | 314° | 50° | 76° |
CMYK | 0.00 | 0.50 | 0.11 0.24 |
XYZ | 34.4162 | 23.3546 | 42.2291 |
Yxy | 23.3546 | 0.3442 | 0.2335 |
Hunter Lab | 48.3266 | 42.5488 | -17.9806 |
CIE-Lab | 55.4357 | 48.4659 | -22.6875 |
#c362ad color RGB value is (195,98,173).
#c362ad hex color red value is 195, green value is 98 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c362ad hue: 0.87 , saturation: 0.45 and the lightness value of c362ad is 0.57.
The process color (four color CMYK) of #c362ad color hex is 0.00, 0.50, 0.11, 0.24. Web safe color of #c362ad is #cc6699. Color #c362ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01100010 | 10101101 |
Octal | 303 | 142 | 255 |
Decimal | 195 | 98 | 173 |
Hex | C3 | 62 | AD |
Shades of #c362ad
Tints of #c362ad
RGB Percentages of Color #c362ad
CMYK Percentages of Color #c362ad
Complementary Color
#c362ad | #62c378 |
#c362ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c362ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c362ad Color CSS Codes
.mybgcolor {background-color:#c362ad; } .myforecolor {color:#c362ad; } .mybordercolor {border:3px solid #c362ad; }
#c362ad Text Font Color
<p style="color:#c362ad">Text here</p>
This sample text font color is #c362ad
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.
#c362ad Background Color
<div style="background-color:#c362ad">
Div content here</div>
This div background color is #c362ad
#c362ad Border Color
<div style="border:3px solid #c362ad">
Div here</div>
This div border color is #c362ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,98,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c362ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c362ad; -webkit-box-shadow: 1px 1px 3px 2px #c362ad; box-shadow: 1px 1px 3px 2px #c362ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,98,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c362ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c362ad; -webkit-box-shadow: 1px 1px 3px 2px #c362ad; box-shadow: 1px 1px 3px 2px #c362ad;">
Div content here</div>
This div box has shadow with color #c362ad
Comments
No comments written yet.
Please login to write comment.