Color spaces of #b28bcf
RGB | 178 | 139 | 207 |
---|---|---|---|
HSL | 0.76 | 0.41 | 0.68 |
HSV | 274° | 33° | 81° |
CMYK | 0.14 | 0.33 | 0.00 0.19 |
XYZ | 38.8552 | 32.4352 | 63.2442 |
Yxy | 32.4352 | 0.2888 | 0.2411 |
Hunter Lab | 56.9519 | 22.1150 | -25.9743 |
CIE-Lab | 63.7010 | 27.5466 | -29.4566 |
#b28bcf color RGB value is (178,139,207).
#b28bcf hex color red value is 178, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b28bcf hue: 0.76 , saturation: 0.41 and the lightness value of b28bcf is 0.68.
The process color (four color CMYK) of #b28bcf color hex is 0.14, 0.33, 0.00, 0.19. Web safe color of #b28bcf is #9999cc. Color #b28bcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10001011 | 11001111 |
Octal | 262 | 213 | 317 |
Decimal | 178 | 139 | 207 |
Hex | B2 | 8B | CF |
Shades of #b28bcf
Tints of #b28bcf
RGB Percentages of Color #b28bcf
CMYK Percentages of Color #b28bcf
Complementary Color
#b28bcf | #a8cf8b |
#b28bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b28bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b28bcf Color CSS Codes
.mybgcolor {background-color:#b28bcf; } .myforecolor {color:#b28bcf; } .mybordercolor {border:3px solid #b28bcf; }
#b28bcf Text Font Color
<p style="color:#b28bcf">Text here</p>
This sample text font color is #b28bcf
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.
#b28bcf Background Color
<div style="background-color:#b28bcf">
Div content here</div>
This div background color is #b28bcf
#b28bcf Border Color
<div style="border:3px solid #b28bcf">
Div here</div>
This div border color is #b28bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,139,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b28bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b28bcf; -webkit-box-shadow: 1px 1px 3px 2px #b28bcf; box-shadow: 1px 1px 3px 2px #b28bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,139,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b28bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b28bcf; -webkit-box-shadow: 1px 1px 3px 2px #b28bcf; box-shadow: 1px 1px 3px 2px #b28bcf;">
Div content here</div>
This div box has shadow with color #b28bcf
Comments
No comments written yet.
Please login to write comment.