Color spaces of #c63bad
RGB | 198 | 59 | 173 |
---|---|---|---|
HSL | 0.86 | 0.55 | 0.50 |
HSV | 311° | 70° | 78° |
CMYK | 0.00 | 0.70 | 0.13 0.22 |
XYZ | 32.3955 | 18.1508 | 41.3312 |
Yxy | 18.1508 | 0.3526 | 0.1976 |
Hunter Lab | 42.6038 | 61.1732 | -27.6964 |
CIE-Lab | 49.6785 | 66.1656 | -31.5726 |
#c63bad color RGB value is (198,59,173).
#c63bad hex color red value is 198, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c63bad hue: 0.86 , saturation: 0.55 and the lightness value of c63bad is 0.50.
The process color (four color CMYK) of #c63bad color hex is 0.00, 0.70, 0.13, 0.22. Web safe color of #c63bad is #cc3399. Color #c63bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00111011 | 10101101 |
Octal | 306 | 73 | 255 |
Decimal | 198 | 59 | 173 |
Hex | C6 | 3B | AD |
Shades of #c63bad
Tints of #c63bad
RGB Percentages of Color #c63bad
CMYK Percentages of Color #c63bad
Complementary Color
#c63bad | #3bc654 |
#c63bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c63bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c63bad Color CSS Codes
.mybgcolor {background-color:#c63bad; } .myforecolor {color:#c63bad; } .mybordercolor {border:3px solid #c63bad; }
#c63bad Text Font Color
<p style="color:#c63bad">Text here</p>
This sample text font color is #c63bad
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.
#c63bad Background Color
<div style="background-color:#c63bad">
Div content here</div>
This div background color is #c63bad
#c63bad Border Color
<div style="border:3px solid #c63bad">
Div here</div>
This div border color is #c63bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,59,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c63bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c63bad; -webkit-box-shadow: 1px 1px 3px 2px #c63bad; box-shadow: 1px 1px 3px 2px #c63bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,59,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 #c63bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c63bad; -webkit-box-shadow: 1px 1px 3px 2px #c63bad; box-shadow: 1px 1px 3px 2px #c63bad;">
Div content here</div>
This div box has shadow with color #c63bad
Comments
No comments written yet.
Please login to write comment.