Color spaces of #94879d
RGB | 148 | 135 | 157 |
---|---|---|---|
HSL | 0.77 | 0.10 | 0.57 |
HSV | 275° | 14° | 62° |
CMYK | 0.06 | 0.14 | 0.00 0.38 |
XYZ | 26.9625 | 26.0582 | 35.5069 |
Yxy | 26.0582 | 0.3046 | 0.2944 |
Hunter Lab | 51.0472 | 4.9488 | -5.5073 |
CIE-Lab | 58.0923 | 9.1685 | -9.9168 |
#94879d color RGB value is (148,135,157).
#94879d hex color red value is 148, green value is 135 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #94879d hue: 0.77 , saturation: 0.10 and the lightness value of 94879d is 0.57.
The process color (four color CMYK) of #94879d color hex is 0.06, 0.14, 0.00, 0.38. Web safe color of #94879d is #999999. Color #94879d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10000111 | 10011101 |
Octal | 224 | 207 | 235 |
Decimal | 148 | 135 | 157 |
Hex | 94 | 87 | 9D |
Shades of #94879d
Tints of #94879d
RGB Percentages of Color #94879d
CMYK Percentages of Color #94879d
Complementary Color
#94879d | #909d87 |
#94879d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94879d Color Preview on White Background
Lorem ipsum dolor sit amet.
#94879d Color CSS Codes
.mybgcolor {background-color:#94879d; } .myforecolor {color:#94879d; } .mybordercolor {border:3px solid #94879d; }
#94879d Text Font Color
<p style="color:#94879d">Text here</p>
This sample text font color is #94879d
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.
#94879d Background Color
<div style="background-color:#94879d">
Div content here</div>
This div background color is #94879d
#94879d Border Color
<div style="border:3px solid #94879d">
Div here</div>
This div border color is #94879d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,135,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94879d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94879d; -webkit-box-shadow: 1px 1px 3px 2px #94879d; box-shadow: 1px 1px 3px 2px #94879d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,135,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94879d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94879d; -webkit-box-shadow: 1px 1px 3px 2px #94879d; box-shadow: 1px 1px 3px 2px #94879d;">
Div content here</div>
This div box has shadow with color #94879d
Comments
No comments written yet.
Please login to write comment.