Color spaces of #cd489f
RGB | 205 | 72 | 159 |
---|---|---|---|
HSL | 0.89 | 0.57 | 0.54 |
HSV | 321° | 65° | 80° |
CMYK | 0.00 | 0.65 | 0.22 0.20 |
XYZ | 33.7522 | 20.1171 | 34.9049 |
Yxy | 20.1171 | 0.3802 | 0.2266 |
Hunter Lab | 44.8521 | 55.8341 | -14.7443 |
CIE-Lab | 51.9693 | 61.1004 | -19.6911 |
#cd489f color RGB value is (205,72,159).
#cd489f hex color red value is 205, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd489f hue: 0.89 , saturation: 0.57 and the lightness value of cd489f is 0.54.
The process color (four color CMYK) of #cd489f color hex is 0.00, 0.65, 0.22, 0.20. Web safe color of #cd489f is #cc3399. Color #cd489f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01001000 | 10011111 |
Octal | 315 | 110 | 237 |
Decimal | 205 | 72 | 159 |
Hex | CD | 48 | 9F |
Shades of #cd489f
Tints of #cd489f
RGB Percentages of Color #cd489f
CMYK Percentages of Color #cd489f
Complementary Color
#cd489f | #48cd76 |
#cd489f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd489f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd489f Color CSS Codes
.mybgcolor {background-color:#cd489f; } .myforecolor {color:#cd489f; } .mybordercolor {border:3px solid #cd489f; }
#cd489f Text Font Color
<p style="color:#cd489f">Text here</p>
This sample text font color is #cd489f
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.
#cd489f Background Color
<div style="background-color:#cd489f">
Div content here</div>
This div background color is #cd489f
#cd489f Border Color
<div style="border:3px solid #cd489f">
Div here</div>
This div border color is #cd489f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,72,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd489f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd489f; -webkit-box-shadow: 1px 1px 3px 2px #cd489f; box-shadow: 1px 1px 3px 2px #cd489f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,72,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd489f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd489f; -webkit-box-shadow: 1px 1px 3px 2px #cd489f; box-shadow: 1px 1px 3px 2px #cd489f;">
Div content here</div>
This div box has shadow with color #cd489f
Comments
No comments written yet.
Please login to write comment.