Color spaces of #d4877d
RGB | 212 | 135 | 125 |
---|---|---|---|
HSL | 0.02 | 0.50 | 0.66 |
HSV | 7° | 41° | 83° |
CMYK | 0.00 | 0.36 | 0.41 0.17 |
XYZ | 39.5170 | 32.8057 | 23.6514 |
Yxy | 32.8057 | 0.4117 | 0.3418 |
Hunter Lab | 57.2763 | 22.9203 | 15.6104 |
CIE-Lab | 64.0033 | 28.3384 | 17.7115 |
#d4877d color RGB value is (212,135,125).
#d4877d hex color red value is 212, green value is 135 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d4877d hue: 0.02 , saturation: 0.50 and the lightness value of d4877d is 0.66.
The process color (four color CMYK) of #d4877d color hex is 0.00, 0.36, 0.41, 0.17. Web safe color of #d4877d is #cc9966. Color #d4877d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10000111 | 01111101 |
Octal | 324 | 207 | 175 |
Decimal | 212 | 135 | 125 |
Hex | D4 | 87 | 7D |
Shades of #d4877d
Tints of #d4877d
RGB Percentages of Color #d4877d
CMYK Percentages of Color #d4877d
Complementary Color
#d4877d | #7dcad4 |
#d4877d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4877d Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4877d Color CSS Codes
.mybgcolor {background-color:#d4877d; } .myforecolor {color:#d4877d; } .mybordercolor {border:3px solid #d4877d; }
#d4877d Text Font Color
<p style="color:#d4877d">Text here</p>
This sample text font color is #d4877d
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.
#d4877d Background Color
<div style="background-color:#d4877d">
Div content here</div>
This div background color is #d4877d
#d4877d Border Color
<div style="border:3px solid #d4877d">
Div here</div>
This div border color is #d4877d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,135,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4877d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4877d; -webkit-box-shadow: 1px 1px 3px 2px #d4877d; box-shadow: 1px 1px 3px 2px #d4877d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,135,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4877d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4877d; -webkit-box-shadow: 1px 1px 3px 2px #d4877d; box-shadow: 1px 1px 3px 2px #d4877d;">
Div content here</div>
This div box has shadow with color #d4877d
Comments
No comments written yet.
Please login to write comment.