Color spaces of #d770fa
RGB | 215 | 112 | 250 |
---|---|---|---|
HSL | 0.79 | 0.93 | 0.71 |
HSV | 285° | 55° | 98° |
CMYK | 0.14 | 0.55 | 0.00 0.02 |
XYZ | 51.0738 | 32.9375 | 94.1082 |
Yxy | 32.9375 | 0.2867 | 0.1849 |
Hunter Lab | 57.3912 | 58.4168 | -57.0479 |
CIE-Lab | 64.1103 | 61.1934 | -52.3894 |
#d770fa color RGB value is (215,112,250).
#d770fa hex color red value is 215, green value is 112 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d770fa hue: 0.79 , saturation: 0.93 and the lightness value of d770fa is 0.71.
The process color (four color CMYK) of #d770fa color hex is 0.14, 0.55, 0.00, 0.02. Web safe color of #d770fa is #cc66ff. Color #d770fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01110000 | 11111010 |
Octal | 327 | 160 | 372 |
Decimal | 215 | 112 | 250 |
Hex | D7 | 70 | FA |
Shades of #d770fa
Tints of #d770fa
RGB Percentages of Color #d770fa
CMYK Percentages of Color #d770fa
Complementary Color
#d770fa | #93fa70 |
#d770fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d770fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d770fa Color CSS Codes
.mybgcolor {background-color:#d770fa; } .myforecolor {color:#d770fa; } .mybordercolor {border:3px solid #d770fa; }
#d770fa Text Font Color
<p style="color:#d770fa">Text here</p>
This sample text font color is #d770fa
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.
#d770fa Background Color
<div style="background-color:#d770fa">
Div content here</div>
This div background color is #d770fa
#d770fa Border Color
<div style="border:3px solid #d770fa">
Div here</div>
This div border color is #d770fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,112,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d770fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d770fa; -webkit-box-shadow: 1px 1px 3px 2px #d770fa; box-shadow: 1px 1px 3px 2px #d770fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,112,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d770fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d770fa; -webkit-box-shadow: 1px 1px 3px 2px #d770fa; box-shadow: 1px 1px 3px 2px #d770fa;">
Div content here</div>
This div box has shadow with color #d770fa
Comments
No comments written yet.
Please login to write comment.