Color spaces of #d10abe
RGB | 209 | 10 | 190 |
---|---|---|---|
HSL | 0.85 | 0.91 | 0.43 |
HSV | 306° | 95° | 82° |
CMYK | 0.00 | 0.95 | 0.09 0.18 |
XYZ | 35.6973 | 17.4901 | 50.2097 |
Yxy | 17.4901 | 0.3452 | 0.1692 |
Hunter Lab | 41.8212 | 79.1752 | -41.9076 |
CIE-Lab | 48.8717 | 81.1272 | -42.6679 |
#d10abe color RGB value is (209,10,190).
#d10abe hex color red value is 209, green value is 10 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d10abe hue: 0.85 , saturation: 0.91 and the lightness value of d10abe is 0.43.
The process color (four color CMYK) of #d10abe color hex is 0.00, 0.95, 0.09, 0.18. Web safe color of #d10abe is #cc00cc. Color #d10abe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00001010 | 10111110 |
Octal | 321 | 12 | 276 |
Decimal | 209 | 10 | 190 |
Hex | D1 | A | BE |
Shades of #d10abe
Tints of #d10abe
RGB Percentages of Color #d10abe
CMYK Percentages of Color #d10abe
Complementary Color
#d10abe | #0ad11d |
#d10abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d10abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d10abe Color CSS Codes
.mybgcolor {background-color:#d10abe; } .myforecolor {color:#d10abe; } .mybordercolor {border:3px solid #d10abe; }
#d10abe Text Font Color
<p style="color:#d10abe">Text here</p>
This sample text font color is #d10abe
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.
#d10abe Background Color
<div style="background-color:#d10abe">
Div content here</div>
This div background color is #d10abe
#d10abe Border Color
<div style="border:3px solid #d10abe">
Div here</div>
This div border color is #d10abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,10,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d10abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d10abe; -webkit-box-shadow: 1px 1px 3px 2px #d10abe; box-shadow: 1px 1px 3px 2px #d10abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,10,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 #d10abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d10abe; -webkit-box-shadow: 1px 1px 3px 2px #d10abe; box-shadow: 1px 1px 3px 2px #d10abe;">
Div content here</div>
This div box has shadow with color #d10abe
Comments
No comments written yet.
Please login to write comment.