Color spaces of #cd259f
RGB | 205 | 37 | 159 |
---|---|---|---|
HSL | 0.88 | 0.69 | 0.47 |
HSV | 316° | 82° | 80° |
CMYK | 0.00 | 0.82 | 0.22 0.20 |
XYZ | 32.0964 | 16.8055 | 34.3530 |
Yxy | 16.8055 | 0.3855 | 0.2019 |
Hunter Lab | 40.9945 | 68.0151 | -20.9883 |
CIE-Lab | 48.0140 | 72.2619 | -25.7853 |
#cd259f color RGB value is (205,37,159).
#cd259f hex color red value is 205, green value is 37 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd259f hue: 0.88 , saturation: 0.69 and the lightness value of cd259f is 0.47.
The process color (four color CMYK) of #cd259f color hex is 0.00, 0.82, 0.22, 0.20. Web safe color of #cd259f is #cc3399. Color #cd259f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00100101 | 10011111 |
Octal | 315 | 45 | 237 |
Decimal | 205 | 37 | 159 |
Hex | CD | 25 | 9F |
Shades of #cd259f
Tints of #cd259f
RGB Percentages of Color #cd259f
CMYK Percentages of Color #cd259f
Complementary Color
#cd259f | #25cd53 |
#cd259f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd259f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd259f Color CSS Codes
.mybgcolor {background-color:#cd259f; } .myforecolor {color:#cd259f; } .mybordercolor {border:3px solid #cd259f; }
#cd259f Text Font Color
<p style="color:#cd259f">Text here</p>
This sample text font color is #cd259f
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.
#cd259f Background Color
<div style="background-color:#cd259f">
Div content here</div>
This div background color is #cd259f
#cd259f Border Color
<div style="border:3px solid #cd259f">
Div here</div>
This div border color is #cd259f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,37,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd259f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd259f; -webkit-box-shadow: 1px 1px 3px 2px #cd259f; box-shadow: 1px 1px 3px 2px #cd259f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,37,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 #cd259f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd259f; -webkit-box-shadow: 1px 1px 3px 2px #cd259f; box-shadow: 1px 1px 3px 2px #cd259f;">
Div content here</div>
This div box has shadow with color #cd259f
Comments
No comments written yet.
Please login to write comment.