Color spaces of #b068fb
RGB | 176 | 104 | 251 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.70 |
HSV | 269° | 59° | 98° |
CMYK | 0.30 | 0.59 | 0.00 0.02 |
XYZ | 40.2674 | 26.0958 | 94.1814 |
Yxy | 26.0958 | 0.2508 | 0.1625 |
Hunter Lab | 51.0840 | 51.3069 | -73.5515 |
CIE-Lab | 58.1279 | 56.0108 | -62.7533 |
#b068fb color RGB value is (176,104,251).
#b068fb hex color red value is 176, green value is 104 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b068fb hue: 0.75 , saturation: 0.95 and the lightness value of b068fb is 0.70.
The process color (four color CMYK) of #b068fb color hex is 0.30, 0.59, 0.00, 0.02. Web safe color of #b068fb is #9966ff. Color #b068fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01101000 | 11111011 |
Octal | 260 | 150 | 373 |
Decimal | 176 | 104 | 251 |
Hex | B0 | 68 | FB |
Shades of #b068fb
Tints of #b068fb
RGB Percentages of Color #b068fb
CMYK Percentages of Color #b068fb
Complementary Color
#b068fb | #b3fb68 |
#b068fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b068fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b068fb Color CSS Codes
.mybgcolor {background-color:#b068fb; } .myforecolor {color:#b068fb; } .mybordercolor {border:3px solid #b068fb; }
#b068fb Text Font Color
<p style="color:#b068fb">Text here</p>
This sample text font color is #b068fb
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.
#b068fb Background Color
<div style="background-color:#b068fb">
Div content here</div>
This div background color is #b068fb
#b068fb Border Color
<div style="border:3px solid #b068fb">
Div here</div>
This div border color is #b068fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,104,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b068fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b068fb; -webkit-box-shadow: 1px 1px 3px 2px #b068fb; box-shadow: 1px 1px 3px 2px #b068fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,104,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 #b068fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b068fb; -webkit-box-shadow: 1px 1px 3px 2px #b068fb; box-shadow: 1px 1px 3px 2px #b068fb;">
Div content here</div>
This div box has shadow with color #b068fb
Comments
No comments written yet.
Please login to write comment.