Color spaces of #d057fe
RGB | 208 | 87 | 254 |
---|---|---|---|
HSL | 0.79 | 0.99 | 0.67 |
HSV | 283° | 66° | 100° |
CMYK | 0.18 | 0.66 | 0.00 0.00 |
XYZ | 47.3100 | 27.3820 | 96.5577 |
Yxy | 27.3820 | 0.2763 | 0.1599 |
Hunter Lab | 52.3278 | 69.8096 | -72.7752 |
CIE-Lab | 59.3263 | 71.5730 | -62.2765 |
#d057fe color RGB value is (208,87,254).
#d057fe hex color red value is 208, green value is 87 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d057fe hue: 0.79 , saturation: 0.99 and the lightness value of d057fe is 0.67.
The process color (four color CMYK) of #d057fe color hex is 0.18, 0.66, 0.00, 0.00. Web safe color of #d057fe is #cc66ff. Color #d057fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01010111 | 11111110 |
Octal | 320 | 127 | 376 |
Decimal | 208 | 87 | 254 |
Hex | D0 | 57 | FE |
Shades of #d057fe
Tints of #d057fe
RGB Percentages of Color #d057fe
CMYK Percentages of Color #d057fe
Complementary Color
#d057fe | #85fe57 |
#d057fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d057fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d057fe Color CSS Codes
.mybgcolor {background-color:#d057fe; } .myforecolor {color:#d057fe; } .mybordercolor {border:3px solid #d057fe; }
#d057fe Text Font Color
<p style="color:#d057fe">Text here</p>
This sample text font color is #d057fe
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.
#d057fe Background Color
<div style="background-color:#d057fe">
Div content here</div>
This div background color is #d057fe
#d057fe Border Color
<div style="border:3px solid #d057fe">
Div here</div>
This div border color is #d057fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,87,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d057fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d057fe; -webkit-box-shadow: 1px 1px 3px 2px #d057fe; box-shadow: 1px 1px 3px 2px #d057fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,87,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d057fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d057fe; -webkit-box-shadow: 1px 1px 3px 2px #d057fe; box-shadow: 1px 1px 3px 2px #d057fe;">
Div content here</div>
This div box has shadow with color #d057fe
Comments
No comments written yet.
Please login to write comment.