Color spaces of #957dac
RGB | 149 | 125 | 172 |
---|---|---|---|
HSL | 0.75 | 0.22 | 0.58 |
HSV | 271° | 27° | 67° |
CMYK | 0.13 | 0.27 | 0.00 0.33 |
XYZ | 27.1744 | 24.0353 | 42.2368 |
Yxy | 24.0353 | 0.2908 | 0.2572 |
Hunter Lab | 49.0258 | 13.1452 | -16.7616 |
CIE-Lab | 56.1231 | 18.5146 | -21.5112 |
#957dac color RGB value is (149,125,172).
#957dac hex color red value is 149, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #957dac hue: 0.75 , saturation: 0.22 and the lightness value of 957dac is 0.58.
The process color (four color CMYK) of #957dac color hex is 0.13, 0.27, 0.00, 0.33. Web safe color of #957dac is #996699. Color #957dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01111101 | 10101100 |
Octal | 225 | 175 | 254 |
Decimal | 149 | 125 | 172 |
Hex | 95 | 7D | AC |
Shades of #957dac
Tints of #957dac
RGB Percentages of Color #957dac
CMYK Percentages of Color #957dac
Complementary Color
#957dac | #94ac7d |
#957dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#957dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#957dac Color CSS Codes
.mybgcolor {background-color:#957dac; } .myforecolor {color:#957dac; } .mybordercolor {border:3px solid #957dac; }
#957dac Text Font Color
<p style="color:#957dac">Text here</p>
This sample text font color is #957dac
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.
#957dac Background Color
<div style="background-color:#957dac">
Div content here</div>
This div background color is #957dac
#957dac Border Color
<div style="border:3px solid #957dac">
Div here</div>
This div border color is #957dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,125,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #957dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #957dac; -webkit-box-shadow: 1px 1px 3px 2px #957dac; box-shadow: 1px 1px 3px 2px #957dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,125,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 #957dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #957dac; -webkit-box-shadow: 1px 1px 3px 2px #957dac; box-shadow: 1px 1px 3px 2px #957dac;">
Div content here</div>
This div box has shadow with color #957dac
Comments
No comments written yet.
Please login to write comment.