Color spaces of #b39fed
RGB | 179 | 159 | 237 |
---|---|---|---|
HSL | 0.71 | 0.68 | 0.78 |
HSV | 255° | 33° | 93° |
CMYK | 0.24 | 0.33 | 0.00 0.07 |
XYZ | 46.2746 | 40.4944 | 85.4980 |
Yxy | 40.4944 | 0.2686 | 0.2351 |
Hunter Lab | 63.6352 | 18.4410 | -35.1153 |
CIE-Lab | 69.8202 | 23.4282 | -36.5478 |
#b39fed color RGB value is (179,159,237).
#b39fed hex color red value is 179, green value is 159 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b39fed hue: 0.71 , saturation: 0.68 and the lightness value of b39fed is 0.78.
The process color (four color CMYK) of #b39fed color hex is 0.24, 0.33, 0.00, 0.07. Web safe color of #b39fed is #cc99ff. Color #b39fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10011111 | 11101101 |
Octal | 263 | 237 | 355 |
Decimal | 179 | 159 | 237 |
Hex | B3 | 9F | ED |
Shades of #b39fed
Tints of #b39fed
RGB Percentages of Color #b39fed
CMYK Percentages of Color #b39fed
Complementary Color
#b39fed | #d9ed9f |
#b39fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b39fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#b39fed Color CSS Codes
.mybgcolor {background-color:#b39fed; } .myforecolor {color:#b39fed; } .mybordercolor {border:3px solid #b39fed; }
#b39fed Text Font Color
<p style="color:#b39fed">Text here</p>
This sample text font color is #b39fed
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.
#b39fed Background Color
<div style="background-color:#b39fed">
Div content here</div>
This div background color is #b39fed
#b39fed Border Color
<div style="border:3px solid #b39fed">
Div here</div>
This div border color is #b39fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,159,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b39fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b39fed; -webkit-box-shadow: 1px 1px 3px 2px #b39fed; box-shadow: 1px 1px 3px 2px #b39fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,159,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b39fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b39fed; -webkit-box-shadow: 1px 1px 3px 2px #b39fed; box-shadow: 1px 1px 3px 2px #b39fed;">
Div content here</div>
This div box has shadow with color #b39fed
Comments
No comments written yet.
Please login to write comment.