Color spaces of #c419ab
RGB | 196 | 25 | 171 |
---|---|---|---|
HSL | 0.86 | 0.77 | 0.43 |
HSV | 309° | 87° | 77° |
CMYK | 0.00 | 0.87 | 0.13 0.23 |
XYZ | 30.4633 | 15.3713 | 39.8894 |
Yxy | 15.3713 | 0.3554 | 0.1793 |
Hunter Lab | 39.2062 | 70.0838 | -32.8787 |
CIE-Lab | 46.1386 | 74.3371 | -35.9720 |
#c419ab color RGB value is (196,25,171).
#c419ab hex color red value is 196, green value is 25 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c419ab hue: 0.86 , saturation: 0.77 and the lightness value of c419ab is 0.43.
The process color (four color CMYK) of #c419ab color hex is 0.00, 0.87, 0.13, 0.23. Web safe color of #c419ab is #cc0099. Color #c419ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00011001 | 10101011 |
Octal | 304 | 31 | 253 |
Decimal | 196 | 25 | 171 |
Hex | C4 | 19 | AB |
Shades of #c419ab
Tints of #c419ab
RGB Percentages of Color #c419ab
CMYK Percentages of Color #c419ab
Complementary Color
#c419ab | #19c432 |
#c419ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c419ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c419ab Color CSS Codes
.mybgcolor {background-color:#c419ab; } .myforecolor {color:#c419ab; } .mybordercolor {border:3px solid #c419ab; }
#c419ab Text Font Color
<p style="color:#c419ab">Text here</p>
This sample text font color is #c419ab
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.
#c419ab Background Color
<div style="background-color:#c419ab">
Div content here</div>
This div background color is #c419ab
#c419ab Border Color
<div style="border:3px solid #c419ab">
Div here</div>
This div border color is #c419ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,25,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c419ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c419ab; -webkit-box-shadow: 1px 1px 3px 2px #c419ab; box-shadow: 1px 1px 3px 2px #c419ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,25,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 #c419ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c419ab; -webkit-box-shadow: 1px 1px 3px 2px #c419ab; box-shadow: 1px 1px 3px 2px #c419ab;">
Div content here</div>
This div box has shadow with color #c419ab
Comments
No comments written yet.
Please login to write comment.