Color spaces of #db8693
RGB | 219 | 134 | 147 |
---|---|---|---|
HSL | 0.97 | 0.54 | 0.69 |
HSV | 351° | 39° | 86° |
CMYK | 0.00 | 0.39 | 0.33 0.14 |
XYZ | 43.0050 | 34.2168 | 31.9417 |
Yxy | 34.2168 | 0.3940 | 0.3134 |
Hunter Lab | 58.4951 | 28.8648 | 8.5708 |
CIE-Lab | 65.1343 | 34.1350 | 6.9956 |
#db8693 color RGB value is (219,134,147).
#db8693 hex color red value is 219, green value is 134 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #db8693 hue: 0.97 , saturation: 0.54 and the lightness value of db8693 is 0.69.
The process color (four color CMYK) of #db8693 color hex is 0.00, 0.39, 0.33, 0.14. Web safe color of #db8693 is #cc9999. Color #db8693 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10000110 | 10010011 |
Octal | 333 | 206 | 223 |
Decimal | 219 | 134 | 147 |
Hex | DB | 86 | 93 |
Shades of #db8693
Tints of #db8693
RGB Percentages of Color #db8693
CMYK Percentages of Color #db8693
Complementary Color
#db8693 | #86dbce |
#db8693 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db8693 Color Preview on White Background
Lorem ipsum dolor sit amet.
#db8693 Color CSS Codes
.mybgcolor {background-color:#db8693; } .myforecolor {color:#db8693; } .mybordercolor {border:3px solid #db8693; }
#db8693 Text Font Color
<p style="color:#db8693">Text here</p>
This sample text font color is #db8693
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.
#db8693 Background Color
<div style="background-color:#db8693">
Div content here</div>
This div background color is #db8693
#db8693 Border Color
<div style="border:3px solid #db8693">
Div here</div>
This div border color is #db8693
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,134,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db8693; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db8693; -webkit-box-shadow: 1px 1px 3px 2px #db8693; box-shadow: 1px 1px 3px 2px #db8693; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,134,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db8693">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db8693; -webkit-box-shadow: 1px 1px 3px 2px #db8693; box-shadow: 1px 1px 3px 2px #db8693;">
Div content here</div>
This div box has shadow with color #db8693
Comments
No comments written yet.
Please login to write comment.