Color spaces of #d23abf
RGB | 210 | 58 | 191 |
---|---|---|---|
HSL | 0.85 | 0.63 | 0.53 |
HSV | 308° | 72° | 82° |
CMYK | 0.00 | 0.72 | 0.09 0.18 |
XYZ | 37.4954 | 20.4893 | 51.2688 |
Yxy | 20.4893 | 0.3432 | 0.1875 |
Hunter Lab | 45.2651 | 68.6467 | -35.4683 |
CIE-Lab | 52.3860 | 71.9376 | -37.6877 |
#d23abf color RGB value is (210,58,191).
#d23abf hex color red value is 210, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d23abf hue: 0.85 , saturation: 0.63 and the lightness value of d23abf is 0.53.
The process color (four color CMYK) of #d23abf color hex is 0.00, 0.72, 0.09, 0.18. Web safe color of #d23abf is #cc33cc. Color #d23abf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00111010 | 10111111 |
Octal | 322 | 72 | 277 |
Decimal | 210 | 58 | 191 |
Hex | D2 | 3A | BF |
Shades of #d23abf
Tints of #d23abf
RGB Percentages of Color #d23abf
CMYK Percentages of Color #d23abf
Complementary Color
#d23abf | #3ad24d |
#d23abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d23abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d23abf Color CSS Codes
.mybgcolor {background-color:#d23abf; } .myforecolor {color:#d23abf; } .mybordercolor {border:3px solid #d23abf; }
#d23abf Text Font Color
<p style="color:#d23abf">Text here</p>
This sample text font color is #d23abf
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.
#d23abf Background Color
<div style="background-color:#d23abf">
Div content here</div>
This div background color is #d23abf
#d23abf Border Color
<div style="border:3px solid #d23abf">
Div here</div>
This div border color is #d23abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,58,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d23abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d23abf; -webkit-box-shadow: 1px 1px 3px 2px #d23abf; box-shadow: 1px 1px 3px 2px #d23abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,58,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d23abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d23abf; -webkit-box-shadow: 1px 1px 3px 2px #d23abf; box-shadow: 1px 1px 3px 2px #d23abf;">
Div content here</div>
This div box has shadow with color #d23abf
Comments
No comments written yet.
Please login to write comment.