Color spaces of #d03d4e
RGB | 208 | 61 | 78 |
---|---|---|---|
HSL | 0.98 | 0.61 | 0.53 |
HSV | 353° | 71° | 82° |
CMYK | 0.00 | 0.71 | 0.63 0.18 |
XYZ | 29.0563 | 17.2974 | 9.0150 |
Yxy | 17.2974 | 0.5248 | 0.3124 |
Hunter Lab | 41.5901 | 51.9235 | 16.2615 |
CIE-Lab | 48.6326 | 58.2360 | 24.2659 |
#d03d4e color RGB value is (208,61,78).
#d03d4e hex color red value is 208, green value is 61 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d03d4e hue: 0.98 , saturation: 0.61 and the lightness value of d03d4e is 0.53.
The process color (four color CMYK) of #d03d4e color hex is 0.00, 0.71, 0.63, 0.18. Web safe color of #d03d4e is #cc3366. Color #d03d4e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00111101 | 01001110 |
Octal | 320 | 75 | 116 |
Decimal | 208 | 61 | 78 |
Hex | D0 | 3D | 4E |
Shades of #d03d4e
Tints of #d03d4e
RGB Percentages of Color #d03d4e
CMYK Percentages of Color #d03d4e
Complementary Color
#d03d4e | #3dd0bf |
#d03d4e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d03d4e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d03d4e Color CSS Codes
.mybgcolor {background-color:#d03d4e; } .myforecolor {color:#d03d4e; } .mybordercolor {border:3px solid #d03d4e; }
#d03d4e Text Font Color
<p style="color:#d03d4e">Text here</p>
This sample text font color is #d03d4e
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.
#d03d4e Background Color
<div style="background-color:#d03d4e">
Div content here</div>
This div background color is #d03d4e
#d03d4e Border Color
<div style="border:3px solid #d03d4e">
Div here</div>
This div border color is #d03d4e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,61,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d03d4e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d03d4e; -webkit-box-shadow: 1px 1px 3px 2px #d03d4e; box-shadow: 1px 1px 3px 2px #d03d4e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,61,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 #d03d4e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d03d4e; -webkit-box-shadow: 1px 1px 3px 2px #d03d4e; box-shadow: 1px 1px 3px 2px #d03d4e;">
Div content here</div>
This div box has shadow with color #d03d4e
Comments
No comments written yet.
Please login to write comment.