Color spaces of #d770cd
RGB | 215 | 112 | 205 |
---|---|---|---|
HSL | 0.85 | 0.56 | 0.64 |
HSV | 306° | 48° | 84° |
CMYK | 0.00 | 0.48 | 0.05 0.16 |
XYZ | 44.8379 | 30.4432 | 61.2705 |
Yxy | 30.4432 | 0.3284 | 0.2229 |
Hunter Lab | 55.1754 | 48.5000 | -27.2169 |
CIE-Lab | 62.0348 | 52.8727 | -30.5751 |
#d770cd color RGB value is (215,112,205).
#d770cd hex color red value is 215, green value is 112 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d770cd hue: 0.85 , saturation: 0.56 and the lightness value of d770cd is 0.64.
The process color (four color CMYK) of #d770cd color hex is 0.00, 0.48, 0.05, 0.16. Web safe color of #d770cd is #cc66cc. Color #d770cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01110000 | 11001101 |
Octal | 327 | 160 | 315 |
Decimal | 215 | 112 | 205 |
Hex | D7 | 70 | CD |
Shades of #d770cd
Tints of #d770cd
RGB Percentages of Color #d770cd
CMYK Percentages of Color #d770cd
Complementary Color
#d770cd | #70d77a |
#d770cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d770cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d770cd Color CSS Codes
.mybgcolor {background-color:#d770cd; } .myforecolor {color:#d770cd; } .mybordercolor {border:3px solid #d770cd; }
#d770cd Text Font Color
<p style="color:#d770cd">Text here</p>
This sample text font color is #d770cd
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.
#d770cd Background Color
<div style="background-color:#d770cd">
Div content here</div>
This div background color is #d770cd
#d770cd Border Color
<div style="border:3px solid #d770cd">
Div here</div>
This div border color is #d770cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,112,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d770cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d770cd; -webkit-box-shadow: 1px 1px 3px 2px #d770cd; box-shadow: 1px 1px 3px 2px #d770cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,112,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 #d770cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d770cd; -webkit-box-shadow: 1px 1px 3px 2px #d770cd; box-shadow: 1px 1px 3px 2px #d770cd;">
Div content here</div>
This div box has shadow with color #d770cd
Comments
No comments written yet.
Please login to write comment.