Color spaces of #b378ff
RGB | 179 | 120 | 255 |
---|---|---|---|
HSL | 0.74 | 1.00 | 0.74 |
HSV | 266° | 53° | 100° |
CMYK | 0.30 | 0.53 | 0.00 0.00 |
XYZ | 43.3569 | 30.2366 | 98.1588 |
Yxy | 30.2366 | 0.2524 | 0.1760 |
Hunter Lab | 54.9878 | 44.5153 | -67.3472 |
CIE-Lab | 61.8578 | 49.3018 | -58.9680 |
#b378ff color RGB value is (179,120,255).
#b378ff hex color red value is 179, green value is 120 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b378ff hue: 0.74 , saturation: 1.00 and the lightness value of b378ff is 0.74.
The process color (four color CMYK) of #b378ff color hex is 0.30, 0.53, 0.00, 0.00. Web safe color of #b378ff is #cc66ff. Color #b378ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01111000 | 11111111 |
Octal | 263 | 170 | 377 |
Decimal | 179 | 120 | 255 |
Hex | B3 | 78 | FF |
Shades of #b378ff
Tints of #b378ff
RGB Percentages of Color #b378ff
CMYK Percentages of Color #b378ff
Complementary Color
#b378ff | #c4ff78 |
#b378ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b378ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b378ff Color CSS Codes
.mybgcolor {background-color:#b378ff; } .myforecolor {color:#b378ff; } .mybordercolor {border:3px solid #b378ff; }
#b378ff Text Font Color
<p style="color:#b378ff">Text here</p>
This sample text font color is #b378ff
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.
#b378ff Background Color
<div style="background-color:#b378ff">
Div content here</div>
This div background color is #b378ff
#b378ff Border Color
<div style="border:3px solid #b378ff">
Div here</div>
This div border color is #b378ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,120,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b378ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b378ff; -webkit-box-shadow: 1px 1px 3px 2px #b378ff; box-shadow: 1px 1px 3px 2px #b378ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,120,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 #b378ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b378ff; -webkit-box-shadow: 1px 1px 3px 2px #b378ff; box-shadow: 1px 1px 3px 2px #b378ff;">
Div content here</div>
This div box has shadow with color #b378ff
Comments
No comments written yet.
Please login to write comment.