Color spaces of #cd79bb
RGB | 205 | 121 | 187 |
---|---|---|---|
HSL | 0.87 | 0.46 | 0.64 |
HSV | 313° | 41° | 80° |
CMYK | 0.00 | 0.41 | 0.09 0.20 |
XYZ | 40.9839 | 30.2417 | 50.6909 |
Yxy | 30.2417 | 0.3362 | 0.2481 |
Hunter Lab | 54.9925 | 36.7928 | -16.1576 |
CIE-Lab | 61.8622 | 42.1288 | -20.7625 |
#cd79bb color RGB value is (205,121,187).
#cd79bb hex color red value is 205, green value is 121 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cd79bb hue: 0.87 , saturation: 0.46 and the lightness value of cd79bb is 0.64.
The process color (four color CMYK) of #cd79bb color hex is 0.00, 0.41, 0.09, 0.20. Web safe color of #cd79bb is #cc66cc. Color #cd79bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01111001 | 10111011 |
Octal | 315 | 171 | 273 |
Decimal | 205 | 121 | 187 |
Hex | CD | 79 | BB |
Shades of #cd79bb
Tints of #cd79bb
RGB Percentages of Color #cd79bb
CMYK Percentages of Color #cd79bb
Complementary Color
#cd79bb | #79cd8b |
#cd79bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd79bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd79bb Color CSS Codes
.mybgcolor {background-color:#cd79bb; } .myforecolor {color:#cd79bb; } .mybordercolor {border:3px solid #cd79bb; }
#cd79bb Text Font Color
<p style="color:#cd79bb">Text here</p>
This sample text font color is #cd79bb
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.
#cd79bb Background Color
<div style="background-color:#cd79bb">
Div content here</div>
This div background color is #cd79bb
#cd79bb Border Color
<div style="border:3px solid #cd79bb">
Div here</div>
This div border color is #cd79bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,121,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd79bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd79bb; -webkit-box-shadow: 1px 1px 3px 2px #cd79bb; box-shadow: 1px 1px 3px 2px #cd79bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,121,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 #cd79bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd79bb; -webkit-box-shadow: 1px 1px 3px 2px #cd79bb; box-shadow: 1px 1px 3px 2px #cd79bb;">
Div content here</div>
This div box has shadow with color #cd79bb
Comments
No comments written yet.
Please login to write comment.