Color spaces of #d62fad
RGB | 214 | 47 | 173 |
---|---|---|---|
HSL | 0.87 | 0.67 | 0.51 |
HSV | 315° | 78° | 84° |
CMYK | 0.00 | 0.78 | 0.19 0.16 |
XYZ | 36.2909 | 19.3463 | 41.3566 |
Yxy | 19.3463 | 0.3742 | 0.1995 |
Hunter Lab | 43.9844 | 70.3050 | -24.9586 |
CIE-Lab | 51.0899 | 73.5546 | -29.1687 |
#d62fad color RGB value is (214,47,173).
#d62fad hex color red value is 214, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d62fad hue: 0.87 , saturation: 0.67 and the lightness value of d62fad is 0.51.
The process color (four color CMYK) of #d62fad color hex is 0.00, 0.78, 0.19, 0.16. Web safe color of #d62fad is #cc3399. Color #d62fad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00101111 | 10101101 |
Octal | 326 | 57 | 255 |
Decimal | 214 | 47 | 173 |
Hex | D6 | 2F | AD |
Shades of #d62fad
Tints of #d62fad
RGB Percentages of Color #d62fad
CMYK Percentages of Color #d62fad
Complementary Color
#d62fad | #2fd658 |
#d62fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d62fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#d62fad Color CSS Codes
.mybgcolor {background-color:#d62fad; } .myforecolor {color:#d62fad; } .mybordercolor {border:3px solid #d62fad; }
#d62fad Text Font Color
<p style="color:#d62fad">Text here</p>
This sample text font color is #d62fad
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.
#d62fad Background Color
<div style="background-color:#d62fad">
Div content here</div>
This div background color is #d62fad
#d62fad Border Color
<div style="border:3px solid #d62fad">
Div here</div>
This div border color is #d62fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,47,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d62fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d62fad; -webkit-box-shadow: 1px 1px 3px 2px #d62fad; box-shadow: 1px 1px 3px 2px #d62fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,47,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d62fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d62fad; -webkit-box-shadow: 1px 1px 3px 2px #d62fad; box-shadow: 1px 1px 3px 2px #d62fad;">
Div content here</div>
This div box has shadow with color #d62fad
Comments
No comments written yet.
Please login to write comment.