Color spaces of #d67abd
RGB | 214 | 122 | 189 |
---|---|---|---|
HSL | 0.88 | 0.53 | 0.66 |
HSV | 316° | 43° | 84° |
CMYK | 0.00 | 0.43 | 0.12 0.16 |
XYZ | 43.8764 | 31.8893 | 51.9868 |
Yxy | 31.8893 | 0.3434 | 0.2496 |
Hunter Lab | 56.4706 | 39.8669 | -15.0529 |
CIE-Lab | 63.2513 | 44.8267 | -19.6774 |
#d67abd color RGB value is (214,122,189).
#d67abd hex color red value is 214, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d67abd hue: 0.88 , saturation: 0.53 and the lightness value of d67abd is 0.66.
The process color (four color CMYK) of #d67abd color hex is 0.00, 0.43, 0.12, 0.16. Web safe color of #d67abd is #cc66cc. Color #d67abd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01111010 | 10111101 |
Octal | 326 | 172 | 275 |
Decimal | 214 | 122 | 189 |
Hex | D6 | 7A | BD |
Shades of #d67abd
Tints of #d67abd
RGB Percentages of Color #d67abd
CMYK Percentages of Color #d67abd
Complementary Color
#d67abd | #7ad693 |
#d67abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d67abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d67abd Color CSS Codes
.mybgcolor {background-color:#d67abd; } .myforecolor {color:#d67abd; } .mybordercolor {border:3px solid #d67abd; }
#d67abd Text Font Color
<p style="color:#d67abd">Text here</p>
This sample text font color is #d67abd
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.
#d67abd Background Color
<div style="background-color:#d67abd">
Div content here</div>
This div background color is #d67abd
#d67abd Border Color
<div style="border:3px solid #d67abd">
Div here</div>
This div border color is #d67abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,122,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d67abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d67abd; -webkit-box-shadow: 1px 1px 3px 2px #d67abd; box-shadow: 1px 1px 3px 2px #d67abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,122,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d67abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d67abd; -webkit-box-shadow: 1px 1px 3px 2px #d67abd; box-shadow: 1px 1px 3px 2px #d67abd;">
Div content here</div>
This div box has shadow with color #d67abd
Comments
No comments written yet.
Please login to write comment.