Color spaces of #b615be
RGB | 182 | 21 | 190 |
---|---|---|---|
HSL | 0.83 | 0.80 | 0.41 |
HSV | 297° | 89° | 75° |
CMYK | 0.04 | 0.89 | 0.00 0.25 |
XYZ | 28.8538 | 14.1991 | 49.9351 |
Yxy | 14.1991 | 0.3103 | 0.1527 |
Hunter Lab | 37.6817 | 70.7389 | -52.1929 |
CIE-Lab | 44.5171 | 75.1908 | -49.8936 |
#b615be color RGB value is (182,21,190).
#b615be hex color red value is 182, green value is 21 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b615be hue: 0.83 , saturation: 0.80 and the lightness value of b615be is 0.41.
The process color (four color CMYK) of #b615be color hex is 0.04, 0.89, 0.00, 0.25. Web safe color of #b615be is #cc00cc. Color #b615be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00010101 | 10111110 |
Octal | 266 | 25 | 276 |
Decimal | 182 | 21 | 190 |
Hex | B6 | 15 | BE |
Shades of #b615be
Tints of #b615be
RGB Percentages of Color #b615be
CMYK Percentages of Color #b615be
Complementary Color
#b615be | #1dbe15 |
#b615be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b615be Color Preview on White Background
Lorem ipsum dolor sit amet.
#b615be Color CSS Codes
.mybgcolor {background-color:#b615be; } .myforecolor {color:#b615be; } .mybordercolor {border:3px solid #b615be; }
#b615be Text Font Color
<p style="color:#b615be">Text here</p>
This sample text font color is #b615be
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.
#b615be Background Color
<div style="background-color:#b615be">
Div content here</div>
This div background color is #b615be
#b615be Border Color
<div style="border:3px solid #b615be">
Div here</div>
This div border color is #b615be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,21,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b615be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b615be; -webkit-box-shadow: 1px 1px 3px 2px #b615be; box-shadow: 1px 1px 3px 2px #b615be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,21,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b615be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b615be; -webkit-box-shadow: 1px 1px 3px 2px #b615be; box-shadow: 1px 1px 3px 2px #b615be;">
Div content here</div>
This div box has shadow with color #b615be
Comments
No comments written yet.
Please login to write comment.