Color spaces of #d479bf
RGB | 212 | 121 | 191 |
---|---|---|---|
HSL | 0.87 | 0.51 | 0.65 |
HSV | 314° | 43° | 83° |
CMYK | 0.00 | 0.43 | 0.10 0.17 |
XYZ | 43.3927 | 31.4334 | 53.0704 |
Yxy | 31.4334 | 0.3393 | 0.2458 |
Hunter Lab | 56.0655 | 40.0380 | -16.8768 |
CIE-Lab | 62.8718 | 45.0371 | -21.4103 |
#d479bf color RGB value is (212,121,191).
#d479bf hex color red value is 212, green value is 121 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d479bf hue: 0.87 , saturation: 0.51 and the lightness value of d479bf is 0.65.
The process color (four color CMYK) of #d479bf color hex is 0.00, 0.43, 0.10, 0.17. Web safe color of #d479bf is #cc66cc. Color #d479bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01111001 | 10111111 |
Octal | 324 | 171 | 277 |
Decimal | 212 | 121 | 191 |
Hex | D4 | 79 | BF |
Shades of #d479bf
Tints of #d479bf
RGB Percentages of Color #d479bf
CMYK Percentages of Color #d479bf
Complementary Color
#d479bf | #79d48e |
#d479bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d479bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d479bf Color CSS Codes
.mybgcolor {background-color:#d479bf; } .myforecolor {color:#d479bf; } .mybordercolor {border:3px solid #d479bf; }
#d479bf Text Font Color
<p style="color:#d479bf">Text here</p>
This sample text font color is #d479bf
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.
#d479bf Background Color
<div style="background-color:#d479bf">
Div content here</div>
This div background color is #d479bf
#d479bf Border Color
<div style="border:3px solid #d479bf">
Div here</div>
This div border color is #d479bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,121,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d479bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d479bf; -webkit-box-shadow: 1px 1px 3px 2px #d479bf; box-shadow: 1px 1px 3px 2px #d479bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,121,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d479bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d479bf; -webkit-box-shadow: 1px 1px 3px 2px #d479bf; box-shadow: 1px 1px 3px 2px #d479bf;">
Div content here</div>
This div box has shadow with color #d479bf
Comments
No comments written yet.
Please login to write comment.