Color spaces of #d620bd
RGB | 214 | 32 | 189 |
---|---|---|---|
HSL | 0.86 | 0.74 | 0.48 |
HSV | 308° | 85° | 84° |
CMYK | 0.00 | 0.85 | 0.12 0.16 |
XYZ | 37.4334 | 19.0033 | 49.8392 |
Yxy | 19.0033 | 0.3522 | 0.1788 |
Hunter Lab | 43.5928 | 76.9918 | -37.2707 |
CIE-Lab | 50.6911 | 79.0410 | -39.1501 |
#d620bd color RGB value is (214,32,189).
#d620bd hex color red value is 214, green value is 32 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d620bd hue: 0.86 , saturation: 0.74 and the lightness value of d620bd is 0.48.
The process color (four color CMYK) of #d620bd color hex is 0.00, 0.85, 0.12, 0.16. Web safe color of #d620bd is #cc33cc. Color #d620bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00100000 | 10111101 |
Octal | 326 | 40 | 275 |
Decimal | 214 | 32 | 189 |
Hex | D6 | 20 | BD |
Shades of #d620bd
Tints of #d620bd
RGB Percentages of Color #d620bd
CMYK Percentages of Color #d620bd
Complementary Color
#d620bd | #20d639 |
#d620bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d620bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d620bd Color CSS Codes
.mybgcolor {background-color:#d620bd; } .myforecolor {color:#d620bd; } .mybordercolor {border:3px solid #d620bd; }
#d620bd Text Font Color
<p style="color:#d620bd">Text here</p>
This sample text font color is #d620bd
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.
#d620bd Background Color
<div style="background-color:#d620bd">
Div content here</div>
This div background color is #d620bd
#d620bd Border Color
<div style="border:3px solid #d620bd">
Div here</div>
This div border color is #d620bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,32,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d620bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d620bd; -webkit-box-shadow: 1px 1px 3px 2px #d620bd; box-shadow: 1px 1px 3px 2px #d620bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,32,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d620bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d620bd; -webkit-box-shadow: 1px 1px 3px 2px #d620bd; box-shadow: 1px 1px 3px 2px #d620bd;">
Div content here</div>
This div box has shadow with color #d620bd
Comments
No comments written yet.
Please login to write comment.