Color spaces of #b10fcf
RGB | 177 | 15 | 207 |
---|---|---|---|
HSL | 0.81 | 0.86 | 0.44 |
HSV | 291° | 93° | 81° |
CMYK | 0.14 | 0.93 | 0.00 0.19 |
XYZ | 29.5648 | 14.1938 | 60.2129 |
Yxy | 14.1938 | 0.2844 | 0.1365 |
Hunter Lab | 37.6747 | 74.1454 | -68.3870 |
CIE-Lab | 44.5096 | 77.9610 | -59.8353 |
#b10fcf color RGB value is (177,15,207).
#b10fcf hex color red value is 177, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b10fcf hue: 0.81 , saturation: 0.86 and the lightness value of b10fcf is 0.44.
The process color (four color CMYK) of #b10fcf color hex is 0.14, 0.93, 0.00, 0.19. Web safe color of #b10fcf is #9900cc. Color #b10fcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 00001111 | 11001111 |
Octal | 261 | 17 | 317 |
Decimal | 177 | 15 | 207 |
Hex | B1 | F | CF |
Shades of #b10fcf
Tints of #b10fcf
RGB Percentages of Color #b10fcf
CMYK Percentages of Color #b10fcf
Complementary Color
#b10fcf | #2dcf0f |
#b10fcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b10fcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b10fcf Color CSS Codes
.mybgcolor {background-color:#b10fcf; } .myforecolor {color:#b10fcf; } .mybordercolor {border:3px solid #b10fcf; }
#b10fcf Text Font Color
<p style="color:#b10fcf">Text here</p>
This sample text font color is #b10fcf
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.
#b10fcf Background Color
<div style="background-color:#b10fcf">
Div content here</div>
This div background color is #b10fcf
#b10fcf Border Color
<div style="border:3px solid #b10fcf">
Div here</div>
This div border color is #b10fcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,15,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b10fcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b10fcf; -webkit-box-shadow: 1px 1px 3px 2px #b10fcf; box-shadow: 1px 1px 3px 2px #b10fcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,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 #b10fcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b10fcf; -webkit-box-shadow: 1px 1px 3px 2px #b10fcf; box-shadow: 1px 1px 3px 2px #b10fcf;">
Div content here</div>
This div box has shadow with color #b10fcf
Comments
No comments written yet.
Please login to write comment.