Color spaces of #d083fb
RGB | 208 | 131 | 251 |
---|---|---|---|
HSL | 0.77 | 0.94 | 0.75 |
HSV | 279° | 48° | 98° |
CMYK | 0.17 | 0.48 | 0.00 0.02 |
XYZ | 51.5413 | 36.6075 | 95.6162 |
Yxy | 36.6075 | 0.2805 | 0.1992 |
Hunter Lab | 60.5041 | 46.1755 | -51.3446 |
CIE-Lab | 66.9815 | 50.0539 | -48.4512 |
#d083fb color RGB value is (208,131,251).
#d083fb hex color red value is 208, green value is 131 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d083fb hue: 0.77 , saturation: 0.94 and the lightness value of d083fb is 0.75.
The process color (four color CMYK) of #d083fb color hex is 0.17, 0.48, 0.00, 0.02. Web safe color of #d083fb is #cc99ff. Color #d083fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10000011 | 11111011 |
Octal | 320 | 203 | 373 |
Decimal | 208 | 131 | 251 |
Hex | D0 | 83 | FB |
Shades of #d083fb
Tints of #d083fb
RGB Percentages of Color #d083fb
CMYK Percentages of Color #d083fb
Complementary Color
#d083fb | #aefb83 |
#d083fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d083fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d083fb Color CSS Codes
.mybgcolor {background-color:#d083fb; } .myforecolor {color:#d083fb; } .mybordercolor {border:3px solid #d083fb; }
#d083fb Text Font Color
<p style="color:#d083fb">Text here</p>
This sample text font color is #d083fb
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.
#d083fb Background Color
<div style="background-color:#d083fb">
Div content here</div>
This div background color is #d083fb
#d083fb Border Color
<div style="border:3px solid #d083fb">
Div here</div>
This div border color is #d083fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,131,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d083fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d083fb; -webkit-box-shadow: 1px 1px 3px 2px #d083fb; box-shadow: 1px 1px 3px 2px #d083fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,131,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 #d083fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d083fb; -webkit-box-shadow: 1px 1px 3px 2px #d083fb; box-shadow: 1px 1px 3px 2px #d083fb;">
Div content here</div>
This div box has shadow with color #d083fb
Comments
No comments written yet.
Please login to write comment.