Color spaces of #d38399
RGB | 211 | 131 | 153 |
---|---|---|---|
HSL | 0.95 | 0.48 | 0.67 |
HSV | 344° | 38° | 83° |
CMYK | 0.00 | 0.38 | 0.27 0.17 |
XYZ | 40.7300 | 32.3814 | 34.2405 |
Yxy | 32.3814 | 0.3794 | 0.3016 |
Hunter Lab | 56.9047 | 28.1798 | 4.1575 |
CIE-Lab | 63.6569 | 33.6115 | 1.3339 |
#d38399 color RGB value is (211,131,153).
#d38399 hex color red value is 211, green value is 131 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d38399 hue: 0.95 , saturation: 0.48 and the lightness value of d38399 is 0.67.
The process color (four color CMYK) of #d38399 color hex is 0.00, 0.38, 0.27, 0.17. Web safe color of #d38399 is #cc9999. Color #d38399 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10000011 | 10011001 |
Octal | 323 | 203 | 231 |
Decimal | 211 | 131 | 153 |
Hex | D3 | 83 | 99 |
Shades of #d38399
Tints of #d38399
RGB Percentages of Color #d38399
CMYK Percentages of Color #d38399
Complementary Color
#d38399 | #83d3bd |
#d38399 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d38399 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d38399 Color CSS Codes
.mybgcolor {background-color:#d38399; } .myforecolor {color:#d38399; } .mybordercolor {border:3px solid #d38399; }
#d38399 Text Font Color
<p style="color:#d38399">Text here</p>
This sample text font color is #d38399
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.
#d38399 Background Color
<div style="background-color:#d38399">
Div content here</div>
This div background color is #d38399
#d38399 Border Color
<div style="border:3px solid #d38399">
Div here</div>
This div border color is #d38399
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,131,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d38399; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d38399; -webkit-box-shadow: 1px 1px 3px 2px #d38399; box-shadow: 1px 1px 3px 2px #d38399; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,131,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d38399">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d38399; -webkit-box-shadow: 1px 1px 3px 2px #d38399; box-shadow: 1px 1px 3px 2px #d38399;">
Div content here</div>
This div box has shadow with color #d38399
Comments
No comments written yet.
Please login to write comment.