Color spaces of #c32bab
RGB | 195 | 43 | 171 |
---|---|---|---|
HSL | 0.86 | 0.64 | 0.47 |
HSV | 309° | 78° | 76° |
CMYK | 0.00 | 0.78 | 0.12 0.24 |
XYZ | 30.7202 | 16.2701 | 40.0494 |
Yxy | 16.2701 | 0.3529 | 0.1869 |
Hunter Lab | 40.3362 | 65.3579 | -30.6331 |
CIE-Lab | 47.3269 | 70.1745 | -34.1143 |
#c32bab color RGB value is (195,43,171).
#c32bab hex color red value is 195, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c32bab hue: 0.86 , saturation: 0.64 and the lightness value of c32bab is 0.47.
The process color (four color CMYK) of #c32bab color hex is 0.00, 0.78, 0.12, 0.24. Web safe color of #c32bab is #cc3399. Color #c32bab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00101011 | 10101011 |
Octal | 303 | 53 | 253 |
Decimal | 195 | 43 | 171 |
Hex | C3 | 2B | AB |
Shades of #c32bab
Tints of #c32bab
RGB Percentages of Color #c32bab
CMYK Percentages of Color #c32bab
Complementary Color
#c32bab | #2bc343 |
#c32bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c32bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c32bab Color CSS Codes
.mybgcolor {background-color:#c32bab; } .myforecolor {color:#c32bab; } .mybordercolor {border:3px solid #c32bab; }
#c32bab Text Font Color
<p style="color:#c32bab">Text here</p>
This sample text font color is #c32bab
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.
#c32bab Background Color
<div style="background-color:#c32bab">
Div content here</div>
This div background color is #c32bab
#c32bab Border Color
<div style="border:3px solid #c32bab">
Div here</div>
This div border color is #c32bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,43,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c32bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c32bab; -webkit-box-shadow: 1px 1px 3px 2px #c32bab; box-shadow: 1px 1px 3px 2px #c32bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,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 #c32bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c32bab; -webkit-box-shadow: 1px 1px 3px 2px #c32bab; box-shadow: 1px 1px 3px 2px #c32bab;">
Div content here</div>
This div box has shadow with color #c32bab
Comments
No comments written yet.
Please login to write comment.