Color spaces of #d271bb
RGB | 210 | 113 | 187 |
---|---|---|---|
HSL | 0.87 | 0.52 | 0.63 |
HSV | 314° | 46° | 82° |
CMYK | 0.00 | 0.46 | 0.11 0.18 |
XYZ | 41.4531 | 29.0997 | 50.4457 |
Yxy | 29.0997 | 0.3426 | 0.2405 |
Hunter Lab | 53.9441 | 42.7652 | -17.6840 |
CIE-Lab | 60.8695 | 47.8436 | -22.2237 |
#d271bb color RGB value is (210,113,187).
#d271bb hex color red value is 210, green value is 113 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d271bb hue: 0.87 , saturation: 0.52 and the lightness value of d271bb is 0.63.
The process color (four color CMYK) of #d271bb color hex is 0.00, 0.46, 0.11, 0.18. Web safe color of #d271bb is #cc66cc. Color #d271bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01110001 | 10111011 |
Octal | 322 | 161 | 273 |
Decimal | 210 | 113 | 187 |
Hex | D2 | 71 | BB |
Shades of #d271bb
Tints of #d271bb
RGB Percentages of Color #d271bb
CMYK Percentages of Color #d271bb
Complementary Color
#d271bb | #71d288 |
#d271bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d271bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d271bb Color CSS Codes
.mybgcolor {background-color:#d271bb; } .myforecolor {color:#d271bb; } .mybordercolor {border:3px solid #d271bb; }
#d271bb Text Font Color
<p style="color:#d271bb">Text here</p>
This sample text font color is #d271bb
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.
#d271bb Background Color
<div style="background-color:#d271bb">
Div content here</div>
This div background color is #d271bb
#d271bb Border Color
<div style="border:3px solid #d271bb">
Div here</div>
This div border color is #d271bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,113,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d271bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d271bb; -webkit-box-shadow: 1px 1px 3px 2px #d271bb; box-shadow: 1px 1px 3px 2px #d271bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,113,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d271bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d271bb; -webkit-box-shadow: 1px 1px 3px 2px #d271bb; box-shadow: 1px 1px 3px 2px #d271bb;">
Div content here</div>
This div box has shadow with color #d271bb
Comments
No comments written yet.
Please login to write comment.