Color spaces of #d257cd
RGB | 210 | 87 | 205 |
---|---|---|---|
HSL | 0.84 | 0.58 | 0.58 |
HSV | 302° | 59° | 82° |
CMYK | 0.00 | 0.59 | 0.02 0.18 |
XYZ | 41.0060 | 24.9258 | 60.4075 |
Yxy | 24.9258 | 0.3246 | 0.1973 |
Hunter Lab | 49.9257 | 59.2391 | -36.7897 |
CIE-Lab | 57.0031 | 63.1413 | -38.4715 |
#d257cd color RGB value is (210,87,205).
#d257cd hex color red value is 210, green value is 87 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d257cd hue: 0.84 , saturation: 0.58 and the lightness value of d257cd is 0.58.
The process color (four color CMYK) of #d257cd color hex is 0.00, 0.59, 0.02, 0.18. Web safe color of #d257cd is #cc66cc. Color #d257cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01010111 | 11001101 |
Octal | 322 | 127 | 315 |
Decimal | 210 | 87 | 205 |
Hex | D2 | 57 | CD |
Shades of #d257cd
Tints of #d257cd
RGB Percentages of Color #d257cd
CMYK Percentages of Color #d257cd
Complementary Color
#d257cd | #57d25c |
#d257cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d257cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d257cd Color CSS Codes
.mybgcolor {background-color:#d257cd; } .myforecolor {color:#d257cd; } .mybordercolor {border:3px solid #d257cd; }
#d257cd Text Font Color
<p style="color:#d257cd">Text here</p>
This sample text font color is #d257cd
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.
#d257cd Background Color
<div style="background-color:#d257cd">
Div content here</div>
This div background color is #d257cd
#d257cd Border Color
<div style="border:3px solid #d257cd">
Div here</div>
This div border color is #d257cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,87,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d257cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d257cd; -webkit-box-shadow: 1px 1px 3px 2px #d257cd; box-shadow: 1px 1px 3px 2px #d257cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,87,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d257cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d257cd; -webkit-box-shadow: 1px 1px 3px 2px #d257cd; box-shadow: 1px 1px 3px 2px #d257cd;">
Div content here</div>
This div box has shadow with color #d257cd
Comments
No comments written yet.
Please login to write comment.