Color spaces of #dc3ebf
RGB | 220 | 62 | 191 |
---|---|---|---|
HSL | 0.86 | 0.69 | 0.55 |
HSV | 311° | 72° | 86° |
CMYK | 0.00 | 0.72 | 0.13 0.14 |
XYZ | 40.6418 | 22.4225 | 51.4761 |
Yxy | 22.4225 | 0.3548 | 0.1958 |
Hunter Lab | 47.3524 | 70.3370 | -31.3066 |
CIE-Lab | 54.4724 | 72.9272 | -34.2998 |
#dc3ebf color RGB value is (220,62,191).
#dc3ebf hex color red value is 220, green value is 62 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dc3ebf hue: 0.86 , saturation: 0.69 and the lightness value of dc3ebf is 0.55.
The process color (four color CMYK) of #dc3ebf color hex is 0.00, 0.72, 0.13, 0.14. Web safe color of #dc3ebf is #cc33cc. Color #dc3ebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00111110 | 10111111 |
Octal | 334 | 76 | 277 |
Decimal | 220 | 62 | 191 |
Hex | DC | 3E | BF |
Shades of #dc3ebf
Tints of #dc3ebf
RGB Percentages of Color #dc3ebf
CMYK Percentages of Color #dc3ebf
Complementary Color
#dc3ebf | #3edc5b |
#dc3ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc3ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc3ebf Color CSS Codes
.mybgcolor {background-color:#dc3ebf; } .myforecolor {color:#dc3ebf; } .mybordercolor {border:3px solid #dc3ebf; }
#dc3ebf Text Font Color
<p style="color:#dc3ebf">Text here</p>
This sample text font color is #dc3ebf
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.
#dc3ebf Background Color
<div style="background-color:#dc3ebf">
Div content here</div>
This div background color is #dc3ebf
#dc3ebf Border Color
<div style="border:3px solid #dc3ebf">
Div here</div>
This div border color is #dc3ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,62,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc3ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc3ebf; -webkit-box-shadow: 1px 1px 3px 2px #dc3ebf; box-shadow: 1px 1px 3px 2px #dc3ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,62,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 #dc3ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc3ebf; -webkit-box-shadow: 1px 1px 3px 2px #dc3ebf; box-shadow: 1px 1px 3px 2px #dc3ebf;">
Div content here</div>
This div box has shadow with color #dc3ebf
Comments
No comments written yet.
Please login to write comment.