Color spaces of #d380ae
RGB | 211 | 128 | 174 |
---|---|---|---|
HSL | 0.91 | 0.49 | 0.66 |
HSV | 327° | 39° | 83° |
CMYK | 0.00 | 0.39 | 0.18 0.17 |
XYZ | 42.2231 | 32.3432 | 44.0619 |
Yxy | 32.3432 | 0.3559 | 0.2726 |
Hunter Lab | 56.8711 | 33.0003 | -6.1262 |
CIE-Lab | 63.6255 | 38.2977 | -10.6474 |
#d380ae color RGB value is (211,128,174).
#d380ae hex color red value is 211, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d380ae hue: 0.91 , saturation: 0.49 and the lightness value of d380ae is 0.66.
The process color (four color CMYK) of #d380ae color hex is 0.00, 0.39, 0.18, 0.17. Web safe color of #d380ae is #cc9999. Color #d380ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10000000 | 10101110 |
Octal | 323 | 200 | 256 |
Decimal | 211 | 128 | 174 |
Hex | D3 | 80 | AE |
Shades of #d380ae
Tints of #d380ae
RGB Percentages of Color #d380ae
CMYK Percentages of Color #d380ae
Complementary Color
#d380ae | #80d3a5 |
#d380ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d380ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#d380ae Color CSS Codes
.mybgcolor {background-color:#d380ae; } .myforecolor {color:#d380ae; } .mybordercolor {border:3px solid #d380ae; }
#d380ae Text Font Color
<p style="color:#d380ae">Text here</p>
This sample text font color is #d380ae
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.
#d380ae Background Color
<div style="background-color:#d380ae">
Div content here</div>
This div background color is #d380ae
#d380ae Border Color
<div style="border:3px solid #d380ae">
Div here</div>
This div border color is #d380ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,128,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d380ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d380ae; -webkit-box-shadow: 1px 1px 3px 2px #d380ae; box-shadow: 1px 1px 3px 2px #d380ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,128,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d380ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d380ae; -webkit-box-shadow: 1px 1px 3px 2px #d380ae; box-shadow: 1px 1px 3px 2px #d380ae;">
Div content here</div>
This div box has shadow with color #d380ae
Comments
No comments written yet.
Please login to write comment.