Color spaces of #d7689a
RGB | 215 | 104 | 154 |
---|---|---|---|
HSL | 0.92 | 0.58 | 0.63 |
HSV | 333° | 52° | 84° |
CMYK | 0.00 | 0.52 | 0.28 0.16 |
XYZ | 38.8074 | 26.6808 | 33.6764 |
Yxy | 26.6808 | 0.3913 | 0.2691 |
Hunter Lab | 51.6535 | 43.7140 | -2.4978 |
CIE-Lab | 58.6777 | 49.0463 | -6.4999 |
#d7689a color RGB value is (215,104,154).
#d7689a hex color red value is 215, green value is 104 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d7689a hue: 0.92 , saturation: 0.58 and the lightness value of d7689a is 0.63.
The process color (four color CMYK) of #d7689a color hex is 0.00, 0.52, 0.28, 0.16. Web safe color of #d7689a is #cc6699. Color #d7689a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01101000 | 10011010 |
Octal | 327 | 150 | 232 |
Decimal | 215 | 104 | 154 |
Hex | D7 | 68 | 9A |
Shades of #d7689a
Tints of #d7689a
RGB Percentages of Color #d7689a
CMYK Percentages of Color #d7689a
Complementary Color
#d7689a | #68d7a5 |
#d7689a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7689a Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7689a Color CSS Codes
.mybgcolor {background-color:#d7689a; } .myforecolor {color:#d7689a; } .mybordercolor {border:3px solid #d7689a; }
#d7689a Text Font Color
<p style="color:#d7689a">Text here</p>
This sample text font color is #d7689a
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.
#d7689a Background Color
<div style="background-color:#d7689a">
Div content here</div>
This div background color is #d7689a
#d7689a Border Color
<div style="border:3px solid #d7689a">
Div here</div>
This div border color is #d7689a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,104,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7689a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7689a; -webkit-box-shadow: 1px 1px 3px 2px #d7689a; box-shadow: 1px 1px 3px 2px #d7689a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,104,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7689a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7689a; -webkit-box-shadow: 1px 1px 3px 2px #d7689a; box-shadow: 1px 1px 3px 2px #d7689a;">
Div content here</div>
This div box has shadow with color #d7689a
Comments
No comments written yet.
Please login to write comment.