Color spaces of #d5404c
RGB | 213 | 64 | 76 |
---|---|---|---|
HSL | 0.99 | 0.64 | 0.54 |
HSV | 355° | 70° | 84° |
CMYK | 0.00 | 0.70 | 0.64 0.16 |
XYZ | 30.5785 | 18.3347 | 8.7648 |
Yxy | 18.3347 | 0.5302 | 0.3179 |
Hunter Lab | 42.8190 | 52.5395 | 17.8370 |
CIE-Lab | 49.8996 | 58.5569 | 27.2643 |
#d5404c color RGB value is (213,64,76).
#d5404c hex color red value is 213, green value is 64 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #d5404c hue: 0.99 , saturation: 0.64 and the lightness value of d5404c is 0.54.
The process color (four color CMYK) of #d5404c color hex is 0.00, 0.70, 0.64, 0.16. Web safe color of #d5404c is #cc3333. Color #d5404c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01000000 | 01001100 |
Octal | 325 | 100 | 114 |
Decimal | 213 | 64 | 76 |
Hex | D5 | 40 | 4C |
Shades of #d5404c
Tints of #d5404c
RGB Percentages of Color #d5404c
CMYK Percentages of Color #d5404c
Complementary Color
#d5404c | #40d5c9 |
#d5404c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5404c Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5404c Color CSS Codes
.mybgcolor {background-color:#d5404c; } .myforecolor {color:#d5404c; } .mybordercolor {border:3px solid #d5404c; }
#d5404c Text Font Color
<p style="color:#d5404c">Text here</p>
This sample text font color is #d5404c
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.
#d5404c Background Color
<div style="background-color:#d5404c">
Div content here</div>
This div background color is #d5404c
#d5404c Border Color
<div style="border:3px solid #d5404c">
Div here</div>
This div border color is #d5404c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,64,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5404c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5404c; -webkit-box-shadow: 1px 1px 3px 2px #d5404c; box-shadow: 1px 1px 3px 2px #d5404c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,64,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5404c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5404c; -webkit-box-shadow: 1px 1px 3px 2px #d5404c; box-shadow: 1px 1px 3px 2px #d5404c;">
Div content here</div>
This div box has shadow with color #d5404c
Comments
No comments written yet.
Please login to write comment.