Color spaces of #d286da
RGB | 210 | 134 | 218 |
---|---|---|---|
HSL | 0.82 | 0.53 | 0.69 |
HSV | 294° | 39° | 85° |
CMYK | 0.04 | 0.39 | 0.00 0.15 |
XYZ | 47.7583 | 35.8138 | 70.7253 |
Yxy | 35.8138 | 0.3095 | 0.2321 |
Hunter Lab | 59.8446 | 37.7217 | -28.1786 |
CIE-Lab | 66.3774 | 42.4277 | -31.1781 |
#d286da color RGB value is (210,134,218).
#d286da hex color red value is 210, green value is 134 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d286da hue: 0.82 , saturation: 0.53 and the lightness value of d286da is 0.69.
The process color (four color CMYK) of #d286da color hex is 0.04, 0.39, 0.00, 0.15. Web safe color of #d286da is #cc99cc. Color #d286da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10000110 | 11011010 |
Octal | 322 | 206 | 332 |
Decimal | 210 | 134 | 218 |
Hex | D2 | 86 | DA |
Shades of #d286da
Tints of #d286da
RGB Percentages of Color #d286da
CMYK Percentages of Color #d286da
Complementary Color
#d286da | #8eda86 |
#d286da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d286da Color Preview on White Background
Lorem ipsum dolor sit amet.
#d286da Color CSS Codes
.mybgcolor {background-color:#d286da; } .myforecolor {color:#d286da; } .mybordercolor {border:3px solid #d286da; }
#d286da Text Font Color
<p style="color:#d286da">Text here</p>
This sample text font color is #d286da
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.
#d286da Background Color
<div style="background-color:#d286da">
Div content here</div>
This div background color is #d286da
#d286da Border Color
<div style="border:3px solid #d286da">
Div here</div>
This div border color is #d286da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,134,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d286da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d286da; -webkit-box-shadow: 1px 1px 3px 2px #d286da; box-shadow: 1px 1px 3px 2px #d286da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,134,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 #d286da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d286da; -webkit-box-shadow: 1px 1px 3px 2px #d286da; box-shadow: 1px 1px 3px 2px #d286da;">
Div content here</div>
This div box has shadow with color #d286da
Comments
No comments written yet.
Please login to write comment.