Color spaces of #b07ecb
RGB | 176 | 126 | 203 |
---|---|---|---|
HSL | 0.77 | 0.43 | 0.65 |
HSV | 279° | 38° | 80° |
CMYK | 0.13 | 0.38 | 0.00 0.20 |
XYZ | 36.1448 | 28.4636 | 60.0889 |
Yxy | 28.4636 | 0.2899 | 0.2283 |
Hunter Lab | 53.3513 | 27.5667 | -29.4317 |
CIE-Lab | 60.3053 | 33.3458 | -32.4886 |
#b07ecb color RGB value is (176,126,203).
#b07ecb hex color red value is 176, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b07ecb hue: 0.77 , saturation: 0.43 and the lightness value of b07ecb is 0.65.
The process color (four color CMYK) of #b07ecb color hex is 0.13, 0.38, 0.00, 0.20. Web safe color of #b07ecb is #9966cc. Color #b07ecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01111110 | 11001011 |
Octal | 260 | 176 | 313 |
Decimal | 176 | 126 | 203 |
Hex | B0 | 7E | CB |
Shades of #b07ecb
Tints of #b07ecb
RGB Percentages of Color #b07ecb
CMYK Percentages of Color #b07ecb
Complementary Color
#b07ecb | #99cb7e |
#b07ecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b07ecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b07ecb Color CSS Codes
.mybgcolor {background-color:#b07ecb; } .myforecolor {color:#b07ecb; } .mybordercolor {border:3px solid #b07ecb; }
#b07ecb Text Font Color
<p style="color:#b07ecb">Text here</p>
This sample text font color is #b07ecb
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.
#b07ecb Background Color
<div style="background-color:#b07ecb">
Div content here</div>
This div background color is #b07ecb
#b07ecb Border Color
<div style="border:3px solid #b07ecb">
Div here</div>
This div border color is #b07ecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,126,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b07ecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b07ecb; -webkit-box-shadow: 1px 1px 3px 2px #b07ecb; box-shadow: 1px 1px 3px 2px #b07ecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,126,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b07ecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b07ecb; -webkit-box-shadow: 1px 1px 3px 2px #b07ecb; box-shadow: 1px 1px 3px 2px #b07ecb;">
Div content here</div>
This div box has shadow with color #b07ecb
Comments
No comments written yet.
Please login to write comment.