Color spaces of #dc67aa
RGB | 220 | 103 | 170 |
---|---|---|---|
HSL | 0.90 | 0.63 | 0.63 |
HSV | 326° | 53° | 86° |
CMYK | 0.00 | 0.53 | 0.23 0.14 |
XYZ | 41.6211 | 27.8184 | 41.2060 |
Yxy | 27.8184 | 0.3762 | 0.2514 |
Hunter Lab | 52.7432 | 48.5588 | -9.4006 |
CIE-Lab | 59.7243 | 53.2914 | -14.1058 |
#dc67aa color RGB value is (220,103,170).
#dc67aa hex color red value is 220, green value is 103 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc67aa hue: 0.90 , saturation: 0.63 and the lightness value of dc67aa is 0.63.
The process color (four color CMYK) of #dc67aa color hex is 0.00, 0.53, 0.23, 0.14. Web safe color of #dc67aa is #cc6699. Color #dc67aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01100111 | 10101010 |
Octal | 334 | 147 | 252 |
Decimal | 220 | 103 | 170 |
Hex | DC | 67 | AA |
Shades of #dc67aa
Tints of #dc67aa
RGB Percentages of Color #dc67aa
CMYK Percentages of Color #dc67aa
Complementary Color
#dc67aa | #67dc99 |
#dc67aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc67aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc67aa Color CSS Codes
.mybgcolor {background-color:#dc67aa; } .myforecolor {color:#dc67aa; } .mybordercolor {border:3px solid #dc67aa; }
#dc67aa Text Font Color
<p style="color:#dc67aa">Text here</p>
This sample text font color is #dc67aa
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.
#dc67aa Background Color
<div style="background-color:#dc67aa">
Div content here</div>
This div background color is #dc67aa
#dc67aa Border Color
<div style="border:3px solid #dc67aa">
Div here</div>
This div border color is #dc67aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,103,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc67aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc67aa; -webkit-box-shadow: 1px 1px 3px 2px #dc67aa; box-shadow: 1px 1px 3px 2px #dc67aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,103,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc67aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc67aa; -webkit-box-shadow: 1px 1px 3px 2px #dc67aa; box-shadow: 1px 1px 3px 2px #dc67aa;">
Div content here</div>
This div box has shadow with color #dc67aa
Comments
No comments written yet.
Please login to write comment.