Color spaces of #dc7aec
RGB | 220 | 122 | 236 |
---|---|---|---|
HSL | 0.81 | 0.75 | 0.70 |
HSV | 292° | 48° | 93° |
CMYK | 0.07 | 0.48 | 0.00 0.07 |
XYZ | 51.6151 | 35.1908 | 83.4290 |
Yxy | 35.1908 | 0.3032 | 0.2067 |
Hunter Lab | 59.3218 | 51.4971 | -41.8589 |
CIE-Lab | 65.8969 | 54.9232 | -41.8115 |
#dc7aec color RGB value is (220,122,236).
#dc7aec hex color red value is 220, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dc7aec hue: 0.81 , saturation: 0.75 and the lightness value of dc7aec is 0.70.
The process color (four color CMYK) of #dc7aec color hex is 0.07, 0.48, 0.00, 0.07. Web safe color of #dc7aec is #cc66ff. Color #dc7aec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01111010 | 11101100 |
Octal | 334 | 172 | 354 |
Decimal | 220 | 122 | 236 |
Hex | DC | 7A | EC |
Shades of #dc7aec
Tints of #dc7aec
RGB Percentages of Color #dc7aec
CMYK Percentages of Color #dc7aec
Complementary Color
#dc7aec | #8aec7a |
#dc7aec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc7aec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc7aec Color CSS Codes
.mybgcolor {background-color:#dc7aec; } .myforecolor {color:#dc7aec; } .mybordercolor {border:3px solid #dc7aec; }
#dc7aec Text Font Color
<p style="color:#dc7aec">Text here</p>
This sample text font color is #dc7aec
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.
#dc7aec Background Color
<div style="background-color:#dc7aec">
Div content here</div>
This div background color is #dc7aec
#dc7aec Border Color
<div style="border:3px solid #dc7aec">
Div here</div>
This div border color is #dc7aec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,122,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc7aec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc7aec; -webkit-box-shadow: 1px 1px 3px 2px #dc7aec; box-shadow: 1px 1px 3px 2px #dc7aec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,122,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc7aec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc7aec; -webkit-box-shadow: 1px 1px 3px 2px #dc7aec; box-shadow: 1px 1px 3px 2px #dc7aec;">
Div content here</div>
This div box has shadow with color #dc7aec
Comments
No comments written yet.
Please login to write comment.