Color spaces of #b60fcf
RGB | 182 | 15 | 207 |
---|---|---|---|
HSL | 0.81 | 0.86 | 0.44 |
HSV | 292° | 93° | 81° |
CMYK | 0.12 | 0.93 | 0.00 0.19 |
XYZ | 30.7247 | 14.7917 | 60.2672 |
Yxy | 14.7917 | 0.2904 | 0.1398 |
Hunter Lab | 38.4600 | 75.2942 | -65.9861 |
CIE-Lab | 45.3476 | 78.7227 | -58.4399 |
#b60fcf color RGB value is (182,15,207).
#b60fcf hex color red value is 182, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b60fcf hue: 0.81 , saturation: 0.86 and the lightness value of b60fcf is 0.44.
The process color (four color CMYK) of #b60fcf color hex is 0.12, 0.93, 0.00, 0.19. Web safe color of #b60fcf is #cc00cc. Color #b60fcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00001111 | 11001111 |
Octal | 266 | 17 | 317 |
Decimal | 182 | 15 | 207 |
Hex | B6 | F | CF |
Shades of #b60fcf
Tints of #b60fcf
RGB Percentages of Color #b60fcf
CMYK Percentages of Color #b60fcf
Complementary Color
#b60fcf | #28cf0f |
#b60fcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b60fcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b60fcf Color CSS Codes
.mybgcolor {background-color:#b60fcf; } .myforecolor {color:#b60fcf; } .mybordercolor {border:3px solid #b60fcf; }
#b60fcf Text Font Color
<p style="color:#b60fcf">Text here</p>
This sample text font color is #b60fcf
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.
#b60fcf Background Color
<div style="background-color:#b60fcf">
Div content here</div>
This div background color is #b60fcf
#b60fcf Border Color
<div style="border:3px solid #b60fcf">
Div here</div>
This div border color is #b60fcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,15,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b60fcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b60fcf; -webkit-box-shadow: 1px 1px 3px 2px #b60fcf; box-shadow: 1px 1px 3px 2px #b60fcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,15,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b60fcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b60fcf; -webkit-box-shadow: 1px 1px 3px 2px #b60fcf; box-shadow: 1px 1px 3px 2px #b60fcf;">
Div content here</div>
This div box has shadow with color #b60fcf
Comments
No comments written yet.
Please login to write comment.