Color spaces of #94838a
RGB | 148 | 131 | 138 |
---|---|---|---|
HSL | 0.93 | 0.07 | 0.55 |
HSV | 335° | 11° | 58° |
CMYK | 0.00 | 0.11 | 0.07 0.42 |
XYZ | 24.9165 | 24.3635 | 27.4341 |
Yxy | 24.3635 | 0.3248 | 0.3176 |
Hunter Lab | 49.3594 | 3.7274 | 1.5980 |
CIE-Lab | 56.4499 | 7.7180 | -1.4068 |
#94838a color RGB value is (148,131,138).
#94838a hex color red value is 148, green value is 131 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #94838a hue: 0.93 , saturation: 0.07 and the lightness value of 94838a is 0.55.
The process color (four color CMYK) of #94838a color hex is 0.00, 0.11, 0.07, 0.42. Web safe color of #94838a is #999999. Color #94838a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 10000011 | 10001010 |
Octal | 224 | 203 | 212 |
Decimal | 148 | 131 | 138 |
Hex | 94 | 83 | 8A |
Shades of #94838a
Tints of #94838a
RGB Percentages of Color #94838a
CMYK Percentages of Color #94838a
Complementary Color
#94838a | #83948d |
#94838a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94838a Color Preview on White Background
Lorem ipsum dolor sit amet.
#94838a Color CSS Codes
.mybgcolor {background-color:#94838a; } .myforecolor {color:#94838a; } .mybordercolor {border:3px solid #94838a; }
#94838a Text Font Color
<p style="color:#94838a">Text here</p>
This sample text font color is #94838a
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.
#94838a Background Color
<div style="background-color:#94838a">
Div content here</div>
This div background color is #94838a
#94838a Border Color
<div style="border:3px solid #94838a">
Div here</div>
This div border color is #94838a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,131,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94838a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94838a; -webkit-box-shadow: 1px 1px 3px 2px #94838a; box-shadow: 1px 1px 3px 2px #94838a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,131,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94838a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94838a; -webkit-box-shadow: 1px 1px 3px 2px #94838a; box-shadow: 1px 1px 3px 2px #94838a;">
Div content here</div>
This div box has shadow with color #94838a
Comments
No comments written yet.
Please login to write comment.