Color spaces of #d250ce
RGB | 210 | 80 | 206 |
---|---|---|---|
HSL | 0.84 | 0.59 | 0.57 |
HSV | 302° | 62° | 82° |
CMYK | 0.00 | 0.62 | 0.02 0.18 |
XYZ | 40.5876 | 23.8952 | 60.8655 |
Yxy | 23.8952 | 0.3238 | 0.1906 |
Hunter Lab | 48.8827 | 62.6648 | -39.6061 |
CIE-Lab | 55.9827 | 66.2499 | -40.6450 |
#d250ce color RGB value is (210,80,206).
#d250ce hex color red value is 210, green value is 80 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d250ce hue: 0.84 , saturation: 0.59 and the lightness value of d250ce is 0.57.
The process color (four color CMYK) of #d250ce color hex is 0.00, 0.62, 0.02, 0.18. Web safe color of #d250ce is #cc66cc. Color #d250ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01010000 | 11001110 |
Octal | 322 | 120 | 316 |
Decimal | 210 | 80 | 206 |
Hex | D2 | 50 | CE |
Shades of #d250ce
Tints of #d250ce
RGB Percentages of Color #d250ce
CMYK Percentages of Color #d250ce
Complementary Color
#d250ce | #50d254 |
#d250ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d250ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#d250ce Color CSS Codes
.mybgcolor {background-color:#d250ce; } .myforecolor {color:#d250ce; } .mybordercolor {border:3px solid #d250ce; }
#d250ce Text Font Color
<p style="color:#d250ce">Text here</p>
This sample text font color is #d250ce
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.
#d250ce Background Color
<div style="background-color:#d250ce">
Div content here</div>
This div background color is #d250ce
#d250ce Border Color
<div style="border:3px solid #d250ce">
Div here</div>
This div border color is #d250ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,80,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d250ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d250ce; -webkit-box-shadow: 1px 1px 3px 2px #d250ce; box-shadow: 1px 1px 3px 2px #d250ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,80,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d250ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d250ce; -webkit-box-shadow: 1px 1px 3px 2px #d250ce; box-shadow: 1px 1px 3px 2px #d250ce;">
Div content here</div>
This div box has shadow with color #d250ce
Comments
No comments written yet.
Please login to write comment.