Color spaces of #d691af
RGB | 214 | 145 | 175 |
---|---|---|---|
HSL | 0.93 | 0.46 | 0.70 |
HSV | 334° | 32° | 84° |
CMYK | 0.00 | 0.32 | 0.18 0.16 |
XYZ | 45.5948 | 37.6421 | 45.4200 |
Yxy | 37.6421 | 0.3544 | 0.2926 |
Hunter Lab | 61.3532 | 25.2848 | -0.9454 |
CIE-Lab | 67.7560 | 30.3901 | -5.0304 |
#d691af color RGB value is (214,145,175).
#d691af hex color red value is 214, green value is 145 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d691af hue: 0.93 , saturation: 0.46 and the lightness value of d691af is 0.70.
The process color (four color CMYK) of #d691af color hex is 0.00, 0.32, 0.18, 0.16. Web safe color of #d691af is #cc9999. Color #d691af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10010001 | 10101111 |
Octal | 326 | 221 | 257 |
Decimal | 214 | 145 | 175 |
Hex | D6 | 91 | AF |
Shades of #d691af
Tints of #d691af
RGB Percentages of Color #d691af
CMYK Percentages of Color #d691af
Complementary Color
#d691af | #91d6b8 |
#d691af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d691af Color Preview on White Background
Lorem ipsum dolor sit amet.
#d691af Color CSS Codes
.mybgcolor {background-color:#d691af; } .myforecolor {color:#d691af; } .mybordercolor {border:3px solid #d691af; }
#d691af Text Font Color
<p style="color:#d691af">Text here</p>
This sample text font color is #d691af
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.
#d691af Background Color
<div style="background-color:#d691af">
Div content here</div>
This div background color is #d691af
#d691af Border Color
<div style="border:3px solid #d691af">
Div here</div>
This div border color is #d691af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,145,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d691af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d691af; -webkit-box-shadow: 1px 1px 3px 2px #d691af; box-shadow: 1px 1px 3px 2px #d691af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,145,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d691af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d691af; -webkit-box-shadow: 1px 1px 3px 2px #d691af; box-shadow: 1px 1px 3px 2px #d691af;">
Div content here</div>
This div box has shadow with color #d691af
Comments
No comments written yet.
Please login to write comment.