Color spaces of #b445db
RGB | 180 | 69 | 219 |
---|---|---|---|
HSL | 0.79 | 0.68 | 0.56 |
HSV | 284° | 68° | 86° |
CMYK | 0.18 | 0.68 | 0.00 0.14 |
XYZ | 33.7367 | 19.0740 | 68.9214 |
Yxy | 19.0740 | 0.2771 | 0.1567 |
Hunter Lab | 43.6738 | 61.4568 | -62.9936 |
CIE-Lab | 50.7737 | 66.2000 | -56.5958 |
#b445db color RGB value is (180,69,219).
#b445db hex color red value is 180, green value is 69 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b445db hue: 0.79 , saturation: 0.68 and the lightness value of b445db is 0.56.
The process color (four color CMYK) of #b445db color hex is 0.18, 0.68, 0.00, 0.14. Web safe color of #b445db is #cc33cc. Color #b445db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01000101 | 11011011 |
Octal | 264 | 105 | 333 |
Decimal | 180 | 69 | 219 |
Hex | B4 | 45 | DB |
Shades of #b445db
Tints of #b445db
RGB Percentages of Color #b445db
CMYK Percentages of Color #b445db
Complementary Color
#b445db | #6cdb45 |
#b445db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b445db Color Preview on White Background
Lorem ipsum dolor sit amet.
#b445db Color CSS Codes
.mybgcolor {background-color:#b445db; } .myforecolor {color:#b445db; } .mybordercolor {border:3px solid #b445db; }
#b445db Text Font Color
<p style="color:#b445db">Text here</p>
This sample text font color is #b445db
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.
#b445db Background Color
<div style="background-color:#b445db">
Div content here</div>
This div background color is #b445db
#b445db Border Color
<div style="border:3px solid #b445db">
Div here</div>
This div border color is #b445db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,69,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b445db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b445db; -webkit-box-shadow: 1px 1px 3px 2px #b445db; box-shadow: 1px 1px 3px 2px #b445db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,69,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 #b445db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b445db; -webkit-box-shadow: 1px 1px 3px 2px #b445db; box-shadow: 1px 1px 3px 2px #b445db;">
Div content here</div>
This div box has shadow with color #b445db
Comments
No comments written yet.
Please login to write comment.