Color spaces of #b14ada
RGB | 177 | 74 | 218 |
---|---|---|---|
HSL | 0.79 | 0.66 | 0.57 |
HSV | 283° | 66° | 85° |
CMYK | 0.19 | 0.66 | 0.00 0.15 |
XYZ | 33.2351 | 19.3066 | 68.3045 |
Yxy | 19.3066 | 0.2750 | 0.1598 |
Hunter Lab | 43.9393 | 58.1214 | -61.4100 |
CIE-Lab | 51.0440 | 63.2715 | -55.6158 |
#b14ada color RGB value is (177,74,218).
#b14ada hex color red value is 177, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b14ada hue: 0.79 , saturation: 0.66 and the lightness value of b14ada is 0.57.
The process color (four color CMYK) of #b14ada color hex is 0.19, 0.66, 0.00, 0.15. Web safe color of #b14ada is #9933cc. Color #b14ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01001010 | 11011010 |
Octal | 261 | 112 | 332 |
Decimal | 177 | 74 | 218 |
Hex | B1 | 4A | DA |
Shades of #b14ada
Tints of #b14ada
RGB Percentages of Color #b14ada
CMYK Percentages of Color #b14ada
Complementary Color
#b14ada | #73da4a |
#b14ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b14ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#b14ada Color CSS Codes
.mybgcolor {background-color:#b14ada; } .myforecolor {color:#b14ada; } .mybordercolor {border:3px solid #b14ada; }
#b14ada Text Font Color
<p style="color:#b14ada">Text here</p>
This sample text font color is #b14ada
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.
#b14ada Background Color
<div style="background-color:#b14ada">
Div content here</div>
This div background color is #b14ada
#b14ada Border Color
<div style="border:3px solid #b14ada">
Div here</div>
This div border color is #b14ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,74,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b14ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b14ada; -webkit-box-shadow: 1px 1px 3px 2px #b14ada; box-shadow: 1px 1px 3px 2px #b14ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,74,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b14ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b14ada; -webkit-box-shadow: 1px 1px 3px 2px #b14ada; box-shadow: 1px 1px 3px 2px #b14ada;">
Div content here</div>
This div box has shadow with color #b14ada
Comments
No comments written yet.
Please login to write comment.