Color spaces of #b12dfa
RGB | 177 | 45 | 250 |
---|---|---|---|
HSL | 0.77 | 0.95 | 0.58 |
HSV | 279° | 82° | 98° |
CMYK | 0.29 | 0.82 | 0.00 0.02 |
XYZ | 36.3252 | 18.1260 | 92.0266 |
Yxy | 18.1260 | 0.2480 | 0.1237 |
Hunter Lab | 42.5746 | 77.7927 | -98.3552 |
CIE-Lab | 49.6486 | 79.8815 | -75.9083 |
#b12dfa color RGB value is (177,45,250).
#b12dfa hex color red value is 177, green value is 45 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b12dfa hue: 0.77 , saturation: 0.95 and the lightness value of b12dfa is 0.58.
The process color (four color CMYK) of #b12dfa color hex is 0.29, 0.82, 0.00, 0.02. Web safe color of #b12dfa is #9933ff. Color #b12dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 00101101 | 11111010 |
Octal | 261 | 55 | 372 |
Decimal | 177 | 45 | 250 |
Hex | B1 | 2D | FA |
Shades of #b12dfa
Tints of #b12dfa
RGB Percentages of Color #b12dfa
CMYK Percentages of Color #b12dfa
Complementary Color
#b12dfa | #76fa2d |
#b12dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b12dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b12dfa Color CSS Codes
.mybgcolor {background-color:#b12dfa; } .myforecolor {color:#b12dfa; } .mybordercolor {border:3px solid #b12dfa; }
#b12dfa Text Font Color
<p style="color:#b12dfa">Text here</p>
This sample text font color is #b12dfa
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.
#b12dfa Background Color
<div style="background-color:#b12dfa">
Div content here</div>
This div background color is #b12dfa
#b12dfa Border Color
<div style="border:3px solid #b12dfa">
Div here</div>
This div border color is #b12dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,45,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b12dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b12dfa; -webkit-box-shadow: 1px 1px 3px 2px #b12dfa; box-shadow: 1px 1px 3px 2px #b12dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,45,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b12dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b12dfa; -webkit-box-shadow: 1px 1px 3px 2px #b12dfa; box-shadow: 1px 1px 3px 2px #b12dfa;">
Div content here</div>
This div box has shadow with color #b12dfa
Comments
No comments written yet.
Please login to write comment.