Color spaces of #c100ab
RGB | 193 | 0 | 171 |
---|---|---|---|
HSL | 0.85 | 1.00 | 0.38 |
HSV | 307° | 100° | 76° |
CMYK | 0.00 | 1.00 | 0.11 0.24 |
XYZ | 29.3430 | 14.2777 | 39.7374 |
Yxy | 14.2777 | 0.3520 | 0.1713 |
Hunter Lab | 37.7858 | 72.4909 | -35.9021 |
CIE-Lab | 44.6286 | 76.5988 | -38.3935 |
#c100ab color RGB value is (193,0,171).
#c100ab hex color red value is 193, green value is 0 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c100ab hue: 0.85 , saturation: 1.00 and the lightness value of c100ab is 0.38.
The process color (four color CMYK) of #c100ab color hex is 0.00, 1.00, 0.11, 0.24. Web safe color of #c100ab is #cc0099. Color #c100ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00000000 | 10101011 |
Octal | 301 | 0 | 253 |
Decimal | 193 | 0 | 171 |
Hex | C1 | 0 | AB |
Shades of #c100ab
Tints of #c100ab
RGB Percentages of Color #c100ab
CMYK Percentages of Color #c100ab
Complementary Color
#c100ab | #00c116 |
#c100ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c100ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c100ab Color CSS Codes
.mybgcolor {background-color:#c100ab; } .myforecolor {color:#c100ab; } .mybordercolor {border:3px solid #c100ab; }
#c100ab Text Font Color
<p style="color:#c100ab">Text here</p>
This sample text font color is #c100ab
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.
#c100ab Background Color
<div style="background-color:#c100ab">
Div content here</div>
This div background color is #c100ab
#c100ab Border Color
<div style="border:3px solid #c100ab">
Div here</div>
This div border color is #c100ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,0,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c100ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c100ab; -webkit-box-shadow: 1px 1px 3px 2px #c100ab; box-shadow: 1px 1px 3px 2px #c100ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,0,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 #c100ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c100ab; -webkit-box-shadow: 1px 1px 3px 2px #c100ab; box-shadow: 1px 1px 3px 2px #c100ab;">
Div content here</div>
This div box has shadow with color #c100ab
Comments
No comments written yet.
Please login to write comment.