Color spaces of #b454aa
RGB | 180 | 84 | 170 |
---|---|---|---|
HSL | 0.85 | 0.39 | 0.52 |
HSV | 306° | 53° | 71° |
CMYK | 0.00 | 0.53 | 0.06 0.29 |
XYZ | 29.2484 | 18.9462 | 40.1456 |
Yxy | 18.9462 | 0.3311 | 0.2145 |
Hunter Lab | 43.5272 | 43.7715 | -24.2147 |
CIE-Lab | 50.6242 | 50.3921 | -28.5439 |
#b454aa color RGB value is (180,84,170).
#b454aa hex color red value is 180, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b454aa hue: 0.85 , saturation: 0.39 and the lightness value of b454aa is 0.52.
The process color (four color CMYK) of #b454aa color hex is 0.00, 0.53, 0.06, 0.29. Web safe color of #b454aa is #cc6699. Color #b454aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01010100 | 10101010 |
Octal | 264 | 124 | 252 |
Decimal | 180 | 84 | 170 |
Hex | B4 | 54 | AA |
Shades of #b454aa
Tints of #b454aa
RGB Percentages of Color #b454aa
CMYK Percentages of Color #b454aa
Complementary Color
#b454aa | #54b45e |
#b454aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b454aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b454aa Color CSS Codes
.mybgcolor {background-color:#b454aa; } .myforecolor {color:#b454aa; } .mybordercolor {border:3px solid #b454aa; }
#b454aa Text Font Color
<p style="color:#b454aa">Text here</p>
This sample text font color is #b454aa
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.
#b454aa Background Color
<div style="background-color:#b454aa">
Div content here</div>
This div background color is #b454aa
#b454aa Border Color
<div style="border:3px solid #b454aa">
Div here</div>
This div border color is #b454aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,84,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b454aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b454aa; -webkit-box-shadow: 1px 1px 3px 2px #b454aa; box-shadow: 1px 1px 3px 2px #b454aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,84,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b454aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b454aa; -webkit-box-shadow: 1px 1px 3px 2px #b454aa; box-shadow: 1px 1px 3px 2px #b454aa;">
Div content here</div>
This div box has shadow with color #b454aa
Comments
No comments written yet.
Please login to write comment.