Color spaces of #cd44af
RGB | 205 | 68 | 175 |
---|---|---|---|
HSL | 0.87 | 0.58 | 0.54 |
HSV | 313° | 67° | 80° |
CMYK | 0.00 | 0.67 | 0.15 0.20 |
XYZ | 34.9818 | 20.2085 | 42.6143 |
Yxy | 20.2085 | 0.3577 | 0.2066 |
Hunter Lab | 44.9539 | 60.2343 | -24.7366 |
CIE-Lab | 52.0721 | 64.9058 | -28.9289 |
#cd44af color RGB value is (205,68,175).
#cd44af hex color red value is 205, green value is 68 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cd44af hue: 0.87 , saturation: 0.58 and the lightness value of cd44af is 0.54.
The process color (four color CMYK) of #cd44af color hex is 0.00, 0.67, 0.15, 0.20. Web safe color of #cd44af is #cc3399. Color #cd44af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01000100 | 10101111 |
Octal | 315 | 104 | 257 |
Decimal | 205 | 68 | 175 |
Hex | CD | 44 | AF |
Shades of #cd44af
Tints of #cd44af
RGB Percentages of Color #cd44af
CMYK Percentages of Color #cd44af
Complementary Color
#cd44af | #44cd62 |
#cd44af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd44af Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd44af Color CSS Codes
.mybgcolor {background-color:#cd44af; } .myforecolor {color:#cd44af; } .mybordercolor {border:3px solid #cd44af; }
#cd44af Text Font Color
<p style="color:#cd44af">Text here</p>
This sample text font color is #cd44af
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.
#cd44af Background Color
<div style="background-color:#cd44af">
Div content here</div>
This div background color is #cd44af
#cd44af Border Color
<div style="border:3px solid #cd44af">
Div here</div>
This div border color is #cd44af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,68,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd44af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd44af; -webkit-box-shadow: 1px 1px 3px 2px #cd44af; box-shadow: 1px 1px 3px 2px #cd44af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,68,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd44af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd44af; -webkit-box-shadow: 1px 1px 3px 2px #cd44af; box-shadow: 1px 1px 3px 2px #cd44af;">
Div content here</div>
This div box has shadow with color #cd44af
Comments
No comments written yet.
Please login to write comment.