Color spaces of #b250ce
RGB | 178 | 80 | 206 |
---|---|---|---|
HSL | 0.80 | 0.56 | 0.56 |
HSV | 287° | 61° | 81° |
CMYK | 0.14 | 0.61 | 0.00 0.19 |
XYZ | 32.3693 | 19.6585 | 60.4809 |
Yxy | 19.6585 | 0.2877 | 0.1747 |
Hunter Lab | 44.3379 | 52.7242 | -49.8404 |
CIE-Lab | 51.4489 | 58.4405 | -48.1142 |
#b250ce color RGB value is (178,80,206).
#b250ce hex color red value is 178, green value is 80 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b250ce hue: 0.80 , saturation: 0.56 and the lightness value of b250ce is 0.56.
The process color (four color CMYK) of #b250ce color hex is 0.14, 0.61, 0.00, 0.19. Web safe color of #b250ce is #9966cc. Color #b250ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01010000 | 11001110 |
Octal | 262 | 120 | 316 |
Decimal | 178 | 80 | 206 |
Hex | B2 | 50 | CE |
Shades of #b250ce
Tints of #b250ce
RGB Percentages of Color #b250ce
CMYK Percentages of Color #b250ce
Complementary Color
#b250ce | #6cce50 |
#b250ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b250ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b250ce Color CSS Codes
.mybgcolor {background-color:#b250ce; } .myforecolor {color:#b250ce; } .mybordercolor {border:3px solid #b250ce; }
#b250ce Text Font Color
<p style="color:#b250ce">Text here</p>
This sample text font color is #b250ce
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.
#b250ce Background Color
<div style="background-color:#b250ce">
Div content here</div>
This div background color is #b250ce
#b250ce Border Color
<div style="border:3px solid #b250ce">
Div here</div>
This div border color is #b250ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,80,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b250ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b250ce; -webkit-box-shadow: 1px 1px 3px 2px #b250ce; box-shadow: 1px 1px 3px 2px #b250ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,80,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b250ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b250ce; -webkit-box-shadow: 1px 1px 3px 2px #b250ce; box-shadow: 1px 1px 3px 2px #b250ce;">
Div content here</div>
This div box has shadow with color #b250ce
Comments
No comments written yet.
Please login to write comment.