Color spaces of #b3aacf
RGB | 179 | 170 | 207 |
---|---|---|---|
HSL | 0.71 | 0.28 | 0.74 |
HSV | 255° | 18° | 81° |
CMYK | 0.14 | 0.18 | 0.00 0.19 |
XYZ | 44.2276 | 42.8382 | 64.9690 |
Yxy | 42.8382 | 0.2909 | 0.2818 |
Hunter Lab | 65.4509 | 6.0800 | -13.0378 |
CIE-Lab | 71.4450 | 10.5372 | -17.6082 |
#b3aacf color RGB value is (179,170,207).
#b3aacf hex color red value is 179, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b3aacf hue: 0.71 , saturation: 0.28 and the lightness value of b3aacf is 0.74.
The process color (four color CMYK) of #b3aacf color hex is 0.14, 0.18, 0.00, 0.19. Web safe color of #b3aacf is #cc99cc. Color #b3aacf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10101010 | 11001111 |
Octal | 263 | 252 | 317 |
Decimal | 179 | 170 | 207 |
Hex | B3 | AA | CF |
Shades of #b3aacf
Tints of #b3aacf
RGB Percentages of Color #b3aacf
CMYK Percentages of Color #b3aacf
Complementary Color
#b3aacf | #c6cfaa |
#b3aacf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3aacf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3aacf Color CSS Codes
.mybgcolor {background-color:#b3aacf; } .myforecolor {color:#b3aacf; } .mybordercolor {border:3px solid #b3aacf; }
#b3aacf Text Font Color
<p style="color:#b3aacf">Text here</p>
This sample text font color is #b3aacf
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.
#b3aacf Background Color
<div style="background-color:#b3aacf">
Div content here</div>
This div background color is #b3aacf
#b3aacf Border Color
<div style="border:3px solid #b3aacf">
Div here</div>
This div border color is #b3aacf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,170,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3aacf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3aacf; -webkit-box-shadow: 1px 1px 3px 2px #b3aacf; box-shadow: 1px 1px 3px 2px #b3aacf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,170,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3aacf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3aacf; -webkit-box-shadow: 1px 1px 3px 2px #b3aacf; box-shadow: 1px 1px 3px 2px #b3aacf;">
Div content here</div>
This div box has shadow with color #b3aacf
Comments
No comments written yet.
Please login to write comment.