Color spaces of #d23abe
RGB | 210 | 58 | 190 |
---|---|---|---|
HSL | 0.86 | 0.63 | 0.53 |
HSV | 308° | 72° | 82° |
CMYK | 0.00 | 0.72 | 0.10 0.18 |
XYZ | 37.3857 | 20.4455 | 50.6911 |
Yxy | 20.4455 | 0.3445 | 0.1884 |
Hunter Lab | 45.2167 | 68.4567 | -34.8166 |
CIE-Lab | 52.3372 | 71.7898 | -37.1851 |
#d23abe color RGB value is (210,58,190).
#d23abe hex color red value is 210, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d23abe hue: 0.86 , saturation: 0.63 and the lightness value of d23abe is 0.53.
The process color (four color CMYK) of #d23abe color hex is 0.00, 0.72, 0.10, 0.18. Web safe color of #d23abe is #cc33cc. Color #d23abe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00111010 | 10111110 |
Octal | 322 | 72 | 276 |
Decimal | 210 | 58 | 190 |
Hex | D2 | 3A | BE |
Shades of #d23abe
Tints of #d23abe
RGB Percentages of Color #d23abe
CMYK Percentages of Color #d23abe
Complementary Color
#d23abe | #3ad24e |
#d23abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d23abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d23abe Color CSS Codes
.mybgcolor {background-color:#d23abe; } .myforecolor {color:#d23abe; } .mybordercolor {border:3px solid #d23abe; }
#d23abe Text Font Color
<p style="color:#d23abe">Text here</p>
This sample text font color is #d23abe
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.
#d23abe Background Color
<div style="background-color:#d23abe">
Div content here</div>
This div background color is #d23abe
#d23abe Border Color
<div style="border:3px solid #d23abe">
Div here</div>
This div border color is #d23abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,58,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d23abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d23abe; -webkit-box-shadow: 1px 1px 3px 2px #d23abe; box-shadow: 1px 1px 3px 2px #d23abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,58,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 #d23abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d23abe; -webkit-box-shadow: 1px 1px 3px 2px #d23abe; box-shadow: 1px 1px 3px 2px #d23abe;">
Div content here</div>
This div box has shadow with color #d23abe
Comments
No comments written yet.
Please login to write comment.