Color spaces of #b27fec
RGB | 178 | 127 | 236 |
---|---|---|---|
HSL | 0.74 | 0.74 | 0.71 |
HSV | 268° | 46° | 93° |
CMYK | 0.25 | 0.46 | 0.00 0.07 |
XYZ | 41.0898 | 30.6999 | 83.1169 |
Yxy | 30.6999 | 0.2653 | 0.1982 |
Hunter Lab | 55.4075 | 35.4112 | -50.1558 |
CIE-Lab | 62.2535 | 40.7673 | -47.8649 |
#b27fec color RGB value is (178,127,236).
#b27fec hex color red value is 178, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b27fec hue: 0.74 , saturation: 0.74 and the lightness value of b27fec is 0.71.
The process color (four color CMYK) of #b27fec color hex is 0.25, 0.46, 0.00, 0.07. Web safe color of #b27fec is #9966ff. Color #b27fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01111111 | 11101100 |
Octal | 262 | 177 | 354 |
Decimal | 178 | 127 | 236 |
Hex | B2 | 7F | EC |
Shades of #b27fec
Tints of #b27fec
RGB Percentages of Color #b27fec
CMYK Percentages of Color #b27fec
Complementary Color
#b27fec | #b9ec7f |
#b27fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b27fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#b27fec Color CSS Codes
.mybgcolor {background-color:#b27fec; } .myforecolor {color:#b27fec; } .mybordercolor {border:3px solid #b27fec; }
#b27fec Text Font Color
<p style="color:#b27fec">Text here</p>
This sample text font color is #b27fec
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.
#b27fec Background Color
<div style="background-color:#b27fec">
Div content here</div>
This div background color is #b27fec
#b27fec Border Color
<div style="border:3px solid #b27fec">
Div here</div>
This div border color is #b27fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,127,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b27fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b27fec; -webkit-box-shadow: 1px 1px 3px 2px #b27fec; box-shadow: 1px 1px 3px 2px #b27fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,127,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b27fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b27fec; -webkit-box-shadow: 1px 1px 3px 2px #b27fec; box-shadow: 1px 1px 3px 2px #b27fec;">
Div content here</div>
This div box has shadow with color #b27fec
Comments
No comments written yet.
Please login to write comment.