Color spaces of #cb16ad
RGB | 203 | 22 | 173 |
---|---|---|---|
HSL | 0.86 | 0.80 | 0.44 |
HSV | 310° | 89° | 80° |
CMYK | 0.00 | 0.89 | 0.15 0.20 |
XYZ | 32.4583 | 16.2875 | 40.9682 |
Yxy | 16.2875 | 0.3618 | 0.1815 |
Hunter Lab | 40.3578 | 72.9350 | -31.9363 |
CIE-Lab | 47.3494 | 76.4302 | -35.1630 |
#cb16ad color RGB value is (203,22,173).
#cb16ad hex color red value is 203, green value is 22 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cb16ad hue: 0.86 , saturation: 0.80 and the lightness value of cb16ad is 0.44.
The process color (four color CMYK) of #cb16ad color hex is 0.00, 0.89, 0.15, 0.20. Web safe color of #cb16ad is #cc0099. Color #cb16ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00010110 | 10101101 |
Octal | 313 | 26 | 255 |
Decimal | 203 | 22 | 173 |
Hex | CB | 16 | AD |
Shades of #cb16ad
Tints of #cb16ad
RGB Percentages of Color #cb16ad
CMYK Percentages of Color #cb16ad
Complementary Color
#cb16ad | #16cb34 |
#cb16ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb16ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb16ad Color CSS Codes
.mybgcolor {background-color:#cb16ad; } .myforecolor {color:#cb16ad; } .mybordercolor {border:3px solid #cb16ad; }
#cb16ad Text Font Color
<p style="color:#cb16ad">Text here</p>
This sample text font color is #cb16ad
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.
#cb16ad Background Color
<div style="background-color:#cb16ad">
Div content here</div>
This div background color is #cb16ad
#cb16ad Border Color
<div style="border:3px solid #cb16ad">
Div here</div>
This div border color is #cb16ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,22,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb16ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb16ad; -webkit-box-shadow: 1px 1px 3px 2px #cb16ad; box-shadow: 1px 1px 3px 2px #cb16ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,22,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 #cb16ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb16ad; -webkit-box-shadow: 1px 1px 3px 2px #cb16ad; box-shadow: 1px 1px 3px 2px #cb16ad;">
Div content here</div>
This div box has shadow with color #cb16ad
Comments
No comments written yet.
Please login to write comment.