Color spaces of #dc2abf
RGB | 220 | 42 | 191 |
---|---|---|---|
HSL | 0.86 | 0.72 | 0.51 |
HSV | 310° | 81° | 86° |
CMYK | 0.00 | 0.81 | 0.13 0.14 |
XYZ | 39.7471 | 20.6332 | 51.1779 |
Yxy | 20.6332 | 0.3563 | 0.1850 |
Hunter Lab | 45.4238 | 76.7010 | -35.0040 |
CIE-Lab | 52.5457 | 78.4475 | -37.3203 |
#dc2abf color RGB value is (220,42,191).
#dc2abf hex color red value is 220, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dc2abf hue: 0.86 , saturation: 0.72 and the lightness value of dc2abf is 0.51.
The process color (four color CMYK) of #dc2abf color hex is 0.00, 0.81, 0.13, 0.14. Web safe color of #dc2abf is #cc33cc. Color #dc2abf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00101010 | 10111111 |
Octal | 334 | 52 | 277 |
Decimal | 220 | 42 | 191 |
Hex | DC | 2A | BF |
Shades of #dc2abf
Tints of #dc2abf
RGB Percentages of Color #dc2abf
CMYK Percentages of Color #dc2abf
Complementary Color
#dc2abf | #2adc47 |
#dc2abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc2abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc2abf Color CSS Codes
.mybgcolor {background-color:#dc2abf; } .myforecolor {color:#dc2abf; } .mybordercolor {border:3px solid #dc2abf; }
#dc2abf Text Font Color
<p style="color:#dc2abf">Text here</p>
This sample text font color is #dc2abf
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.
#dc2abf Background Color
<div style="background-color:#dc2abf">
Div content here</div>
This div background color is #dc2abf
#dc2abf Border Color
<div style="border:3px solid #dc2abf">
Div here</div>
This div border color is #dc2abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,42,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc2abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc2abf; -webkit-box-shadow: 1px 1px 3px 2px #dc2abf; box-shadow: 1px 1px 3px 2px #dc2abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,42,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc2abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc2abf; -webkit-box-shadow: 1px 1px 3px 2px #dc2abf; box-shadow: 1px 1px 3px 2px #dc2abf;">
Div content here</div>
This div box has shadow with color #dc2abf
Comments
No comments written yet.
Please login to write comment.