Color spaces of #d766aa
RGB | 215 | 102 | 170 |
---|---|---|---|
HSL | 0.90 | 0.59 | 0.62 |
HSV | 324° | 53° | 84° |
CMYK | 0.00 | 0.53 | 0.21 0.16 |
XYZ | 40.0314 | 26.8521 | 41.1033 |
Yxy | 26.8521 | 0.3707 | 0.2487 |
Hunter Lab | 51.8190 | 47.2122 | -10.7560 |
CIE-Lab | 58.8372 | 52.2184 | -15.5151 |
#d766aa color RGB value is (215,102,170).
#d766aa hex color red value is 215, green value is 102 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d766aa hue: 0.90 , saturation: 0.59 and the lightness value of d766aa is 0.62.
The process color (four color CMYK) of #d766aa color hex is 0.00, 0.53, 0.21, 0.16. Web safe color of #d766aa is #cc6699. Color #d766aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01100110 | 10101010 |
Octal | 327 | 146 | 252 |
Decimal | 215 | 102 | 170 |
Hex | D7 | 66 | AA |
Shades of #d766aa
Tints of #d766aa
RGB Percentages of Color #d766aa
CMYK Percentages of Color #d766aa
Complementary Color
#d766aa | #66d793 |
#d766aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d766aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d766aa Color CSS Codes
.mybgcolor {background-color:#d766aa; } .myforecolor {color:#d766aa; } .mybordercolor {border:3px solid #d766aa; }
#d766aa Text Font Color
<p style="color:#d766aa">Text here</p>
This sample text font color is #d766aa
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.
#d766aa Background Color
<div style="background-color:#d766aa">
Div content here</div>
This div background color is #d766aa
#d766aa Border Color
<div style="border:3px solid #d766aa">
Div here</div>
This div border color is #d766aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,102,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d766aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d766aa; -webkit-box-shadow: 1px 1px 3px 2px #d766aa; box-shadow: 1px 1px 3px 2px #d766aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,102,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d766aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d766aa; -webkit-box-shadow: 1px 1px 3px 2px #d766aa; box-shadow: 1px 1px 3px 2px #d766aa;">
Div content here</div>
This div box has shadow with color #d766aa
Comments
No comments written yet.
Please login to write comment.