Color spaces of #d99194
RGB | 217 | 145 | 148 |
---|---|---|---|
HSL | 0.99 | 0.49 | 0.71 |
HSV | 358° | 33° | 85° |
CMYK | 0.00 | 0.33 | 0.32 0.15 |
XYZ | 44.0860 | 37.1406 | 32.8622 |
Yxy | 37.1406 | 0.3864 | 0.3255 |
Hunter Lab | 60.9431 | 22.4758 | 10.6894 |
CIE-Lab | 67.3824 | 27.6346 | 9.6071 |
#d99194 color RGB value is (217,145,148).
#d99194 hex color red value is 217, green value is 145 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d99194 hue: 0.99 , saturation: 0.49 and the lightness value of d99194 is 0.71.
The process color (four color CMYK) of #d99194 color hex is 0.00, 0.33, 0.32, 0.15. Web safe color of #d99194 is #cc9999. Color #d99194 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10010001 | 10010100 |
Octal | 331 | 221 | 224 |
Decimal | 217 | 145 | 148 |
Hex | D9 | 91 | 94 |
Shades of #d99194
Tints of #d99194
RGB Percentages of Color #d99194
CMYK Percentages of Color #d99194
Complementary Color
#d99194 | #91d9d6 |
#d99194 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d99194 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d99194 Color CSS Codes
.mybgcolor {background-color:#d99194; } .myforecolor {color:#d99194; } .mybordercolor {border:3px solid #d99194; }
#d99194 Text Font Color
<p style="color:#d99194">Text here</p>
This sample text font color is #d99194
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.
#d99194 Background Color
<div style="background-color:#d99194">
Div content here</div>
This div background color is #d99194
#d99194 Border Color
<div style="border:3px solid #d99194">
Div here</div>
This div border color is #d99194
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,145,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d99194; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d99194; -webkit-box-shadow: 1px 1px 3px 2px #d99194; box-shadow: 1px 1px 3px 2px #d99194; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,145,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d99194">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d99194; -webkit-box-shadow: 1px 1px 3px 2px #d99194; box-shadow: 1px 1px 3px 2px #d99194;">
Div content here</div>
This div box has shadow with color #d99194
Comments
No comments written yet.
Please login to write comment.