Color spaces of #b378db
RGB | 179 | 120 | 219 |
---|---|---|---|
HSL | 0.77 | 0.58 | 0.66 |
HSV | 276° | 45° | 86° |
CMYK | 0.18 | 0.45 | 0.00 0.14 |
XYZ | 38.0931 | 28.1311 | 70.4400 |
Yxy | 28.1311 | 0.2787 | 0.2058 |
Hunter Lab | 53.0388 | 35.3831 | -41.6150 |
CIE-Lab | 60.0070 | 41.0266 | -41.9284 |
#b378db color RGB value is (179,120,219).
#b378db hex color red value is 179, green value is 120 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b378db hue: 0.77 , saturation: 0.58 and the lightness value of b378db is 0.66.
The process color (four color CMYK) of #b378db color hex is 0.18, 0.45, 0.00, 0.14. Web safe color of #b378db is #cc66cc. Color #b378db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01111000 | 11011011 |
Octal | 263 | 170 | 333 |
Decimal | 179 | 120 | 219 |
Hex | B3 | 78 | DB |
Shades of #b378db
Tints of #b378db
RGB Percentages of Color #b378db
CMYK Percentages of Color #b378db
Complementary Color
#b378db | #a0db78 |
#b378db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b378db Color Preview on White Background
Lorem ipsum dolor sit amet.
#b378db Color CSS Codes
.mybgcolor {background-color:#b378db; } .myforecolor {color:#b378db; } .mybordercolor {border:3px solid #b378db; }
#b378db Text Font Color
<p style="color:#b378db">Text here</p>
This sample text font color is #b378db
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.
#b378db Background Color
<div style="background-color:#b378db">
Div content here</div>
This div background color is #b378db
#b378db Border Color
<div style="border:3px solid #b378db">
Div here</div>
This div border color is #b378db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,120,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b378db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b378db; -webkit-box-shadow: 1px 1px 3px 2px #b378db; box-shadow: 1px 1px 3px 2px #b378db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,120,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b378db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b378db; -webkit-box-shadow: 1px 1px 3px 2px #b378db; box-shadow: 1px 1px 3px 2px #b378db;">
Div content here</div>
This div box has shadow with color #b378db
Comments
No comments written yet.
Please login to write comment.