Color spaces of #b441ce
RGB | 180 | 65 | 206 |
---|---|---|---|
HSL | 0.80 | 0.59 | 0.53 |
HSV | 289° | 68° | 81° |
CMYK | 0.13 | 0.68 | 0.00 0.19 |
XYZ | 31.8533 | 17.9401 | 60.1765 |
Yxy | 17.9401 | 0.2897 | 0.1631 |
Hunter Lab | 42.3558 | 60.1169 | -54.5866 |
CIE-Lab | 49.4234 | 65.3058 | -51.3302 |
#b441ce color RGB value is (180,65,206).
#b441ce hex color red value is 180, green value is 65 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b441ce hue: 0.80 , saturation: 0.59 and the lightness value of b441ce is 0.53.
The process color (four color CMYK) of #b441ce color hex is 0.13, 0.68, 0.00, 0.19. Web safe color of #b441ce is #cc33cc. Color #b441ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01000001 | 11001110 |
Octal | 264 | 101 | 316 |
Decimal | 180 | 65 | 206 |
Hex | B4 | 41 | CE |
Shades of #b441ce
Tints of #b441ce
RGB Percentages of Color #b441ce
CMYK Percentages of Color #b441ce
Complementary Color
#b441ce | #5bce41 |
#b441ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b441ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b441ce Color CSS Codes
.mybgcolor {background-color:#b441ce; } .myforecolor {color:#b441ce; } .mybordercolor {border:3px solid #b441ce; }
#b441ce Text Font Color
<p style="color:#b441ce">Text here</p>
This sample text font color is #b441ce
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.
#b441ce Background Color
<div style="background-color:#b441ce">
Div content here</div>
This div background color is #b441ce
#b441ce Border Color
<div style="border:3px solid #b441ce">
Div here</div>
This div border color is #b441ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,65,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b441ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b441ce; -webkit-box-shadow: 1px 1px 3px 2px #b441ce; box-shadow: 1px 1px 3px 2px #b441ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,65,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b441ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b441ce; -webkit-box-shadow: 1px 1px 3px 2px #b441ce; box-shadow: 1px 1px 3px 2px #b441ce;">
Div content here</div>
This div box has shadow with color #b441ce
Comments
No comments written yet.
Please login to write comment.