Color spaces of #b36bee
RGB | 179 | 107 | 238 |
---|---|---|---|
HSL | 0.76 | 0.79 | 0.68 |
HSV | 273° | 55° | 93° |
CMYK | 0.25 | 0.55 | 0.00 0.07 |
XYZ | 39.2807 | 26.2721 | 83.8896 |
Yxy | 26.2721 | 0.2628 | 0.1758 |
Hunter Lab | 51.2563 | 47.0964 | -61.1587 |
CIE-Lab | 58.2944 | 52.2002 | -55.2555 |
#b36bee color RGB value is (179,107,238).
#b36bee hex color red value is 179, green value is 107 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b36bee hue: 0.76 , saturation: 0.79 and the lightness value of b36bee is 0.68.
The process color (four color CMYK) of #b36bee color hex is 0.25, 0.55, 0.00, 0.07. Web safe color of #b36bee is #cc66ff. Color #b36bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01101011 | 11101110 |
Octal | 263 | 153 | 356 |
Decimal | 179 | 107 | 238 |
Hex | B3 | 6B | EE |
Shades of #b36bee
Tints of #b36bee
RGB Percentages of Color #b36bee
CMYK Percentages of Color #b36bee
Complementary Color
#b36bee | #a6ee6b |
#b36bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b36bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b36bee Color CSS Codes
.mybgcolor {background-color:#b36bee; } .myforecolor {color:#b36bee; } .mybordercolor {border:3px solid #b36bee; }
#b36bee Text Font Color
<p style="color:#b36bee">Text here</p>
This sample text font color is #b36bee
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.
#b36bee Background Color
<div style="background-color:#b36bee">
Div content here</div>
This div background color is #b36bee
#b36bee Border Color
<div style="border:3px solid #b36bee">
Div here</div>
This div border color is #b36bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,107,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b36bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b36bee; -webkit-box-shadow: 1px 1px 3px 2px #b36bee; box-shadow: 1px 1px 3px 2px #b36bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,107,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b36bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b36bee; -webkit-box-shadow: 1px 1px 3px 2px #b36bee; box-shadow: 1px 1px 3px 2px #b36bee;">
Div content here</div>
This div box has shadow with color #b36bee
Comments
No comments written yet.
Please login to write comment.