Color spaces of #d2abfc
RGB | 210 | 171 | 252 |
---|---|---|---|
HSL | 0.75 | 0.93 | 0.83 |
HSV | 269° | 32° | 99° |
CMYK | 0.17 | 0.32 | 0.00 0.01 |
XYZ | 58.7119 | 49.8557 | 98.6241 |
Yxy | 49.8557 | 0.2834 | 0.2406 |
Hunter Lab | 70.6086 | 24.8600 | -33.3886 |
CIE-Lab | 75.9806 | 29.3583 | -34.9232 |
#d2abfc color RGB value is (210,171,252).
#d2abfc hex color red value is 210, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d2abfc hue: 0.75 , saturation: 0.93 and the lightness value of d2abfc is 0.83.
The process color (four color CMYK) of #d2abfc color hex is 0.17, 0.32, 0.00, 0.01. Web safe color of #d2abfc is #cc99ff. Color #d2abfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10101011 | 11111100 |
Octal | 322 | 253 | 374 |
Decimal | 210 | 171 | 252 |
Hex | D2 | AB | FC |
Shades of #d2abfc
Tints of #d2abfc
RGB Percentages of Color #d2abfc
CMYK Percentages of Color #d2abfc
Complementary Color
#d2abfc | #d5fcab |
#d2abfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2abfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2abfc Color CSS Codes
.mybgcolor {background-color:#d2abfc; } .myforecolor {color:#d2abfc; } .mybordercolor {border:3px solid #d2abfc; }
#d2abfc Text Font Color
<p style="color:#d2abfc">Text here</p>
This sample text font color is #d2abfc
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.
#d2abfc Background Color
<div style="background-color:#d2abfc">
Div content here</div>
This div background color is #d2abfc
#d2abfc Border Color
<div style="border:3px solid #d2abfc">
Div here</div>
This div border color is #d2abfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,171,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2abfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2abfc; -webkit-box-shadow: 1px 1px 3px 2px #d2abfc; box-shadow: 1px 1px 3px 2px #d2abfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,171,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2abfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2abfc; -webkit-box-shadow: 1px 1px 3px 2px #d2abfc; box-shadow: 1px 1px 3px 2px #d2abfc;">
Div content here</div>
This div box has shadow with color #d2abfc
Comments
No comments written yet.
Please login to write comment.