Color spaces of #d6315e
RGB | 214 | 49 | 94 |
---|---|---|---|
HSL | 0.95 | 0.67 | 0.52 |
HSV | 344° | 77° | 84° |
CMYK | 0.00 | 0.77 | 0.56 0.16 |
XYZ | 30.8502 | 17.3009 | 12.3031 |
Yxy | 17.3009 | 0.5103 | 0.2862 |
Hunter Lab | 41.5944 | 59.6019 | 11.5788 |
CIE-Lab | 48.6370 | 65.0109 | 14.7530 |
#d6315e color RGB value is (214,49,94).
#d6315e hex color red value is 214, green value is 49 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d6315e hue: 0.95 , saturation: 0.67 and the lightness value of d6315e is 0.52.
The process color (four color CMYK) of #d6315e color hex is 0.00, 0.77, 0.56, 0.16. Web safe color of #d6315e is #cc3366. Color #d6315e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00110001 | 01011110 |
Octal | 326 | 61 | 136 |
Decimal | 214 | 49 | 94 |
Hex | D6 | 31 | 5E |
Shades of #d6315e
Tints of #d6315e
RGB Percentages of Color #d6315e
CMYK Percentages of Color #d6315e
Complementary Color
#d6315e | #31d6a9 |
#d6315e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6315e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6315e Color CSS Codes
.mybgcolor {background-color:#d6315e; } .myforecolor {color:#d6315e; } .mybordercolor {border:3px solid #d6315e; }
#d6315e Text Font Color
<p style="color:#d6315e">Text here</p>
This sample text font color is #d6315e
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.
#d6315e Background Color
<div style="background-color:#d6315e">
Div content here</div>
This div background color is #d6315e
#d6315e Border Color
<div style="border:3px solid #d6315e">
Div here</div>
This div border color is #d6315e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,49,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6315e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6315e; -webkit-box-shadow: 1px 1px 3px 2px #d6315e; box-shadow: 1px 1px 3px 2px #d6315e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,49,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6315e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6315e; -webkit-box-shadow: 1px 1px 3px 2px #d6315e; box-shadow: 1px 1px 3px 2px #d6315e;">
Div content here</div>
This div box has shadow with color #d6315e
Comments
No comments written yet.
Please login to write comment.