Color spaces of #b041ee
RGB | 176 | 65 | 238 |
---|---|---|---|
HSL | 0.77 | 0.84 | 0.59 |
HSV | 278° | 73° | 93° |
CMYK | 0.26 | 0.73 | 0.00 0.07 |
XYZ | 35.2274 | 19.1837 | 82.7351 |
Yxy | 19.1837 | 0.2569 | 0.1399 |
Hunter Lab | 43.7992 | 66.9177 | -81.3372 |
CIE-Lab | 50.9014 | 70.7885 | -67.1571 |
#b041ee color RGB value is (176,65,238).
#b041ee hex color red value is 176, green value is 65 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b041ee hue: 0.77 , saturation: 0.84 and the lightness value of b041ee is 0.59.
The process color (four color CMYK) of #b041ee color hex is 0.26, 0.73, 0.00, 0.07. Web safe color of #b041ee is #9933ff. Color #b041ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01000001 | 11101110 |
Octal | 260 | 101 | 356 |
Decimal | 176 | 65 | 238 |
Hex | B0 | 41 | EE |
Shades of #b041ee
Tints of #b041ee
RGB Percentages of Color #b041ee
CMYK Percentages of Color #b041ee
Complementary Color
#b041ee | #7fee41 |
#b041ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b041ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b041ee Color CSS Codes
.mybgcolor {background-color:#b041ee; } .myforecolor {color:#b041ee; } .mybordercolor {border:3px solid #b041ee; }
#b041ee Text Font Color
<p style="color:#b041ee">Text here</p>
This sample text font color is #b041ee
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.
#b041ee Background Color
<div style="background-color:#b041ee">
Div content here</div>
This div background color is #b041ee
#b041ee Border Color
<div style="border:3px solid #b041ee">
Div here</div>
This div border color is #b041ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,65,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b041ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b041ee; -webkit-box-shadow: 1px 1px 3px 2px #b041ee; box-shadow: 1px 1px 3px 2px #b041ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,65,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b041ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b041ee; -webkit-box-shadow: 1px 1px 3px 2px #b041ee; box-shadow: 1px 1px 3px 2px #b041ee;">
Div content here</div>
This div box has shadow with color #b041ee
Comments
No comments written yet.
Please login to write comment.