Color spaces of #d06cfb
RGB | 208 | 108 | 251 |
---|---|---|---|
HSL | 0.78 | 0.95 | 0.70 |
HSV | 282° | 57° | 98° |
CMYK | 0.17 | 0.57 | 0.00 0.02 |
XYZ | 48.7876 | 31.1001 | 94.6983 |
Yxy | 31.1001 | 0.2794 | 0.1781 |
Hunter Lab | 55.7675 | 58.5659 | -61.6427 |
CIE-Lab | 62.5920 | 61.5794 | -55.4044 |
#d06cfb color RGB value is (208,108,251).
#d06cfb hex color red value is 208, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d06cfb hue: 0.78 , saturation: 0.95 and the lightness value of d06cfb is 0.70.
The process color (four color CMYK) of #d06cfb color hex is 0.17, 0.57, 0.00, 0.02. Web safe color of #d06cfb is #cc66ff. Color #d06cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01101100 | 11111011 |
Octal | 320 | 154 | 373 |
Decimal | 208 | 108 | 251 |
Hex | D0 | 6C | FB |
Shades of #d06cfb
Tints of #d06cfb
RGB Percentages of Color #d06cfb
CMYK Percentages of Color #d06cfb
Complementary Color
#d06cfb | #97fb6c |
#d06cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d06cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d06cfb Color CSS Codes
.mybgcolor {background-color:#d06cfb; } .myforecolor {color:#d06cfb; } .mybordercolor {border:3px solid #d06cfb; }
#d06cfb Text Font Color
<p style="color:#d06cfb">Text here</p>
This sample text font color is #d06cfb
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.
#d06cfb Background Color
<div style="background-color:#d06cfb">
Div content here</div>
This div background color is #d06cfb
#d06cfb Border Color
<div style="border:3px solid #d06cfb">
Div here</div>
This div border color is #d06cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,108,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d06cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d06cfb; -webkit-box-shadow: 1px 1px 3px 2px #d06cfb; box-shadow: 1px 1px 3px 2px #d06cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,108,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 #d06cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d06cfb; -webkit-box-shadow: 1px 1px 3px 2px #d06cfb; box-shadow: 1px 1px 3px 2px #d06cfb;">
Div content here</div>
This div box has shadow with color #d06cfb
Comments
No comments written yet.
Please login to write comment.