Color spaces of #d478da
RGB | 212 | 120 | 218 |
---|---|---|---|
HSL | 0.82 | 0.57 | 0.66 |
HSV | 296° | 45° | 85° |
CMYK | 0.03 | 0.45 | 0.00 0.15 |
XYZ | 46.5227 | 32.4919 | 70.1492 |
Yxy | 32.4919 | 0.3119 | 0.2178 |
Hunter Lab | 57.0017 | 45.9323 | -33.0642 |
CIE-Lab | 63.7474 | 50.3061 | -35.2411 |
#d478da color RGB value is (212,120,218).
#d478da hex color red value is 212, green value is 120 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d478da hue: 0.82 , saturation: 0.57 and the lightness value of d478da is 0.66.
The process color (four color CMYK) of #d478da color hex is 0.03, 0.45, 0.00, 0.15. Web safe color of #d478da is #cc66cc. Color #d478da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01111000 | 11011010 |
Octal | 324 | 170 | 332 |
Decimal | 212 | 120 | 218 |
Hex | D4 | 78 | DA |
Shades of #d478da
Tints of #d478da
RGB Percentages of Color #d478da
CMYK Percentages of Color #d478da
Complementary Color
#d478da | #7eda78 |
#d478da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d478da Color Preview on White Background
Lorem ipsum dolor sit amet.
#d478da Color CSS Codes
.mybgcolor {background-color:#d478da; } .myforecolor {color:#d478da; } .mybordercolor {border:3px solid #d478da; }
#d478da Text Font Color
<p style="color:#d478da">Text here</p>
This sample text font color is #d478da
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.
#d478da Background Color
<div style="background-color:#d478da">
Div content here</div>
This div background color is #d478da
#d478da Border Color
<div style="border:3px solid #d478da">
Div here</div>
This div border color is #d478da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,120,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d478da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d478da; -webkit-box-shadow: 1px 1px 3px 2px #d478da; box-shadow: 1px 1px 3px 2px #d478da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,120,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d478da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d478da; -webkit-box-shadow: 1px 1px 3px 2px #d478da; box-shadow: 1px 1px 3px 2px #d478da;">
Div content here</div>
This div box has shadow with color #d478da
Comments
No comments written yet.
Please login to write comment.