Color spaces of #d180ed
RGB | 209 | 128 | 237 |
---|---|---|---|
HSL | 0.79 | 0.75 | 0.72 |
HSV | 285° | 46° | 93° |
CMYK | 0.12 | 0.46 | 0.00 0.07 |
XYZ | 49.2997 | 35.1081 | 84.2989 |
Yxy | 35.1081 | 0.2922 | 0.2081 |
Hunter Lab | 59.2521 | 44.8268 | -42.8764 |
CIE-Lab | 65.8327 | 49.0067 | -42.5561 |
#d180ed color RGB value is (209,128,237).
#d180ed hex color red value is 209, green value is 128 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d180ed hue: 0.79 , saturation: 0.75 and the lightness value of d180ed is 0.72.
The process color (four color CMYK) of #d180ed color hex is 0.12, 0.46, 0.00, 0.07. Web safe color of #d180ed is #cc99ff. Color #d180ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10000000 | 11101101 |
Octal | 321 | 200 | 355 |
Decimal | 209 | 128 | 237 |
Hex | D1 | 80 | ED |
Shades of #d180ed
Tints of #d180ed
RGB Percentages of Color #d180ed
CMYK Percentages of Color #d180ed
Complementary Color
#d180ed | #9ced80 |
#d180ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d180ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#d180ed Color CSS Codes
.mybgcolor {background-color:#d180ed; } .myforecolor {color:#d180ed; } .mybordercolor {border:3px solid #d180ed; }
#d180ed Text Font Color
<p style="color:#d180ed">Text here</p>
This sample text font color is #d180ed
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.
#d180ed Background Color
<div style="background-color:#d180ed">
Div content here</div>
This div background color is #d180ed
#d180ed Border Color
<div style="border:3px solid #d180ed">
Div here</div>
This div border color is #d180ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,128,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d180ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d180ed; -webkit-box-shadow: 1px 1px 3px 2px #d180ed; box-shadow: 1px 1px 3px 2px #d180ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,128,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d180ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d180ed; -webkit-box-shadow: 1px 1px 3px 2px #d180ed; box-shadow: 1px 1px 3px 2px #d180ed;">
Div content here</div>
This div box has shadow with color #d180ed
Comments
No comments written yet.
Please login to write comment.