Color spaces of #b384ff
RGB | 179 | 132 | 255 |
---|---|---|---|
HSL | 0.73 | 1.00 | 0.76 |
HSV | 263° | 48° | 100° |
CMYK | 0.30 | 0.48 | 0.00 0.00 |
XYZ | 44.8917 | 33.3062 | 98.6704 |
Yxy | 33.3062 | 0.2538 | 0.1883 |
Hunter Lab | 57.7115 | 37.8535 | -60.9711 |
CIE-Lab | 64.4081 | 42.7985 | -54.9061 |
#b384ff color RGB value is (179,132,255).
#b384ff hex color red value is 179, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b384ff hue: 0.73 , saturation: 1.00 and the lightness value of b384ff is 0.76.
The process color (four color CMYK) of #b384ff color hex is 0.30, 0.48, 0.00, 0.00. Web safe color of #b384ff is #cc99ff. Color #b384ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10000100 | 11111111 |
Octal | 263 | 204 | 377 |
Decimal | 179 | 132 | 255 |
Hex | B3 | 84 | FF |
Shades of #b384ff
Tints of #b384ff
RGB Percentages of Color #b384ff
CMYK Percentages of Color #b384ff
Complementary Color
#b384ff | #d0ff84 |
#b384ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b384ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b384ff Color CSS Codes
.mybgcolor {background-color:#b384ff; } .myforecolor {color:#b384ff; } .mybordercolor {border:3px solid #b384ff; }
#b384ff Text Font Color
<p style="color:#b384ff">Text here</p>
This sample text font color is #b384ff
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.
#b384ff Background Color
<div style="background-color:#b384ff">
Div content here</div>
This div background color is #b384ff
#b384ff Border Color
<div style="border:3px solid #b384ff">
Div here</div>
This div border color is #b384ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,132,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b384ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b384ff; -webkit-box-shadow: 1px 1px 3px 2px #b384ff; box-shadow: 1px 1px 3px 2px #b384ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,132,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b384ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b384ff; -webkit-box-shadow: 1px 1px 3px 2px #b384ff; box-shadow: 1px 1px 3px 2px #b384ff;">
Div content here</div>
This div box has shadow with color #b384ff
#b384ff Color Palettes
Comments
No comments written yet.
Please login to write comment.