Color spaces of #dc25cb
RGB | 220 | 37 | 203 |
---|---|---|---|
HSL | 0.85 | 0.72 | 0.50 |
HSV | 306° | 83° | 86° |
CMYK | 0.00 | 0.83 | 0.08 0.14 |
XYZ | 40.9563 | 20.8506 | 58.3658 |
Yxy | 20.8506 | 0.3408 | 0.1735 |
Hunter Lab | 45.6625 | 80.1938 | -43.8208 |
CIE-Lab | 52.7856 | 81.1673 | -43.8703 |
#dc25cb color RGB value is (220,37,203).
#dc25cb hex color red value is 220, green value is 37 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dc25cb hue: 0.85 , saturation: 0.72 and the lightness value of dc25cb is 0.50.
The process color (four color CMYK) of #dc25cb color hex is 0.00, 0.83, 0.08, 0.14. Web safe color of #dc25cb is #cc33cc. Color #dc25cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00100101 | 11001011 |
Octal | 334 | 45 | 313 |
Decimal | 220 | 37 | 203 |
Hex | DC | 25 | CB |
Shades of #dc25cb
Tints of #dc25cb
RGB Percentages of Color #dc25cb
CMYK Percentages of Color #dc25cb
Complementary Color
#dc25cb | #25dc36 |
#dc25cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc25cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc25cb Color CSS Codes
.mybgcolor {background-color:#dc25cb; } .myforecolor {color:#dc25cb; } .mybordercolor {border:3px solid #dc25cb; }
#dc25cb Text Font Color
<p style="color:#dc25cb">Text here</p>
This sample text font color is #dc25cb
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.
#dc25cb Background Color
<div style="background-color:#dc25cb">
Div content here</div>
This div background color is #dc25cb
#dc25cb Border Color
<div style="border:3px solid #dc25cb">
Div here</div>
This div border color is #dc25cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,37,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc25cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc25cb; -webkit-box-shadow: 1px 1px 3px 2px #dc25cb; box-shadow: 1px 1px 3px 2px #dc25cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,37,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 #dc25cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc25cb; -webkit-box-shadow: 1px 1px 3px 2px #dc25cb; box-shadow: 1px 1px 3px 2px #dc25cb;">
Div content here</div>
This div box has shadow with color #dc25cb
Comments
No comments written yet.
Please login to write comment.