Color spaces of #db67be
RGB | 219 | 103 | 190 |
---|---|---|---|
HSL | 0.88 | 0.62 | 0.63 |
HSV | 315° | 53° | 86° |
CMYK | 0.00 | 0.53 | 0.13 0.14 |
XYZ | 43.3579 | 28.4783 | 51.9268 |
Yxy | 28.4783 | 0.3503 | 0.2301 |
Hunter Lab | 53.3651 | 51.6383 | -20.3365 |
CIE-Lab | 60.3184 | 55.9402 | -24.6739 |
#db67be color RGB value is (219,103,190).
#db67be hex color red value is 219, green value is 103 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #db67be hue: 0.88 , saturation: 0.62 and the lightness value of db67be is 0.63.
The process color (four color CMYK) of #db67be color hex is 0.00, 0.53, 0.13, 0.14. Web safe color of #db67be is #cc66cc. Color #db67be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01100111 | 10111110 |
Octal | 333 | 147 | 276 |
Decimal | 219 | 103 | 190 |
Hex | DB | 67 | BE |
Shades of #db67be
Tints of #db67be
RGB Percentages of Color #db67be
CMYK Percentages of Color #db67be
Complementary Color
#db67be | #67db84 |
#db67be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db67be Color Preview on White Background
Lorem ipsum dolor sit amet.
#db67be Color CSS Codes
.mybgcolor {background-color:#db67be; } .myforecolor {color:#db67be; } .mybordercolor {border:3px solid #db67be; }
#db67be Text Font Color
<p style="color:#db67be">Text here</p>
This sample text font color is #db67be
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.
#db67be Background Color
<div style="background-color:#db67be">
Div content here</div>
This div background color is #db67be
#db67be Border Color
<div style="border:3px solid #db67be">
Div here</div>
This div border color is #db67be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,103,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db67be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db67be; -webkit-box-shadow: 1px 1px 3px 2px #db67be; box-shadow: 1px 1px 3px 2px #db67be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,103,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db67be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db67be; -webkit-box-shadow: 1px 1px 3px 2px #db67be; box-shadow: 1px 1px 3px 2px #db67be;">
Div content here</div>
This div box has shadow with color #db67be
Comments
No comments written yet.
Please login to write comment.