Color spaces of #da127a
RGB | 218 | 18 | 122 |
---|---|---|---|
HSL | 0.91 | 0.85 | 0.46 |
HSV | 329° | 92° | 85° |
CMYK | 0.00 | 0.92 | 0.44 0.15 |
XYZ | 32.6426 | 16.7432 | 19.9237 |
Yxy | 16.7432 | 0.4710 | 0.2416 |
Hunter Lab | 40.9185 | 70.7907 | -0.2261 |
CIE-Lab | 47.9348 | 74.5672 | -3.3122 |
#da127a color RGB value is (218,18,122).
#da127a hex color red value is 218, green value is 18 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #da127a hue: 0.91 , saturation: 0.85 and the lightness value of da127a is 0.46.
The process color (four color CMYK) of #da127a color hex is 0.00, 0.92, 0.44, 0.15. Web safe color of #da127a is #cc0066. Color #da127a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 00010010 | 01111010 |
Octal | 332 | 22 | 172 |
Decimal | 218 | 18 | 122 |
Hex | DA | 12 | 7A |
Shades of #da127a
Tints of #da127a
RGB Percentages of Color #da127a
CMYK Percentages of Color #da127a
Complementary Color
#da127a | #12da72 |
#da127a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da127a Color Preview on White Background
Lorem ipsum dolor sit amet.
#da127a Color CSS Codes
.mybgcolor {background-color:#da127a; } .myforecolor {color:#da127a; } .mybordercolor {border:3px solid #da127a; }
#da127a Text Font Color
<p style="color:#da127a">Text here</p>
This sample text font color is #da127a
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.
#da127a Background Color
<div style="background-color:#da127a">
Div content here</div>
This div background color is #da127a
#da127a Border Color
<div style="border:3px solid #da127a">
Div here</div>
This div border color is #da127a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,18,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da127a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da127a; -webkit-box-shadow: 1px 1px 3px 2px #da127a; box-shadow: 1px 1px 3px 2px #da127a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,18,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da127a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da127a; -webkit-box-shadow: 1px 1px 3px 2px #da127a; box-shadow: 1px 1px 3px 2px #da127a;">
Div content here</div>
This div box has shadow with color #da127a
Comments
No comments written yet.
Please login to write comment.