Color spaces of #c62bab
RGB | 198 | 43 | 171 |
---|---|---|---|
HSL | 0.86 | 0.64 | 0.47 |
HSV | 310° | 78° | 78° |
CMYK | 0.00 | 0.78 | 0.14 0.22 |
XYZ | 31.5033 | 16.6738 | 40.0860 |
Yxy | 16.6738 | 0.3569 | 0.1889 |
Hunter Lab | 40.8336 | 66.2549 | -29.6210 |
CIE-Lab | 47.8464 | 70.8265 | -33.2623 |
#c62bab color RGB value is (198,43,171).
#c62bab hex color red value is 198, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c62bab hue: 0.86 , saturation: 0.64 and the lightness value of c62bab is 0.47.
The process color (four color CMYK) of #c62bab color hex is 0.00, 0.78, 0.14, 0.22. Web safe color of #c62bab is #cc3399. Color #c62bab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00101011 | 10101011 |
Octal | 306 | 53 | 253 |
Decimal | 198 | 43 | 171 |
Hex | C6 | 2B | AB |
Shades of #c62bab
Tints of #c62bab
RGB Percentages of Color #c62bab
CMYK Percentages of Color #c62bab
Complementary Color
#c62bab | #2bc646 |
#c62bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c62bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c62bab Color CSS Codes
.mybgcolor {background-color:#c62bab; } .myforecolor {color:#c62bab; } .mybordercolor {border:3px solid #c62bab; }
#c62bab Text Font Color
<p style="color:#c62bab">Text here</p>
This sample text font color is #c62bab
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.
#c62bab Background Color
<div style="background-color:#c62bab">
Div content here</div>
This div background color is #c62bab
#c62bab Border Color
<div style="border:3px solid #c62bab">
Div here</div>
This div border color is #c62bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,43,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c62bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c62bab; -webkit-box-shadow: 1px 1px 3px 2px #c62bab; box-shadow: 1px 1px 3px 2px #c62bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,43,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c62bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c62bab; -webkit-box-shadow: 1px 1px 3px 2px #c62bab; box-shadow: 1px 1px 3px 2px #c62bab;">
Div content here</div>
This div box has shadow with color #c62bab
Comments
No comments written yet.
Please login to write comment.