Color spaces of #d752cd
RGB | 215 | 82 | 205 |
---|---|---|---|
HSL | 0.85 | 0.62 | 0.58 |
HSV | 305° | 62° | 84° |
CMYK | 0.00 | 0.62 | 0.05 0.16 |
XYZ | 42.0611 | 24.8894 | 60.3449 |
Yxy | 24.8894 | 0.3304 | 0.1955 |
Hunter Lab | 49.8893 | 63.1851 | -36.7933 |
CIE-Lab | 56.9675 | 66.5075 | -38.4760 |
#d752cd color RGB value is (215,82,205).
#d752cd hex color red value is 215, green value is 82 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d752cd hue: 0.85 , saturation: 0.62 and the lightness value of d752cd is 0.58.
The process color (four color CMYK) of #d752cd color hex is 0.00, 0.62, 0.05, 0.16. Web safe color of #d752cd is #cc66cc. Color #d752cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01010010 | 11001101 |
Octal | 327 | 122 | 315 |
Decimal | 215 | 82 | 205 |
Hex | D7 | 52 | CD |
Shades of #d752cd
Tints of #d752cd
RGB Percentages of Color #d752cd
CMYK Percentages of Color #d752cd
Complementary Color
#d752cd | #52d75c |
#d752cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d752cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d752cd Color CSS Codes
.mybgcolor {background-color:#d752cd; } .myforecolor {color:#d752cd; } .mybordercolor {border:3px solid #d752cd; }
#d752cd Text Font Color
<p style="color:#d752cd">Text here</p>
This sample text font color is #d752cd
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.
#d752cd Background Color
<div style="background-color:#d752cd">
Div content here</div>
This div background color is #d752cd
#d752cd Border Color
<div style="border:3px solid #d752cd">
Div here</div>
This div border color is #d752cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,82,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d752cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d752cd; -webkit-box-shadow: 1px 1px 3px 2px #d752cd; box-shadow: 1px 1px 3px 2px #d752cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,82,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 #d752cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d752cd; -webkit-box-shadow: 1px 1px 3px 2px #d752cd; box-shadow: 1px 1px 3px 2px #d752cd;">
Div content here</div>
This div box has shadow with color #d752cd
Comments
No comments written yet.
Please login to write comment.