Color spaces of #d470cd
RGB | 212 | 112 | 205 |
---|---|---|---|
HSL | 0.85 | 0.54 | 0.64 |
HSV | 304° | 47° | 83° |
CMYK | 0.00 | 0.47 | 0.03 0.17 |
XYZ | 43.9650 | 29.9932 | 61.2297 |
Yxy | 29.9932 | 0.3252 | 0.2219 |
Hunter Lab | 54.7660 | 47.4554 | -27.9513 |
CIE-Lab | 61.6484 | 51.9958 | -31.2046 |
#d470cd color RGB value is (212,112,205).
#d470cd hex color red value is 212, green value is 112 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d470cd hue: 0.85 , saturation: 0.54 and the lightness value of d470cd is 0.64.
The process color (four color CMYK) of #d470cd color hex is 0.00, 0.47, 0.03, 0.17. Web safe color of #d470cd is #cc66cc. Color #d470cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01110000 | 11001101 |
Octal | 324 | 160 | 315 |
Decimal | 212 | 112 | 205 |
Hex | D4 | 70 | CD |
Shades of #d470cd
Tints of #d470cd
RGB Percentages of Color #d470cd
CMYK Percentages of Color #d470cd
Complementary Color
#d470cd | #70d477 |
#d470cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d470cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d470cd Color CSS Codes
.mybgcolor {background-color:#d470cd; } .myforecolor {color:#d470cd; } .mybordercolor {border:3px solid #d470cd; }
#d470cd Text Font Color
<p style="color:#d470cd">Text here</p>
This sample text font color is #d470cd
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.
#d470cd Background Color
<div style="background-color:#d470cd">
Div content here</div>
This div background color is #d470cd
#d470cd Border Color
<div style="border:3px solid #d470cd">
Div here</div>
This div border color is #d470cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,112,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d470cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d470cd; -webkit-box-shadow: 1px 1px 3px 2px #d470cd; box-shadow: 1px 1px 3px 2px #d470cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,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 #d470cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d470cd; -webkit-box-shadow: 1px 1px 3px 2px #d470cd; box-shadow: 1px 1px 3px 2px #d470cd;">
Div content here</div>
This div box has shadow with color #d470cd
Comments
No comments written yet.
Please login to write comment.