Color spaces of #da32bd
RGB | 218 | 50 | 189 |
---|---|---|---|
HSL | 0.86 | 0.69 | 0.53 |
HSV | 310° | 77° | 85° |
CMYK | 0.00 | 0.77 | 0.13 0.15 |
XYZ | 39.2394 | 20.8608 | 50.1025 |
Yxy | 20.8608 | 0.3561 | 0.1893 |
Hunter Lab | 45.6736 | 73.4252 | -33.0677 |
CIE-Lab | 52.7968 | 75.7663 | -35.7904 |
#da32bd color RGB value is (218,50,189).
#da32bd hex color red value is 218, green value is 50 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da32bd hue: 0.86 , saturation: 0.69 and the lightness value of da32bd is 0.53.
The process color (four color CMYK) of #da32bd color hex is 0.00, 0.77, 0.13, 0.15. Web safe color of #da32bd is #cc33cc. Color #da32bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00110010 | 10111101 |
Octal | 332 | 62 | 275 |
Decimal | 218 | 50 | 189 |
Hex | DA | 32 | BD |
Shades of #da32bd
Tints of #da32bd
RGB Percentages of Color #da32bd
CMYK Percentages of Color #da32bd
Complementary Color
#da32bd | #32da4f |
#da32bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da32bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#da32bd Color CSS Codes
.mybgcolor {background-color:#da32bd; } .myforecolor {color:#da32bd; } .mybordercolor {border:3px solid #da32bd; }
#da32bd Text Font Color
<p style="color:#da32bd">Text here</p>
This sample text font color is #da32bd
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.
#da32bd Background Color
<div style="background-color:#da32bd">
Div content here</div>
This div background color is #da32bd
#da32bd Border Color
<div style="border:3px solid #da32bd">
Div here</div>
This div border color is #da32bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,50,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da32bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da32bd; -webkit-box-shadow: 1px 1px 3px 2px #da32bd; box-shadow: 1px 1px 3px 2px #da32bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,50,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 #da32bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da32bd; -webkit-box-shadow: 1px 1px 3px 2px #da32bd; box-shadow: 1px 1px 3px 2px #da32bd;">
Div content here</div>
This div box has shadow with color #da32bd
Comments
No comments written yet.
Please login to write comment.