Color spaces of #cd44bb
RGB | 205 | 68 | 187 |
---|---|---|---|
HSL | 0.86 | 0.58 | 0.54 |
HSV | 308° | 67° | 80° |
CMYK | 0.00 | 0.67 | 0.09 0.20 |
XYZ | 36.2136 | 20.7012 | 49.1008 |
Yxy | 20.7012 | 0.3416 | 0.1953 |
Hunter Lab | 45.4986 | 62.4507 | -32.1351 |
CIE-Lab | 52.6209 | 66.6977 | -35.0578 |
#cd44bb color RGB value is (205,68,187).
#cd44bb hex color red value is 205, green value is 68 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cd44bb hue: 0.86 , saturation: 0.58 and the lightness value of cd44bb is 0.54.
The process color (four color CMYK) of #cd44bb color hex is 0.00, 0.67, 0.09, 0.20. Web safe color of #cd44bb is #cc33cc. Color #cd44bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01000100 | 10111011 |
Octal | 315 | 104 | 273 |
Decimal | 205 | 68 | 187 |
Hex | CD | 44 | BB |
Shades of #cd44bb
Tints of #cd44bb
RGB Percentages of Color #cd44bb
CMYK Percentages of Color #cd44bb
Complementary Color
#cd44bb | #44cd56 |
#cd44bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd44bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd44bb Color CSS Codes
.mybgcolor {background-color:#cd44bb; } .myforecolor {color:#cd44bb; } .mybordercolor {border:3px solid #cd44bb; }
#cd44bb Text Font Color
<p style="color:#cd44bb">Text here</p>
This sample text font color is #cd44bb
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.
#cd44bb Background Color
<div style="background-color:#cd44bb">
Div content here</div>
This div background color is #cd44bb
#cd44bb Border Color
<div style="border:3px solid #cd44bb">
Div here</div>
This div border color is #cd44bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,68,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd44bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd44bb; -webkit-box-shadow: 1px 1px 3px 2px #cd44bb; box-shadow: 1px 1px 3px 2px #cd44bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,68,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd44bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd44bb; -webkit-box-shadow: 1px 1px 3px 2px #cd44bb; box-shadow: 1px 1px 3px 2px #cd44bb;">
Div content here</div>
This div box has shadow with color #cd44bb
Comments
No comments written yet.
Please login to write comment.