Color spaces of #cd169e
RGB | 205 | 22 | 158 |
---|---|---|---|
HSL | 0.88 | 0.81 | 0.45 |
HSV | 315° | 89° | 80° |
CMYK | 0.00 | 0.89 | 0.23 0.20 |
XYZ | 31.6353 | 16.0216 | 33.7729 |
Yxy | 16.0216 | 0.3885 | 0.1968 |
Hunter Lab | 40.0270 | 71.0301 | -22.0072 |
CIE-Lab | 47.0028 | 74.9451 | -26.7581 |
#cd169e color RGB value is (205,22,158).
#cd169e hex color red value is 205, green value is 22 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cd169e hue: 0.88 , saturation: 0.81 and the lightness value of cd169e is 0.45.
The process color (four color CMYK) of #cd169e color hex is 0.00, 0.89, 0.23, 0.20. Web safe color of #cd169e is #cc0099. Color #cd169e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00010110 | 10011110 |
Octal | 315 | 26 | 236 |
Decimal | 205 | 22 | 158 |
Hex | CD | 16 | 9E |
Shades of #cd169e
Tints of #cd169e
RGB Percentages of Color #cd169e
CMYK Percentages of Color #cd169e
Complementary Color
#cd169e | #16cd45 |
#cd169e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd169e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd169e Color CSS Codes
.mybgcolor {background-color:#cd169e; } .myforecolor {color:#cd169e; } .mybordercolor {border:3px solid #cd169e; }
#cd169e Text Font Color
<p style="color:#cd169e">Text here</p>
This sample text font color is #cd169e
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.
#cd169e Background Color
<div style="background-color:#cd169e">
Div content here</div>
This div background color is #cd169e
#cd169e Border Color
<div style="border:3px solid #cd169e">
Div here</div>
This div border color is #cd169e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,22,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd169e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd169e; -webkit-box-shadow: 1px 1px 3px 2px #cd169e; box-shadow: 1px 1px 3px 2px #cd169e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,22,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd169e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd169e; -webkit-box-shadow: 1px 1px 3px 2px #cd169e; box-shadow: 1px 1px 3px 2px #cd169e;">
Div content here</div>
This div box has shadow with color #cd169e
Comments
No comments written yet.
Please login to write comment.