Color spaces of #d140ba
RGB | 209 | 64 | 186 |
---|---|---|---|
HSL | 0.86 | 0.61 | 0.54 |
HSV | 310° | 69° | 82° |
CMYK | 0.00 | 0.69 | 0.11 0.18 |
XYZ | 36.9908 | 20.7673 | 48.5132 |
Yxy | 20.7673 | 0.3481 | 0.1954 |
Hunter Lab | 45.5712 | 65.1417 | -31.2179 |
CIE-Lab | 52.6939 | 68.9580 | -34.3177 |
#d140ba color RGB value is (209,64,186).
#d140ba hex color red value is 209, green value is 64 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d140ba hue: 0.86 , saturation: 0.61 and the lightness value of d140ba is 0.54.
The process color (four color CMYK) of #d140ba color hex is 0.00, 0.69, 0.11, 0.18. Web safe color of #d140ba is #cc33cc. Color #d140ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01000000 | 10111010 |
Octal | 321 | 100 | 272 |
Decimal | 209 | 64 | 186 |
Hex | D1 | 40 | BA |
Shades of #d140ba
Tints of #d140ba
RGB Percentages of Color #d140ba
CMYK Percentages of Color #d140ba
Complementary Color
#d140ba | #40d157 |
#d140ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d140ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#d140ba Color CSS Codes
.mybgcolor {background-color:#d140ba; } .myforecolor {color:#d140ba; } .mybordercolor {border:3px solid #d140ba; }
#d140ba Text Font Color
<p style="color:#d140ba">Text here</p>
This sample text font color is #d140ba
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.
#d140ba Background Color
<div style="background-color:#d140ba">
Div content here</div>
This div background color is #d140ba
#d140ba Border Color
<div style="border:3px solid #d140ba">
Div here</div>
This div border color is #d140ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,64,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d140ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d140ba; -webkit-box-shadow: 1px 1px 3px 2px #d140ba; box-shadow: 1px 1px 3px 2px #d140ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,64,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 #d140ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d140ba; -webkit-box-shadow: 1px 1px 3px 2px #d140ba; box-shadow: 1px 1px 3px 2px #d140ba;">
Div content here</div>
This div box has shadow with color #d140ba
Comments
No comments written yet.
Please login to write comment.