Color spaces of #dc61ea
RGB | 220 | 97 | 234 |
---|---|---|---|
HSL | 0.82 | 0.77 | 0.65 |
HSV | 294° | 59° | 92° |
CMYK | 0.06 | 0.59 | 0.00 0.08 |
XYZ | 48.6412 | 29.7055 | 81.0120 |
Yxy | 29.7055 | 0.3052 | 0.1864 |
Hunter Lab | 54.5028 | 63.9232 | -49.9758 |
CIE-Lab | 61.3993 | 66.3197 | -47.7814 |
#dc61ea color RGB value is (220,97,234).
#dc61ea hex color red value is 220, green value is 97 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dc61ea hue: 0.82 , saturation: 0.77 and the lightness value of dc61ea is 0.65.
The process color (four color CMYK) of #dc61ea color hex is 0.06, 0.59, 0.00, 0.08. Web safe color of #dc61ea is #cc66ff. Color #dc61ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01100001 | 11101010 |
Octal | 334 | 141 | 352 |
Decimal | 220 | 97 | 234 |
Hex | DC | 61 | EA |
Shades of #dc61ea
Tints of #dc61ea
RGB Percentages of Color #dc61ea
CMYK Percentages of Color #dc61ea
Complementary Color
#dc61ea | #6fea61 |
#dc61ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc61ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc61ea Color CSS Codes
.mybgcolor {background-color:#dc61ea; } .myforecolor {color:#dc61ea; } .mybordercolor {border:3px solid #dc61ea; }
#dc61ea Text Font Color
<p style="color:#dc61ea">Text here</p>
This sample text font color is #dc61ea
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.
#dc61ea Background Color
<div style="background-color:#dc61ea">
Div content here</div>
This div background color is #dc61ea
#dc61ea Border Color
<div style="border:3px solid #dc61ea">
Div here</div>
This div border color is #dc61ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,97,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc61ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc61ea; -webkit-box-shadow: 1px 1px 3px 2px #dc61ea; box-shadow: 1px 1px 3px 2px #dc61ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,97,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 #dc61ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc61ea; -webkit-box-shadow: 1px 1px 3px 2px #dc61ea; box-shadow: 1px 1px 3px 2px #dc61ea;">
Div content here</div>
This div box has shadow with color #dc61ea
Comments
No comments written yet.
Please login to write comment.