Color spaces of #da77ce
RGB | 218 | 119 | 206 |
---|---|---|---|
HSL | 0.85 | 0.57 | 0.66 |
HSV | 307° | 45° | 85° |
CMYK | 0.00 | 0.45 | 0.06 0.15 |
XYZ | 46.6508 | 32.5553 | 62.2176 |
Yxy | 32.5553 | 0.3299 | 0.2302 |
Hunter Lab | 57.0573 | 46.0939 | -24.7122 |
CIE-Lab | 63.7992 | 50.4440 | -28.3794 |
#da77ce color RGB value is (218,119,206).
#da77ce hex color red value is 218, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #da77ce hue: 0.85 , saturation: 0.57 and the lightness value of da77ce is 0.66.
The process color (four color CMYK) of #da77ce color hex is 0.00, 0.45, 0.06, 0.15. Web safe color of #da77ce is #cc66cc. Color #da77ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01110111 | 11001110 |
Octal | 332 | 167 | 316 |
Decimal | 218 | 119 | 206 |
Hex | DA | 77 | CE |
Shades of #da77ce
Tints of #da77ce
RGB Percentages of Color #da77ce
CMYK Percentages of Color #da77ce
Complementary Color
#da77ce | #77da83 |
#da77ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da77ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#da77ce Color CSS Codes
.mybgcolor {background-color:#da77ce; } .myforecolor {color:#da77ce; } .mybordercolor {border:3px solid #da77ce; }
#da77ce Text Font Color
<p style="color:#da77ce">Text here</p>
This sample text font color is #da77ce
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.
#da77ce Background Color
<div style="background-color:#da77ce">
Div content here</div>
This div background color is #da77ce
#da77ce Border Color
<div style="border:3px solid #da77ce">
Div here</div>
This div border color is #da77ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,119,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da77ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da77ce; -webkit-box-shadow: 1px 1px 3px 2px #da77ce; box-shadow: 1px 1px 3px 2px #da77ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,119,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da77ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da77ce; -webkit-box-shadow: 1px 1px 3px 2px #da77ce; box-shadow: 1px 1px 3px 2px #da77ce;">
Div content here</div>
This div box has shadow with color #da77ce
Comments
No comments written yet.
Please login to write comment.