Color spaces of #d65eab
RGB | 214 | 94 | 171 |
---|---|---|---|
HSL | 0.89 | 0.59 | 0.60 |
HSV | 322° | 56° | 84° |
CMYK | 0.00 | 0.56 | 0.20 0.16 |
XYZ | 39.0849 | 25.2418 | 41.3402 |
Yxy | 25.2418 | 0.3699 | 0.2389 |
Hunter Lab | 50.2412 | 50.9410 | -13.6170 |
CIE-Lab | 57.3103 | 55.8225 | -18.4249 |
#d65eab color RGB value is (214,94,171).
#d65eab hex color red value is 214, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d65eab hue: 0.89 , saturation: 0.59 and the lightness value of d65eab is 0.60.
The process color (four color CMYK) of #d65eab color hex is 0.00, 0.56, 0.20, 0.16. Web safe color of #d65eab is #cc6699. Color #d65eab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01011110 | 10101011 |
Octal | 326 | 136 | 253 |
Decimal | 214 | 94 | 171 |
Hex | D6 | 5E | AB |
Shades of #d65eab
Tints of #d65eab
RGB Percentages of Color #d65eab
CMYK Percentages of Color #d65eab
Complementary Color
#d65eab | #5ed689 |
#d65eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d65eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d65eab Color CSS Codes
.mybgcolor {background-color:#d65eab; } .myforecolor {color:#d65eab; } .mybordercolor {border:3px solid #d65eab; }
#d65eab Text Font Color
<p style="color:#d65eab">Text here</p>
This sample text font color is #d65eab
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.
#d65eab Background Color
<div style="background-color:#d65eab">
Div content here</div>
This div background color is #d65eab
#d65eab Border Color
<div style="border:3px solid #d65eab">
Div here</div>
This div border color is #d65eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,94,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d65eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d65eab; -webkit-box-shadow: 1px 1px 3px 2px #d65eab; box-shadow: 1px 1px 3px 2px #d65eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,94,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 #d65eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d65eab; -webkit-box-shadow: 1px 1px 3px 2px #d65eab; box-shadow: 1px 1px 3px 2px #d65eab;">
Div content here</div>
This div box has shadow with color #d65eab
Comments
No comments written yet.
Please login to write comment.