Color spaces of #b374ac
RGB | 179 | 116 | 172 |
---|---|---|---|
HSL | 0.85 | 0.29 | 0.58 |
HSV | 307° | 35° | 70° |
CMYK | 0.00 | 0.35 | 0.04 0.30 |
XYZ | 32.2822 | 25.0530 | 42.1640 |
Yxy | 25.0530 | 0.3244 | 0.2518 |
Hunter Lab | 50.0530 | 27.5328 | -14.9081 |
CIE-Lab | 57.1270 | 33.6523 | -19.6964 |
#b374ac color RGB value is (179,116,172).
#b374ac hex color red value is 179, green value is 116 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b374ac hue: 0.85 , saturation: 0.29 and the lightness value of b374ac is 0.58.
The process color (four color CMYK) of #b374ac color hex is 0.00, 0.35, 0.04, 0.30. Web safe color of #b374ac is #cc6699. Color #b374ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01110100 | 10101100 |
Octal | 263 | 164 | 254 |
Decimal | 179 | 116 | 172 |
Hex | B3 | 74 | AC |
Shades of #b374ac
Tints of #b374ac
RGB Percentages of Color #b374ac
CMYK Percentages of Color #b374ac
Complementary Color
#b374ac | #74b37b |
#b374ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b374ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b374ac Color CSS Codes
.mybgcolor {background-color:#b374ac; } .myforecolor {color:#b374ac; } .mybordercolor {border:3px solid #b374ac; }
#b374ac Text Font Color
<p style="color:#b374ac">Text here</p>
This sample text font color is #b374ac
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.
#b374ac Background Color
<div style="background-color:#b374ac">
Div content here</div>
This div background color is #b374ac
#b374ac Border Color
<div style="border:3px solid #b374ac">
Div here</div>
This div border color is #b374ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,116,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b374ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b374ac; -webkit-box-shadow: 1px 1px 3px 2px #b374ac; box-shadow: 1px 1px 3px 2px #b374ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,116,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b374ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b374ac; -webkit-box-shadow: 1px 1px 3px 2px #b374ac; box-shadow: 1px 1px 3px 2px #b374ac;">
Div content here</div>
This div box has shadow with color #b374ac
Comments
No comments written yet.
Please login to write comment.