Color spaces of #dcabfb
RGB | 220 | 171 | 251 |
---|---|---|---|
HSL | 0.77 | 0.91 | 0.83 |
HSV | 277° | 32° | 98° |
CMYK | 0.12 | 0.32 | 0.00 0.02 |
XYZ | 61.4907 | 51.3065 | 97.9290 |
Yxy | 51.3065 | 0.2918 | 0.2435 |
Hunter Lab | 71.6286 | 27.8863 | -30.9200 |
CIE-Lab | 76.8643 | 32.1640 | -32.9439 |
#dcabfb color RGB value is (220,171,251).
#dcabfb hex color red value is 220, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dcabfb hue: 0.77 , saturation: 0.91 and the lightness value of dcabfb is 0.83.
The process color (four color CMYK) of #dcabfb color hex is 0.12, 0.32, 0.00, 0.02. Web safe color of #dcabfb is #cc99ff. Color #dcabfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101011 | 11111011 |
Octal | 334 | 253 | 373 |
Decimal | 220 | 171 | 251 |
Hex | DC | AB | FB |
Shades of #dcabfb
Tints of #dcabfb
RGB Percentages of Color #dcabfb
CMYK Percentages of Color #dcabfb
Complementary Color
#dcabfb | #cafbab |
#dcabfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcabfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcabfb Color CSS Codes
.mybgcolor {background-color:#dcabfb; } .myforecolor {color:#dcabfb; } .mybordercolor {border:3px solid #dcabfb; }
#dcabfb Text Font Color
<p style="color:#dcabfb">Text here</p>
This sample text font color is #dcabfb
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.
#dcabfb Background Color
<div style="background-color:#dcabfb">
Div content here</div>
This div background color is #dcabfb
#dcabfb Border Color
<div style="border:3px solid #dcabfb">
Div here</div>
This div border color is #dcabfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,171,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcabfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcabfb; -webkit-box-shadow: 1px 1px 3px 2px #dcabfb; box-shadow: 1px 1px 3px 2px #dcabfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,171,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcabfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcabfb; -webkit-box-shadow: 1px 1px 3px 2px #dcabfb; box-shadow: 1px 1px 3px 2px #dcabfb;">
Div content here</div>
This div box has shadow with color #dcabfb
Comments
No comments written yet.
Please login to write comment.