Color spaces of #95444e
RGB | 149 | 68 | 78 |
---|---|---|---|
HSL | 0.98 | 0.37 | 0.43 |
HSV | 353° | 54° | 58° |
CMYK | 0.00 | 0.54 | 0.48 0.42 |
XYZ | 15.8367 | 11.0739 | 8.5105 |
Yxy | 11.0739 | 0.4471 | 0.3126 |
Hunter Lab | 33.2775 | 26.7123 | 8.1312 |
CIE-Lab | 39.7047 | 35.0284 | 10.5303 |
#95444e color RGB value is (149,68,78).
#95444e hex color red value is 149, green value is 68 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #95444e hue: 0.98 , saturation: 0.37 and the lightness value of 95444e is 0.43.
The process color (four color CMYK) of #95444e color hex is 0.00, 0.54, 0.48, 0.42. Web safe color of #95444e is #993366. Color #95444e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01000100 | 01001110 |
Octal | 225 | 104 | 116 |
Decimal | 149 | 68 | 78 |
Hex | 95 | 44 | 4E |
Shades of #95444e
Tints of #95444e
RGB Percentages of Color #95444e
CMYK Percentages of Color #95444e
Complementary Color
#95444e | #44958b |
#95444e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95444e Color Preview on White Background
Lorem ipsum dolor sit amet.
#95444e Color CSS Codes
.mybgcolor {background-color:#95444e; } .myforecolor {color:#95444e; } .mybordercolor {border:3px solid #95444e; }
#95444e Text Font Color
<p style="color:#95444e">Text here</p>
This sample text font color is #95444e
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.
#95444e Background Color
<div style="background-color:#95444e">
Div content here</div>
This div background color is #95444e
#95444e Border Color
<div style="border:3px solid #95444e">
Div here</div>
This div border color is #95444e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,68,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95444e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95444e; -webkit-box-shadow: 1px 1px 3px 2px #95444e; box-shadow: 1px 1px 3px 2px #95444e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,68,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95444e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95444e; -webkit-box-shadow: 1px 1px 3px 2px #95444e; box-shadow: 1px 1px 3px 2px #95444e;">
Div content here</div>
This div box has shadow with color #95444e
Comments
No comments written yet.
Please login to write comment.