Color spaces of #b064ab
RGB | 176 | 100 | 171 |
---|---|---|---|
HSL | 0.84 | 0.32 | 0.54 |
HSV | 304° | 43° | 69° |
CMYK | 0.00 | 0.43 | 0.03 0.31 |
XYZ | 29.8124 | 21.2847 | 41.0652 |
Yxy | 21.2847 | 0.3235 | 0.2309 |
Hunter Lab | 46.1353 | 34.6088 | -20.4795 |
CIE-Lab | 53.2597 | 41.1882 | -25.0868 |
#b064ab color RGB value is (176,100,171).
#b064ab hex color red value is 176, green value is 100 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b064ab hue: 0.84 , saturation: 0.32 and the lightness value of b064ab is 0.54.
The process color (four color CMYK) of #b064ab color hex is 0.00, 0.43, 0.03, 0.31. Web safe color of #b064ab is #996699. Color #b064ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01100100 | 10101011 |
Octal | 260 | 144 | 253 |
Decimal | 176 | 100 | 171 |
Hex | B0 | 64 | AB |
Shades of #b064ab
Tints of #b064ab
RGB Percentages of Color #b064ab
CMYK Percentages of Color #b064ab
Complementary Color
#b064ab | #64b069 |
#b064ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b064ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b064ab Color CSS Codes
.mybgcolor {background-color:#b064ab; } .myforecolor {color:#b064ab; } .mybordercolor {border:3px solid #b064ab; }
#b064ab Text Font Color
<p style="color:#b064ab">Text here</p>
This sample text font color is #b064ab
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.
#b064ab Background Color
<div style="background-color:#b064ab">
Div content here</div>
This div background color is #b064ab
#b064ab Border Color
<div style="border:3px solid #b064ab">
Div here</div>
This div border color is #b064ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,100,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b064ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b064ab; -webkit-box-shadow: 1px 1px 3px 2px #b064ab; box-shadow: 1px 1px 3px 2px #b064ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,100,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b064ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b064ab; -webkit-box-shadow: 1px 1px 3px 2px #b064ab; box-shadow: 1px 1px 3px 2px #b064ab;">
Div content here</div>
This div box has shadow with color #b064ab
Comments
No comments written yet.
Please login to write comment.