Color spaces of #d585dd
RGB | 213 | 133 | 221 |
---|---|---|---|
HSL | 0.82 | 0.56 | 0.69 |
HSV | 295° | 40° | 87° |
CMYK | 0.04 | 0.40 | 0.00 0.13 |
XYZ | 48.8792 | 36.1416 | 72.8064 |
Yxy | 36.1416 | 0.3097 | 0.2290 |
Hunter Lab | 60.1179 | 39.9242 | -29.7213 |
CIE-Lab | 66.6280 | 44.4335 | -32.4286 |
#d585dd color RGB value is (213,133,221).
#d585dd hex color red value is 213, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d585dd hue: 0.82 , saturation: 0.56 and the lightness value of d585dd is 0.69.
The process color (four color CMYK) of #d585dd color hex is 0.04, 0.40, 0.00, 0.13. Web safe color of #d585dd is #cc99cc. Color #d585dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10000101 | 11011101 |
Octal | 325 | 205 | 335 |
Decimal | 213 | 133 | 221 |
Hex | D5 | 85 | DD |
Shades of #d585dd
Tints of #d585dd
RGB Percentages of Color #d585dd
CMYK Percentages of Color #d585dd
Complementary Color
#d585dd | #8ddd85 |
#d585dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d585dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d585dd Color CSS Codes
.mybgcolor {background-color:#d585dd; } .myforecolor {color:#d585dd; } .mybordercolor {border:3px solid #d585dd; }
#d585dd Text Font Color
<p style="color:#d585dd">Text here</p>
This sample text font color is #d585dd
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.
#d585dd Background Color
<div style="background-color:#d585dd">
Div content here</div>
This div background color is #d585dd
#d585dd Border Color
<div style="border:3px solid #d585dd">
Div here</div>
This div border color is #d585dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,133,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d585dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d585dd; -webkit-box-shadow: 1px 1px 3px 2px #d585dd; box-shadow: 1px 1px 3px 2px #d585dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,133,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d585dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d585dd; -webkit-box-shadow: 1px 1px 3px 2px #d585dd; box-shadow: 1px 1px 3px 2px #d585dd;">
Div content here</div>
This div box has shadow with color #d585dd
Comments
No comments written yet.
Please login to write comment.