Color spaces of #dc29cb
RGB | 220 | 41 | 203 |
---|---|---|---|
HSL | 0.85 | 0.72 | 0.51 |
HSV | 306° | 81° | 86° |
CMYK | 0.00 | 0.81 | 0.08 0.14 |
XYZ | 41.0876 | 21.1133 | 58.4096 |
Yxy | 21.1133 | 0.3407 | 0.1751 |
Hunter Lab | 45.9492 | 79.2029 | -43.2037 |
CIE-Lab | 53.0733 | 80.3304 | -43.4149 |
#dc29cb color RGB value is (220,41,203).
#dc29cb hex color red value is 220, green value is 41 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dc29cb hue: 0.85 , saturation: 0.72 and the lightness value of dc29cb is 0.51.
The process color (four color CMYK) of #dc29cb color hex is 0.00, 0.81, 0.08, 0.14. Web safe color of #dc29cb is #cc33cc. Color #dc29cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00101001 | 11001011 |
Octal | 334 | 51 | 313 |
Decimal | 220 | 41 | 203 |
Hex | DC | 29 | CB |
Shades of #dc29cb
Tints of #dc29cb
RGB Percentages of Color #dc29cb
CMYK Percentages of Color #dc29cb
Complementary Color
#dc29cb | #29dc3a |
#dc29cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc29cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc29cb Color CSS Codes
.mybgcolor {background-color:#dc29cb; } .myforecolor {color:#dc29cb; } .mybordercolor {border:3px solid #dc29cb; }
#dc29cb Text Font Color
<p style="color:#dc29cb">Text here</p>
This sample text font color is #dc29cb
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.
#dc29cb Background Color
<div style="background-color:#dc29cb">
Div content here</div>
This div background color is #dc29cb
#dc29cb Border Color
<div style="border:3px solid #dc29cb">
Div here</div>
This div border color is #dc29cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,41,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc29cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc29cb; -webkit-box-shadow: 1px 1px 3px 2px #dc29cb; box-shadow: 1px 1px 3px 2px #dc29cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,41,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc29cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc29cb; -webkit-box-shadow: 1px 1px 3px 2px #dc29cb; box-shadow: 1px 1px 3px 2px #dc29cb;">
Div content here</div>
This div box has shadow with color #dc29cb
Comments
No comments written yet.
Please login to write comment.