Color spaces of #d980eb
RGB | 217 | 128 | 235 |
---|---|---|---|
HSL | 0.81 | 0.73 | 0.71 |
HSV | 290° | 46° | 92° |
CMYK | 0.08 | 0.46 | 0.00 0.08 |
XYZ | 51.3298 | 36.1882 | 82.8769 |
Yxy | 36.1882 | 0.3012 | 0.2124 |
Hunter Lab | 60.1566 | 47.0345 | -39.5733 |
CIE-Lab | 66.6635 | 50.8663 | -40.0853 |
#d980eb color RGB value is (217,128,235).
#d980eb hex color red value is 217, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d980eb hue: 0.81 , saturation: 0.73 and the lightness value of d980eb is 0.71.
The process color (four color CMYK) of #d980eb color hex is 0.08, 0.46, 0.00, 0.08. Web safe color of #d980eb is #cc99ff. Color #d980eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10000000 | 11101011 |
Octal | 331 | 200 | 353 |
Decimal | 217 | 128 | 235 |
Hex | D9 | 80 | EB |
Shades of #d980eb
Tints of #d980eb
RGB Percentages of Color #d980eb
CMYK Percentages of Color #d980eb
Complementary Color
#d980eb | #92eb80 |
#d980eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d980eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d980eb Color CSS Codes
.mybgcolor {background-color:#d980eb; } .myforecolor {color:#d980eb; } .mybordercolor {border:3px solid #d980eb; }
#d980eb Text Font Color
<p style="color:#d980eb">Text here</p>
This sample text font color is #d980eb
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.
#d980eb Background Color
<div style="background-color:#d980eb">
Div content here</div>
This div background color is #d980eb
#d980eb Border Color
<div style="border:3px solid #d980eb">
Div here</div>
This div border color is #d980eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,128,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d980eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d980eb; -webkit-box-shadow: 1px 1px 3px 2px #d980eb; box-shadow: 1px 1px 3px 2px #d980eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,128,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d980eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d980eb; -webkit-box-shadow: 1px 1px 3px 2px #d980eb; box-shadow: 1px 1px 3px 2px #d980eb;">
Div content here</div>
This div box has shadow with color #d980eb
Comments
No comments written yet.
Please login to write comment.