Color spaces of #dc467a
RGB | 220 | 70 | 122 |
---|---|---|---|
HSL | 0.94 | 0.68 | 0.57 |
HSV | 339° | 68° | 86° |
CMYK | 0.00 | 0.68 | 0.45 0.14 |
XYZ | 35.2182 | 21.0011 | 20.6098 |
Yxy | 21.0011 | 0.4584 | 0.2733 |
Hunter Lab | 45.8270 | 56.9808 | 5.4143 |
CIE-Lab | 52.9507 | 61.9242 | 4.0472 |
#dc467a color RGB value is (220,70,122).
#dc467a hex color red value is 220, green value is 70 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dc467a hue: 0.94 , saturation: 0.68 and the lightness value of dc467a is 0.57.
The process color (four color CMYK) of #dc467a color hex is 0.00, 0.68, 0.45, 0.14. Web safe color of #dc467a is #cc3366. Color #dc467a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01000110 | 01111010 |
Octal | 334 | 106 | 172 |
Decimal | 220 | 70 | 122 |
Hex | DC | 46 | 7A |
Shades of #dc467a
Tints of #dc467a
RGB Percentages of Color #dc467a
CMYK Percentages of Color #dc467a
Complementary Color
#dc467a | #46dca8 |
#dc467a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc467a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc467a Color CSS Codes
.mybgcolor {background-color:#dc467a; } .myforecolor {color:#dc467a; } .mybordercolor {border:3px solid #dc467a; }
#dc467a Text Font Color
<p style="color:#dc467a">Text here</p>
This sample text font color is #dc467a
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.
#dc467a Background Color
<div style="background-color:#dc467a">
Div content here</div>
This div background color is #dc467a
#dc467a Border Color
<div style="border:3px solid #dc467a">
Div here</div>
This div border color is #dc467a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,70,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc467a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc467a; -webkit-box-shadow: 1px 1px 3px 2px #dc467a; box-shadow: 1px 1px 3px 2px #dc467a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,70,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc467a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc467a; -webkit-box-shadow: 1px 1px 3px 2px #dc467a; box-shadow: 1px 1px 3px 2px #dc467a;">
Div content here</div>
This div box has shadow with color #dc467a
Comments
No comments written yet.
Please login to write comment.