Color spaces of #b26bbc
RGB | 178 | 107 | 188 |
---|---|---|---|
HSL | 0.81 | 0.38 | 0.58 |
HSV | 293° | 43° | 74° |
CMYK | 0.05 | 0.43 | 0.00 0.26 |
XYZ | 32.6949 | 23.6112 | 50.4112 |
Yxy | 23.6112 | 0.3064 | 0.2212 |
Hunter Lab | 48.5914 | 35.0696 | -27.4966 |
CIE-Lab | 55.6964 | 41.2991 | -31.1076 |
#b26bbc color RGB value is (178,107,188).
#b26bbc hex color red value is 178, green value is 107 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b26bbc hue: 0.81 , saturation: 0.38 and the lightness value of b26bbc is 0.58.
The process color (four color CMYK) of #b26bbc color hex is 0.05, 0.43, 0.00, 0.26. Web safe color of #b26bbc is #9966cc. Color #b26bbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01101011 | 10111100 |
Octal | 262 | 153 | 274 |
Decimal | 178 | 107 | 188 |
Hex | B2 | 6B | BC |
Shades of #b26bbc
Tints of #b26bbc
RGB Percentages of Color #b26bbc
CMYK Percentages of Color #b26bbc
Complementary Color
#b26bbc | #75bc6b |
#b26bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b26bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b26bbc Color CSS Codes
.mybgcolor {background-color:#b26bbc; } .myforecolor {color:#b26bbc; } .mybordercolor {border:3px solid #b26bbc; }
#b26bbc Text Font Color
<p style="color:#b26bbc">Text here</p>
This sample text font color is #b26bbc
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.
#b26bbc Background Color
<div style="background-color:#b26bbc">
Div content here</div>
This div background color is #b26bbc
#b26bbc Border Color
<div style="border:3px solid #b26bbc">
Div here</div>
This div border color is #b26bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,107,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b26bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b26bbc; -webkit-box-shadow: 1px 1px 3px 2px #b26bbc; box-shadow: 1px 1px 3px 2px #b26bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,107,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b26bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b26bbc; -webkit-box-shadow: 1px 1px 3px 2px #b26bbc; box-shadow: 1px 1px 3px 2px #b26bbc;">
Div content here</div>
This div box has shadow with color #b26bbc
Comments
No comments written yet.
Please login to write comment.