Color spaces of #d210ba
RGB | 210 | 16 | 186 |
---|---|---|---|
HSL | 0.85 | 0.86 | 0.44 |
HSV | 307° | 92° | 82° |
CMYK | 0.00 | 0.92 | 0.11 0.18 |
XYZ | 35.6266 | 17.6174 | 47.9771 |
Yxy | 17.6174 | 0.3520 | 0.1740 |
Hunter Lab | 41.9731 | 78.0572 | -38.3899 |
CIE-Lab | 49.0287 | 80.2121 | -40.0722 |
#d210ba color RGB value is (210,16,186).
#d210ba hex color red value is 210, green value is 16 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d210ba hue: 0.85 , saturation: 0.86 and the lightness value of d210ba is 0.44.
The process color (four color CMYK) of #d210ba color hex is 0.00, 0.92, 0.11, 0.18. Web safe color of #d210ba is #cc00cc. Color #d210ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00010000 | 10111010 |
Octal | 322 | 20 | 272 |
Decimal | 210 | 16 | 186 |
Hex | D2 | 10 | BA |
Shades of #d210ba
Tints of #d210ba
RGB Percentages of Color #d210ba
CMYK Percentages of Color #d210ba
Complementary Color
#d210ba | #10d228 |
#d210ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d210ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#d210ba Color CSS Codes
.mybgcolor {background-color:#d210ba; } .myforecolor {color:#d210ba; } .mybordercolor {border:3px solid #d210ba; }
#d210ba Text Font Color
<p style="color:#d210ba">Text here</p>
This sample text font color is #d210ba
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.
#d210ba Background Color
<div style="background-color:#d210ba">
Div content here</div>
This div background color is #d210ba
#d210ba Border Color
<div style="border:3px solid #d210ba">
Div here</div>
This div border color is #d210ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,16,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d210ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d210ba; -webkit-box-shadow: 1px 1px 3px 2px #d210ba; box-shadow: 1px 1px 3px 2px #d210ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,16,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 #d210ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d210ba; -webkit-box-shadow: 1px 1px 3px 2px #d210ba; box-shadow: 1px 1px 3px 2px #d210ba;">
Div content here</div>
This div box has shadow with color #d210ba
Comments
No comments written yet.
Please login to write comment.