Color spaces of #d94885
RGB | 217 | 72 | 133 |
---|---|---|---|
HSL | 0.93 | 0.66 | 0.57 |
HSV | 335° | 67° | 85° |
CMYK | 0.00 | 0.67 | 0.39 0.15 |
XYZ | 35.1663 | 21.0799 | 24.4057 |
Yxy | 21.0799 | 0.4360 | 0.2614 |
Hunter Lab | 45.9129 | 56.3721 | 0.6225 |
CIE-Lab | 53.0368 | 61.3765 | -2.4609 |
#d94885 color RGB value is (217,72,133).
#d94885 hex color red value is 217, green value is 72 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d94885 hue: 0.93 , saturation: 0.66 and the lightness value of d94885 is 0.57.
The process color (four color CMYK) of #d94885 color hex is 0.00, 0.67, 0.39, 0.15. Web safe color of #d94885 is #cc3399. Color #d94885 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 01001000 | 10000101 |
Octal | 331 | 110 | 205 |
Decimal | 217 | 72 | 133 |
Hex | D9 | 48 | 85 |
Shades of #d94885
Tints of #d94885
RGB Percentages of Color #d94885
CMYK Percentages of Color #d94885
Complementary Color
#d94885 | #48d99c |
#d94885 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d94885 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d94885 Color CSS Codes
.mybgcolor {background-color:#d94885; } .myforecolor {color:#d94885; } .mybordercolor {border:3px solid #d94885; }
#d94885 Text Font Color
<p style="color:#d94885">Text here</p>
This sample text font color is #d94885
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.
#d94885 Background Color
<div style="background-color:#d94885">
Div content here</div>
This div background color is #d94885
#d94885 Border Color
<div style="border:3px solid #d94885">
Div here</div>
This div border color is #d94885
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,72,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d94885; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d94885; -webkit-box-shadow: 1px 1px 3px 2px #d94885; box-shadow: 1px 1px 3px 2px #d94885; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,72,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d94885">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d94885; -webkit-box-shadow: 1px 1px 3px 2px #d94885; box-shadow: 1px 1px 3px 2px #d94885;">
Div content here</div>
This div box has shadow with color #d94885
Comments
No comments written yet.
Please login to write comment.