Color spaces of #d7464e
RGB | 215 | 70 | 78 |
---|---|---|---|
HSL | 0.99 | 0.64 | 0.56 |
HSV | 357° | 67° | 84° |
CMYK | 0.00 | 0.67 | 0.64 0.16 |
XYZ | 31.5896 | 19.3774 | 9.2830 |
Yxy | 19.3774 | 0.5243 | 0.3216 |
Hunter Lab | 44.0198 | 51.0611 | 18.3106 |
CIE-Lab | 51.1259 | 57.0065 | 27.7092 |
#d7464e color RGB value is (215,70,78).
#d7464e hex color red value is 215, green value is 70 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d7464e hue: 0.99 , saturation: 0.64 and the lightness value of d7464e is 0.56.
The process color (four color CMYK) of #d7464e color hex is 0.00, 0.67, 0.64, 0.16. Web safe color of #d7464e is #cc3366. Color #d7464e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01000110 | 01001110 |
Octal | 327 | 106 | 116 |
Decimal | 215 | 70 | 78 |
Hex | D7 | 46 | 4E |
Shades of #d7464e
Tints of #d7464e
RGB Percentages of Color #d7464e
CMYK Percentages of Color #d7464e
Complementary Color
#d7464e | #46d7cf |
#d7464e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7464e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7464e Color CSS Codes
.mybgcolor {background-color:#d7464e; } .myforecolor {color:#d7464e; } .mybordercolor {border:3px solid #d7464e; }
#d7464e Text Font Color
<p style="color:#d7464e">Text here</p>
This sample text font color is #d7464e
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.
#d7464e Background Color
<div style="background-color:#d7464e">
Div content here</div>
This div background color is #d7464e
#d7464e Border Color
<div style="border:3px solid #d7464e">
Div here</div>
This div border color is #d7464e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,70,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7464e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7464e; -webkit-box-shadow: 1px 1px 3px 2px #d7464e; box-shadow: 1px 1px 3px 2px #d7464e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,70,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7464e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7464e; -webkit-box-shadow: 1px 1px 3px 2px #d7464e; box-shadow: 1px 1px 3px 2px #d7464e;">
Div content here</div>
This div box has shadow with color #d7464e
Comments
No comments written yet.
Please login to write comment.