Color spaces of #d587da
RGB | 213 | 135 | 218 |
---|---|---|---|
HSL | 0.82 | 0.53 | 0.69 |
HSV | 296° | 38° | 85° |
CMYK | 0.02 | 0.38 | 0.00 0.15 |
XYZ | 48.7594 | 36.5360 | 70.8119 |
Yxy | 36.5360 | 0.3123 | 0.2340 |
Hunter Lab | 60.4450 | 38.2125 | -27.1473 |
CIE-Lab | 66.9275 | 42.8151 | -30.3004 |
#d587da color RGB value is (213,135,218).
#d587da hex color red value is 213, green value is 135 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d587da hue: 0.82 , saturation: 0.53 and the lightness value of d587da is 0.69.
The process color (four color CMYK) of #d587da color hex is 0.02, 0.38, 0.00, 0.15. Web safe color of #d587da is #cc99cc. Color #d587da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10000111 | 11011010 |
Octal | 325 | 207 | 332 |
Decimal | 213 | 135 | 218 |
Hex | D5 | 87 | DA |
Shades of #d587da
Tints of #d587da
RGB Percentages of Color #d587da
CMYK Percentages of Color #d587da
Complementary Color
#d587da | #8cda87 |
#d587da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d587da Color Preview on White Background
Lorem ipsum dolor sit amet.
#d587da Color CSS Codes
.mybgcolor {background-color:#d587da; } .myforecolor {color:#d587da; } .mybordercolor {border:3px solid #d587da; }
#d587da Text Font Color
<p style="color:#d587da">Text here</p>
This sample text font color is #d587da
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.
#d587da Background Color
<div style="background-color:#d587da">
Div content here</div>
This div background color is #d587da
#d587da Border Color
<div style="border:3px solid #d587da">
Div here</div>
This div border color is #d587da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,135,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d587da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d587da; -webkit-box-shadow: 1px 1px 3px 2px #d587da; box-shadow: 1px 1px 3px 2px #d587da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,135,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d587da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d587da; -webkit-box-shadow: 1px 1px 3px 2px #d587da; box-shadow: 1px 1px 3px 2px #d587da;">
Div content here</div>
This div box has shadow with color #d587da
Comments
No comments written yet.
Please login to write comment.