Color spaces of #dab4fb
RGB | 218 | 180 | 251 |
---|---|---|---|
HSL | 0.76 | 0.90 | 0.85 |
HSV | 272° | 28° | 98° |
CMYK | 0.13 | 0.28 | 0.00 0.02 |
XYZ | 62.6473 | 54.5130 | 98.4870 |
Yxy | 54.5130 | 0.2905 | 0.2528 |
Hunter Lab | 73.8329 | 22.2498 | -27.4049 |
CIE-Lab | 78.7599 | 26.6877 | -30.0415 |
#dab4fb color RGB value is (218,180,251).
#dab4fb hex color red value is 218, green value is 180 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dab4fb hue: 0.76 , saturation: 0.90 and the lightness value of dab4fb is 0.85.
The process color (four color CMYK) of #dab4fb color hex is 0.13, 0.28, 0.00, 0.02. Web safe color of #dab4fb is #ccccff. Color #dab4fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110100 | 11111011 |
Octal | 332 | 264 | 373 |
Decimal | 218 | 180 | 251 |
Hex | DA | B4 | FB |
Shades of #dab4fb
Tints of #dab4fb
RGB Percentages of Color #dab4fb
CMYK Percentages of Color #dab4fb
Complementary Color
#dab4fb | #d5fbb4 |
#dab4fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab4fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab4fb Color CSS Codes
.mybgcolor {background-color:#dab4fb; } .myforecolor {color:#dab4fb; } .mybordercolor {border:3px solid #dab4fb; }
#dab4fb Text Font Color
<p style="color:#dab4fb">Text here</p>
This sample text font color is #dab4fb
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.
#dab4fb Background Color
<div style="background-color:#dab4fb">
Div content here</div>
This div background color is #dab4fb
#dab4fb Border Color
<div style="border:3px solid #dab4fb">
Div here</div>
This div border color is #dab4fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,180,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab4fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab4fb; -webkit-box-shadow: 1px 1px 3px 2px #dab4fb; box-shadow: 1px 1px 3px 2px #dab4fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,180,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 #dab4fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab4fb; -webkit-box-shadow: 1px 1px 3px 2px #dab4fb; box-shadow: 1px 1px 3px 2px #dab4fb;">
Div content here</div>
This div box has shadow with color #dab4fb
Comments
No comments written yet.
Please login to write comment.