Color spaces of #d593ba
RGB | 213 | 147 | 186 |
---|---|---|---|
HSL | 0.90 | 0.44 | 0.71 |
HSV | 325° | 31° | 84° |
CMYK | 0.00 | 0.31 | 0.13 0.16 |
XYZ | 46.7372 | 38.5587 | 51.4336 |
Yxy | 38.5587 | 0.3418 | 0.2820 |
Hunter Lab | 62.0957 | 25.6832 | -5.6427 |
CIE-Lab | 68.4304 | 30.7253 | -10.1914 |
#d593ba color RGB value is (213,147,186).
#d593ba hex color red value is 213, green value is 147 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d593ba hue: 0.90 , saturation: 0.44 and the lightness value of d593ba is 0.71.
The process color (four color CMYK) of #d593ba color hex is 0.00, 0.31, 0.13, 0.16. Web safe color of #d593ba is #cc99cc. Color #d593ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10010011 | 10111010 |
Octal | 325 | 223 | 272 |
Decimal | 213 | 147 | 186 |
Hex | D5 | 93 | BA |
Shades of #d593ba
Tints of #d593ba
RGB Percentages of Color #d593ba
CMYK Percentages of Color #d593ba
Complementary Color
#d593ba | #93d5ae |
#d593ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d593ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#d593ba Color CSS Codes
.mybgcolor {background-color:#d593ba; } .myforecolor {color:#d593ba; } .mybordercolor {border:3px solid #d593ba; }
#d593ba Text Font Color
<p style="color:#d593ba">Text here</p>
This sample text font color is #d593ba
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.
#d593ba Background Color
<div style="background-color:#d593ba">
Div content here</div>
This div background color is #d593ba
#d593ba Border Color
<div style="border:3px solid #d593ba">
Div here</div>
This div border color is #d593ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,147,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d593ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d593ba; -webkit-box-shadow: 1px 1px 3px 2px #d593ba; box-shadow: 1px 1px 3px 2px #d593ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,147,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d593ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d593ba; -webkit-box-shadow: 1px 1px 3px 2px #d593ba; box-shadow: 1px 1px 3px 2px #d593ba;">
Div content here</div>
This div box has shadow with color #d593ba
Comments
No comments written yet.
Please login to write comment.