Color spaces of #b950ea
RGB | 185 | 80 | 234 |
---|---|---|---|
HSL | 0.78 | 0.79 | 0.62 |
HSV | 281° | 66° | 92° |
CMYK | 0.21 | 0.66 | 0.00 0.08 |
XYZ | 37.7275 | 21.9921 | 80.0983 |
Yxy | 21.9921 | 0.2698 | 0.1573 |
Hunter Lab | 46.8957 | 61.5353 | -68.4408 |
CIE-Lab | 54.0186 | 65.6554 | -59.8228 |
#b950ea color RGB value is (185,80,234).
#b950ea hex color red value is 185, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b950ea hue: 0.78 , saturation: 0.79 and the lightness value of b950ea is 0.62.
The process color (four color CMYK) of #b950ea color hex is 0.21, 0.66, 0.00, 0.08. Web safe color of #b950ea is #cc66ff. Color #b950ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01010000 | 11101010 |
Octal | 271 | 120 | 352 |
Decimal | 185 | 80 | 234 |
Hex | B9 | 50 | EA |
Shades of #b950ea
Tints of #b950ea
RGB Percentages of Color #b950ea
CMYK Percentages of Color #b950ea
Complementary Color
#b950ea | #81ea50 |
#b950ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b950ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b950ea Color CSS Codes
.mybgcolor {background-color:#b950ea; } .myforecolor {color:#b950ea; } .mybordercolor {border:3px solid #b950ea; }
#b950ea Text Font Color
<p style="color:#b950ea">Text here</p>
This sample text font color is #b950ea
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.
#b950ea Background Color
<div style="background-color:#b950ea">
Div content here</div>
This div background color is #b950ea
#b950ea Border Color
<div style="border:3px solid #b950ea">
Div here</div>
This div border color is #b950ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,80,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b950ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b950ea; -webkit-box-shadow: 1px 1px 3px 2px #b950ea; box-shadow: 1px 1px 3px 2px #b950ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,80,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 #b950ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b950ea; -webkit-box-shadow: 1px 1px 3px 2px #b950ea; box-shadow: 1px 1px 3px 2px #b950ea;">
Div content here</div>
This div box has shadow with color #b950ea
Comments
No comments written yet.
Please login to write comment.