Color spaces of #dc6aea
RGB | 220 | 106 | 234 |
---|---|---|---|
HSL | 0.82 | 0.75 | 0.67 |
HSV | 293° | 55° | 92° |
CMYK | 0.06 | 0.55 | 0.00 0.08 |
XYZ | 49.5205 | 31.4642 | 81.3051 |
Yxy | 31.4642 | 0.3051 | 0.1939 |
Hunter Lab | 56.0930 | 59.4223 | -46.6740 |
CIE-Lab | 62.8976 | 62.2572 | -45.4165 |
#dc6aea color RGB value is (220,106,234).
#dc6aea hex color red value is 220, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dc6aea hue: 0.82 , saturation: 0.75 and the lightness value of dc6aea is 0.67.
The process color (four color CMYK) of #dc6aea color hex is 0.06, 0.55, 0.00, 0.08. Web safe color of #dc6aea is #cc66ff. Color #dc6aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01101010 | 11101010 |
Octal | 334 | 152 | 352 |
Decimal | 220 | 106 | 234 |
Hex | DC | 6A | EA |
Shades of #dc6aea
Tints of #dc6aea
RGB Percentages of Color #dc6aea
CMYK Percentages of Color #dc6aea
Complementary Color
#dc6aea | #78ea6a |
#dc6aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc6aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc6aea Color CSS Codes
.mybgcolor {background-color:#dc6aea; } .myforecolor {color:#dc6aea; } .mybordercolor {border:3px solid #dc6aea; }
#dc6aea Text Font Color
<p style="color:#dc6aea">Text here</p>
This sample text font color is #dc6aea
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.
#dc6aea Background Color
<div style="background-color:#dc6aea">
Div content here</div>
This div background color is #dc6aea
#dc6aea Border Color
<div style="border:3px solid #dc6aea">
Div here</div>
This div border color is #dc6aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,106,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc6aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc6aea; -webkit-box-shadow: 1px 1px 3px 2px #dc6aea; box-shadow: 1px 1px 3px 2px #dc6aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,106,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc6aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc6aea; -webkit-box-shadow: 1px 1px 3px 2px #dc6aea; box-shadow: 1px 1px 3px 2px #dc6aea;">
Div content here</div>
This div box has shadow with color #dc6aea
Comments
No comments written yet.
Please login to write comment.