Color spaces of #b257ea
RGB | 178 | 87 | 234 |
---|---|---|---|
HSL | 0.77 | 0.78 | 0.63 |
HSV | 277° | 63° | 92° |
CMYK | 0.24 | 0.63 | 0.00 0.08 |
XYZ | 36.6196 | 22.2219 | 80.2011 |
Yxy | 22.2219 | 0.2634 | 0.1598 |
Hunter Lab | 47.1401 | 56.1680 | -67.8741 |
CIE-Lab | 54.2617 | 60.9751 | -59.4810 |
#b257ea color RGB value is (178,87,234).
#b257ea hex color red value is 178, green value is 87 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b257ea hue: 0.77 , saturation: 0.78 and the lightness value of b257ea is 0.63.
The process color (four color CMYK) of #b257ea color hex is 0.24, 0.63, 0.00, 0.08. Web safe color of #b257ea is #9966ff. Color #b257ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01010111 | 11101010 |
Octal | 262 | 127 | 352 |
Decimal | 178 | 87 | 234 |
Hex | B2 | 57 | EA |
Shades of #b257ea
Tints of #b257ea
RGB Percentages of Color #b257ea
CMYK Percentages of Color #b257ea
Complementary Color
#b257ea | #8fea57 |
#b257ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b257ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b257ea Color CSS Codes
.mybgcolor {background-color:#b257ea; } .myforecolor {color:#b257ea; } .mybordercolor {border:3px solid #b257ea; }
#b257ea Text Font Color
<p style="color:#b257ea">Text here</p>
This sample text font color is #b257ea
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.
#b257ea Background Color
<div style="background-color:#b257ea">
Div content here</div>
This div background color is #b257ea
#b257ea Border Color
<div style="border:3px solid #b257ea">
Div here</div>
This div border color is #b257ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,87,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b257ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b257ea; -webkit-box-shadow: 1px 1px 3px 2px #b257ea; box-shadow: 1px 1px 3px 2px #b257ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,87,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b257ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b257ea; -webkit-box-shadow: 1px 1px 3px 2px #b257ea; box-shadow: 1px 1px 3px 2px #b257ea;">
Div content here</div>
This div box has shadow with color #b257ea
Comments
No comments written yet.
Please login to write comment.