Color spaces of #dc079a
RGB | 220 | 7 | 154 |
---|---|---|---|
HSL | 0.88 | 0.94 | 0.45 |
HSV | 319° | 97° | 86° |
CMYK | 0.00 | 0.97 | 0.30 0.14 |
XYZ | 35.4239 | 17.7007 | 32.1214 |
Yxy | 17.7007 | 0.4155 | 0.2076 |
Hunter Lab | 42.0722 | 76.6669 | -15.8164 |
CIE-Lab | 49.1311 | 79.0860 | -20.8449 |
#dc079a color RGB value is (220,7,154).
#dc079a hex color red value is 220, green value is 7 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dc079a hue: 0.88 , saturation: 0.94 and the lightness value of dc079a is 0.45.
The process color (four color CMYK) of #dc079a color hex is 0.00, 0.97, 0.30, 0.14. Web safe color of #dc079a is #cc0099. Color #dc079a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00000111 | 10011010 |
Octal | 334 | 7 | 232 |
Decimal | 220 | 7 | 154 |
Hex | DC | 7 | 9A |
Shades of #dc079a
Tints of #dc079a
RGB Percentages of Color #dc079a
CMYK Percentages of Color #dc079a
Complementary Color
#dc079a | #07dc49 |
#dc079a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc079a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc079a Color CSS Codes
.mybgcolor {background-color:#dc079a; } .myforecolor {color:#dc079a; } .mybordercolor {border:3px solid #dc079a; }
#dc079a Text Font Color
<p style="color:#dc079a">Text here</p>
This sample text font color is #dc079a
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.
#dc079a Background Color
<div style="background-color:#dc079a">
Div content here</div>
This div background color is #dc079a
#dc079a Border Color
<div style="border:3px solid #dc079a">
Div here</div>
This div border color is #dc079a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,7,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc079a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc079a; -webkit-box-shadow: 1px 1px 3px 2px #dc079a; box-shadow: 1px 1px 3px 2px #dc079a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,7,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc079a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc079a; -webkit-box-shadow: 1px 1px 3px 2px #dc079a; box-shadow: 1px 1px 3px 2px #dc079a;">
Div content here</div>
This div box has shadow with color #dc079a
Comments
No comments written yet.
Please login to write comment.