Color spaces of #d620fd
RGB | 214 | 32 | 253 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.56 |
HSV | 289° | 87° | 99° |
CMYK | 0.15 | 0.87 | 0.00 0.01 |
XYZ | 45.9777 | 22.4210 | 94.8329 |
Yxy | 22.4210 | 0.2817 | 0.1374 |
Hunter Lab | 47.3508 | 90.4598 | -85.5988 |
CIE-Lab | 54.4709 | 88.7462 | -69.4969 |
#d620fd color RGB value is (214,32,253).
#d620fd hex color red value is 214, green value is 32 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d620fd hue: 0.80 , saturation: 0.98 and the lightness value of d620fd is 0.56.
The process color (four color CMYK) of #d620fd color hex is 0.15, 0.87, 0.00, 0.01. Web safe color of #d620fd is #cc33ff. Color #d620fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00100000 | 11111101 |
Octal | 326 | 40 | 375 |
Decimal | 214 | 32 | 253 |
Hex | D6 | 20 | FD |
Shades of #d620fd
Tints of #d620fd
RGB Percentages of Color #d620fd
CMYK Percentages of Color #d620fd
Complementary Color
#d620fd | #47fd20 |
#d620fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d620fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d620fd Color CSS Codes
.mybgcolor {background-color:#d620fd; } .myforecolor {color:#d620fd; } .mybordercolor {border:3px solid #d620fd; }
#d620fd Text Font Color
<p style="color:#d620fd">Text here</p>
This sample text font color is #d620fd
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.
#d620fd Background Color
<div style="background-color:#d620fd">
Div content here</div>
This div background color is #d620fd
#d620fd Border Color
<div style="border:3px solid #d620fd">
Div here</div>
This div border color is #d620fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,32,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d620fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d620fd; -webkit-box-shadow: 1px 1px 3px 2px #d620fd; box-shadow: 1px 1px 3px 2px #d620fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,32,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d620fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d620fd; -webkit-box-shadow: 1px 1px 3px 2px #d620fd; box-shadow: 1px 1px 3px 2px #d620fd;">
Div content here</div>
This div box has shadow with color #d620fd
Comments
No comments written yet.
Please login to write comment.