Color spaces of #b94cea
RGB | 185 | 76 | 234 |
---|---|---|---|
HSL | 0.78 | 0.79 | 0.61 |
HSV | 281° | 68° | 92° |
CMYK | 0.21 | 0.68 | 0.00 0.08 |
XYZ | 37.4433 | 21.4237 | 80.0036 |
Yxy | 21.4237 | 0.2696 | 0.1543 |
Hunter Lab | 46.2857 | 63.3993 | -70.0811 |
CIE-Lab | 53.4101 | 67.3533 | -60.8008 |
#b94cea color RGB value is (185,76,234).
#b94cea hex color red value is 185, green value is 76 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b94cea hue: 0.78 , saturation: 0.79 and the lightness value of b94cea is 0.61.
The process color (four color CMYK) of #b94cea color hex is 0.21, 0.68, 0.00, 0.08. Web safe color of #b94cea is #cc33ff. Color #b94cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01001100 | 11101010 |
Octal | 271 | 114 | 352 |
Decimal | 185 | 76 | 234 |
Hex | B9 | 4C | EA |
Shades of #b94cea
Tints of #b94cea
RGB Percentages of Color #b94cea
CMYK Percentages of Color #b94cea
Complementary Color
#b94cea | #7dea4c |
#b94cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b94cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b94cea Color CSS Codes
.mybgcolor {background-color:#b94cea; } .myforecolor {color:#b94cea; } .mybordercolor {border:3px solid #b94cea; }
#b94cea Text Font Color
<p style="color:#b94cea">Text here</p>
This sample text font color is #b94cea
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.
#b94cea Background Color
<div style="background-color:#b94cea">
Div content here</div>
This div background color is #b94cea
#b94cea Border Color
<div style="border:3px solid #b94cea">
Div here</div>
This div border color is #b94cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,76,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b94cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b94cea; -webkit-box-shadow: 1px 1px 3px 2px #b94cea; box-shadow: 1px 1px 3px 2px #b94cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,76,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 #b94cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b94cea; -webkit-box-shadow: 1px 1px 3px 2px #b94cea; box-shadow: 1px 1px 3px 2px #b94cea;">
Div content here</div>
This div box has shadow with color #b94cea
Comments
No comments written yet.
Please login to write comment.