Color spaces of #da7cbd
RGB | 218 | 124 | 189 |
---|---|---|---|
HSL | 0.88 | 0.56 | 0.67 |
HSV | 319° | 43° | 85° |
CMYK | 0.00 | 0.43 | 0.13 0.15 |
XYZ | 45.3064 | 32.9949 | 52.1248 |
Yxy | 32.9949 | 0.3474 | 0.2530 |
Hunter Lab | 57.4412 | 40.2688 | -13.5937 |
CIE-Lab | 64.1568 | 45.0770 | -18.2544 |
#da7cbd color RGB value is (218,124,189).
#da7cbd hex color red value is 218, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da7cbd hue: 0.88 , saturation: 0.56 and the lightness value of da7cbd is 0.67.
The process color (four color CMYK) of #da7cbd color hex is 0.00, 0.43, 0.13, 0.15. Web safe color of #da7cbd is #cc66cc. Color #da7cbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 01111100 | 10111101 |
Octal | 332 | 174 | 275 |
Decimal | 218 | 124 | 189 |
Hex | DA | 7C | BD |
Shades of #da7cbd
Tints of #da7cbd
RGB Percentages of Color #da7cbd
CMYK Percentages of Color #da7cbd
Complementary Color
#da7cbd | #7cda99 |
#da7cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da7cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#da7cbd Color CSS Codes
.mybgcolor {background-color:#da7cbd; } .myforecolor {color:#da7cbd; } .mybordercolor {border:3px solid #da7cbd; }
#da7cbd Text Font Color
<p style="color:#da7cbd">Text here</p>
This sample text font color is #da7cbd
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.
#da7cbd Background Color
<div style="background-color:#da7cbd">
Div content here</div>
This div background color is #da7cbd
#da7cbd Border Color
<div style="border:3px solid #da7cbd">
Div here</div>
This div border color is #da7cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,124,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da7cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da7cbd; -webkit-box-shadow: 1px 1px 3px 2px #da7cbd; box-shadow: 1px 1px 3px 2px #da7cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,124,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da7cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da7cbd; -webkit-box-shadow: 1px 1px 3px 2px #da7cbd; box-shadow: 1px 1px 3px 2px #da7cbd;">
Div content here</div>
This div box has shadow with color #da7cbd
Comments
No comments written yet.
Please login to write comment.