Color spaces of #d680ab
RGB | 214 | 128 | 171 |
---|---|---|---|
HSL | 0.92 | 0.51 | 0.67 |
HSV | 330° | 40° | 84° |
CMYK | 0.00 | 0.40 | 0.20 0.16 |
XYZ | 42.8014 | 32.6748 | 42.5791 |
Yxy | 32.6748 | 0.3626 | 0.2768 |
Hunter Lab | 57.1619 | 33.6231 | -4.1510 |
CIE-Lab | 63.8967 | 38.8626 | -8.5014 |
#d680ab color RGB value is (214,128,171).
#d680ab hex color red value is 214, green value is 128 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d680ab hue: 0.92 , saturation: 0.51 and the lightness value of d680ab is 0.67.
The process color (four color CMYK) of #d680ab color hex is 0.00, 0.40, 0.20, 0.16. Web safe color of #d680ab is #cc9999. Color #d680ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10000000 | 10101011 |
Octal | 326 | 200 | 253 |
Decimal | 214 | 128 | 171 |
Hex | D6 | 80 | AB |
Shades of #d680ab
Tints of #d680ab
RGB Percentages of Color #d680ab
CMYK Percentages of Color #d680ab
Complementary Color
#d680ab | #80d6ab |
#d680ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d680ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d680ab Color CSS Codes
.mybgcolor {background-color:#d680ab; } .myforecolor {color:#d680ab; } .mybordercolor {border:3px solid #d680ab; }
#d680ab Text Font Color
<p style="color:#d680ab">Text here</p>
This sample text font color is #d680ab
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.
#d680ab Background Color
<div style="background-color:#d680ab">
Div content here</div>
This div background color is #d680ab
#d680ab Border Color
<div style="border:3px solid #d680ab">
Div here</div>
This div border color is #d680ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,128,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d680ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d680ab; -webkit-box-shadow: 1px 1px 3px 2px #d680ab; box-shadow: 1px 1px 3px 2px #d680ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,128,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d680ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d680ab; -webkit-box-shadow: 1px 1px 3px 2px #d680ab; box-shadow: 1px 1px 3px 2px #d680ab;">
Div content here</div>
This div box has shadow with color #d680ab
Comments
No comments written yet.
Please login to write comment.