Color spaces of #9694bf
RGB | 150 | 148 | 191 |
---|---|---|---|
HSL | 0.67 | 0.25 | 0.66 |
HSV | 243° | 23° | 75° |
CMYK | 0.21 | 0.23 | 0.00 0.25 |
XYZ | 32.5716 | 31.4254 | 53.6392 |
Yxy | 31.4254 | 0.2769 | 0.2671 |
Hunter Lab | 56.0584 | 5.6118 | -17.4905 |
CIE-Lab | 62.8651 | 9.9585 | -21.9821 |
#9694bf color RGB value is (150,148,191).
#9694bf hex color red value is 150, green value is 148 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9694bf hue: 0.67 , saturation: 0.25 and the lightness value of 9694bf is 0.66.
The process color (four color CMYK) of #9694bf color hex is 0.21, 0.23, 0.00, 0.25. Web safe color of #9694bf is #9999cc. Color #9694bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10010100 | 10111111 |
Octal | 226 | 224 | 277 |
Decimal | 150 | 148 | 191 |
Hex | 96 | 94 | BF |
Shades of #9694bf
Tints of #9694bf
RGB Percentages of Color #9694bf
CMYK Percentages of Color #9694bf
Complementary Color
#9694bf | #bdbf94 |
#9694bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9694bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9694bf Color CSS Codes
.mybgcolor {background-color:#9694bf; } .myforecolor {color:#9694bf; } .mybordercolor {border:3px solid #9694bf; }
#9694bf Text Font Color
<p style="color:#9694bf">Text here</p>
This sample text font color is #9694bf
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.
#9694bf Background Color
<div style="background-color:#9694bf">
Div content here</div>
This div background color is #9694bf
#9694bf Border Color
<div style="border:3px solid #9694bf">
Div here</div>
This div border color is #9694bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,148,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9694bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9694bf; -webkit-box-shadow: 1px 1px 3px 2px #9694bf; box-shadow: 1px 1px 3px 2px #9694bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,148,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9694bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9694bf; -webkit-box-shadow: 1px 1px 3px 2px #9694bf; box-shadow: 1px 1px 3px 2px #9694bf;">
Div content here</div>
This div box has shadow with color #9694bf
Comments
No comments written yet.
Please login to write comment.