Color spaces of #d770bf
RGB | 215 | 112 | 191 |
---|---|---|---|
HSL | 0.87 | 0.56 | 0.64 |
HSV | 314° | 48° | 84° |
CMYK | 0.00 | 0.48 | 0.11 0.16 |
XYZ | 43.2225 | 29.7970 | 52.7635 |
Yxy | 29.7970 | 0.3436 | 0.2369 |
Hunter Lab | 54.5866 | 45.8123 | -19.0991 |
CIE-Lab | 61.4787 | 50.5380 | -23.5082 |
#d770bf color RGB value is (215,112,191).
#d770bf hex color red value is 215, green value is 112 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d770bf hue: 0.87 , saturation: 0.56 and the lightness value of d770bf is 0.64.
The process color (four color CMYK) of #d770bf color hex is 0.00, 0.48, 0.11, 0.16. Web safe color of #d770bf is #cc66cc. Color #d770bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01110000 | 10111111 |
Octal | 327 | 160 | 277 |
Decimal | 215 | 112 | 191 |
Hex | D7 | 70 | BF |
Shades of #d770bf
Tints of #d770bf
RGB Percentages of Color #d770bf
CMYK Percentages of Color #d770bf
Complementary Color
#d770bf | #70d788 |
#d770bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d770bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d770bf Color CSS Codes
.mybgcolor {background-color:#d770bf; } .myforecolor {color:#d770bf; } .mybordercolor {border:3px solid #d770bf; }
#d770bf Text Font Color
<p style="color:#d770bf">Text here</p>
This sample text font color is #d770bf
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.
#d770bf Background Color
<div style="background-color:#d770bf">
Div content here</div>
This div background color is #d770bf
#d770bf Border Color
<div style="border:3px solid #d770bf">
Div here</div>
This div border color is #d770bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,112,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d770bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d770bf; -webkit-box-shadow: 1px 1px 3px 2px #d770bf; box-shadow: 1px 1px 3px 2px #d770bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,112,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 #d770bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d770bf; -webkit-box-shadow: 1px 1px 3px 2px #d770bf; box-shadow: 1px 1px 3px 2px #d770bf;">
Div content here</div>
This div box has shadow with color #d770bf
Comments
No comments written yet.
Please login to write comment.