Color spaces of #d74ebb
RGB | 215 | 78 | 187 |
---|---|---|---|
HSL | 0.87 | 0.63 | 0.57 |
HSV | 312° | 64° | 84° |
CMYK | 0.00 | 0.64 | 0.13 0.16 |
XYZ | 39.7184 | 23.4837 | 49.4531 |
Yxy | 23.4837 | 0.3526 | 0.2085 |
Hunter Lab | 48.4600 | 61.4958 | -26.5831 |
CIE-Lab | 55.5671 | 65.3341 | -30.3440 |
#d74ebb color RGB value is (215,78,187).
#d74ebb hex color red value is 215, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d74ebb hue: 0.87 , saturation: 0.63 and the lightness value of d74ebb is 0.57.
The process color (four color CMYK) of #d74ebb color hex is 0.00, 0.64, 0.13, 0.16. Web safe color of #d74ebb is #cc66cc. Color #d74ebb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01001110 | 10111011 |
Octal | 327 | 116 | 273 |
Decimal | 215 | 78 | 187 |
Hex | D7 | 4E | BB |
Shades of #d74ebb
Tints of #d74ebb
RGB Percentages of Color #d74ebb
CMYK Percentages of Color #d74ebb
Complementary Color
#d74ebb | #4ed76a |
#d74ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d74ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d74ebb Color CSS Codes
.mybgcolor {background-color:#d74ebb; } .myforecolor {color:#d74ebb; } .mybordercolor {border:3px solid #d74ebb; }
#d74ebb Text Font Color
<p style="color:#d74ebb">Text here</p>
This sample text font color is #d74ebb
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.
#d74ebb Background Color
<div style="background-color:#d74ebb">
Div content here</div>
This div background color is #d74ebb
#d74ebb Border Color
<div style="border:3px solid #d74ebb">
Div here</div>
This div border color is #d74ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,78,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d74ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d74ebb; -webkit-box-shadow: 1px 1px 3px 2px #d74ebb; box-shadow: 1px 1px 3px 2px #d74ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,78,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d74ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d74ebb; -webkit-box-shadow: 1px 1px 3px 2px #d74ebb; box-shadow: 1px 1px 3px 2px #d74ebb;">
Div content here</div>
This div box has shadow with color #d74ebb
Comments
No comments written yet.
Please login to write comment.