Color spaces of #da398c
RGB | 218 | 57 | 140 |
---|---|---|---|
HSL | 0.91 | 0.69 | 0.54 |
HSV | 329° | 74° | 85° |
CMYK | 0.00 | 0.74 | 0.36 0.15 |
XYZ | 35.1102 | 19.7251 | 26.7678 |
Yxy | 19.7251 | 0.4303 | 0.2417 |
Hunter Lab | 44.4129 | 63.3887 | -4.6452 |
CIE-Lab | 51.5250 | 67.7021 | -8.8670 |
#da398c color RGB value is (218,57,140).
#da398c hex color red value is 218, green value is 57 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #da398c hue: 0.91 , saturation: 0.69 and the lightness value of da398c is 0.54.
The process color (four color CMYK) of #da398c color hex is 0.00, 0.74, 0.36, 0.15. Web safe color of #da398c is #cc3399. Color #da398c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00111001 | 10001100 |
Octal | 332 | 71 | 214 |
Decimal | 218 | 57 | 140 |
Hex | DA | 39 | 8C |
Shades of #da398c
Tints of #da398c
RGB Percentages of Color #da398c
CMYK Percentages of Color #da398c
Complementary Color
#da398c | #39da87 |
#da398c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da398c Color Preview on White Background
Lorem ipsum dolor sit amet.
#da398c Color CSS Codes
.mybgcolor {background-color:#da398c; } .myforecolor {color:#da398c; } .mybordercolor {border:3px solid #da398c; }
#da398c Text Font Color
<p style="color:#da398c">Text here</p>
This sample text font color is #da398c
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.
#da398c Background Color
<div style="background-color:#da398c">
Div content here</div>
This div background color is #da398c
#da398c Border Color
<div style="border:3px solid #da398c">
Div here</div>
This div border color is #da398c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,57,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da398c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da398c; -webkit-box-shadow: 1px 1px 3px 2px #da398c; box-shadow: 1px 1px 3px 2px #da398c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,57,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da398c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da398c; -webkit-box-shadow: 1px 1px 3px 2px #da398c; box-shadow: 1px 1px 3px 2px #da398c;">
Div content here</div>
This div box has shadow with color #da398c
Comments
No comments written yet.
Please login to write comment.