Color spaces of #935faf
RGB | 147 | 95 | 175 |
---|---|---|---|
HSL | 0.78 | 0.33 | 0.53 |
HSV | 279° | 46° | 69° |
CMYK | 0.16 | 0.46 | 0.00 0.31 |
XYZ | 23.8627 | 17.4826 | 42.6742 |
Yxy | 17.4826 | 0.2840 | 0.2081 |
Hunter Lab | 41.8122 | 28.7006 | -31.2438 |
CIE-Lab | 48.8624 | 35.8462 | -34.5314 |
#935faf color RGB value is (147,95,175).
#935faf hex color red value is 147, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #935faf hue: 0.78 , saturation: 0.33 and the lightness value of 935faf is 0.53.
The process color (four color CMYK) of #935faf color hex is 0.16, 0.46, 0.00, 0.31. Web safe color of #935faf is #996699. Color #935faf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 01011111 | 10101111 |
Octal | 223 | 137 | 257 |
Decimal | 147 | 95 | 175 |
Hex | 93 | 5F | AF |
Shades of #935faf
Tints of #935faf
RGB Percentages of Color #935faf
CMYK Percentages of Color #935faf
Complementary Color
#935faf | #7baf5f |
#935faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#935faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#935faf Color CSS Codes
.mybgcolor {background-color:#935faf; } .myforecolor {color:#935faf; } .mybordercolor {border:3px solid #935faf; }
#935faf Text Font Color
<p style="color:#935faf">Text here</p>
This sample text font color is #935faf
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.
#935faf Background Color
<div style="background-color:#935faf">
Div content here</div>
This div background color is #935faf
#935faf Border Color
<div style="border:3px solid #935faf">
Div here</div>
This div border color is #935faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,95,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #935faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #935faf; -webkit-box-shadow: 1px 1px 3px 2px #935faf; box-shadow: 1px 1px 3px 2px #935faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,95,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #935faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #935faf; -webkit-box-shadow: 1px 1px 3px 2px #935faf; box-shadow: 1px 1px 3px 2px #935faf;">
Div content here</div>
This div box has shadow with color #935faf
Comments
No comments written yet.
Please login to write comment.