Color spaces of #d14993
RGB | 209 | 73 | 147 |
---|---|---|---|
HSL | 0.91 | 0.60 | 0.55 |
HSV | 327° | 65° | 82° |
CMYK | 0.00 | 0.65 | 0.30 0.18 |
XYZ | 33.9435 | 20.4270 | 29.7575 |
Yxy | 20.4270 | 0.4035 | 0.2428 |
Hunter Lab | 45.1962 | 54.9645 | -7.3996 |
CIE-Lab | 52.3166 | 60.2713 | -12.0030 |
#d14993 color RGB value is (209,73,147).
#d14993 hex color red value is 209, green value is 73 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d14993 hue: 0.91 , saturation: 0.60 and the lightness value of d14993 is 0.55.
The process color (four color CMYK) of #d14993 color hex is 0.00, 0.65, 0.30, 0.18. Web safe color of #d14993 is #cc3399. Color #d14993 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01001001 | 10010011 |
Octal | 321 | 111 | 223 |
Decimal | 209 | 73 | 147 |
Hex | D1 | 49 | 93 |
Shades of #d14993
Tints of #d14993
RGB Percentages of Color #d14993
CMYK Percentages of Color #d14993
Complementary Color
#d14993 | #49d187 |
#d14993 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d14993 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d14993 Color CSS Codes
.mybgcolor {background-color:#d14993; } .myforecolor {color:#d14993; } .mybordercolor {border:3px solid #d14993; }
#d14993 Text Font Color
<p style="color:#d14993">Text here</p>
This sample text font color is #d14993
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.
#d14993 Background Color
<div style="background-color:#d14993">
Div content here</div>
This div background color is #d14993
#d14993 Border Color
<div style="border:3px solid #d14993">
Div here</div>
This div border color is #d14993
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,73,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d14993; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d14993; -webkit-box-shadow: 1px 1px 3px 2px #d14993; box-shadow: 1px 1px 3px 2px #d14993; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,73,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d14993">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d14993; -webkit-box-shadow: 1px 1px 3px 2px #d14993; box-shadow: 1px 1px 3px 2px #d14993;">
Div content here</div>
This div box has shadow with color #d14993
Comments
No comments written yet.
Please login to write comment.