Color spaces of #955292
RGB | 149 | 82 | 146 |
---|---|---|---|
HSL | 0.84 | 0.29 | 0.45 |
HSV | 303° | 45° | 58° |
CMYK | 0.00 | 0.45 | 0.02 0.42 |
XYZ | 20.6000 | 14.4995 | 28.9071 |
Yxy | 14.4995 | 0.3218 | 0.2265 |
Hunter Lab | 38.0782 | 29.9302 | -18.3553 |
CIE-Lab | 44.9409 | 37.6635 | -23.4714 |
#955292 color RGB value is (149,82,146).
#955292 hex color red value is 149, green value is 82 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #955292 hue: 0.84 , saturation: 0.29 and the lightness value of 955292 is 0.45.
The process color (four color CMYK) of #955292 color hex is 0.00, 0.45, 0.02, 0.42. Web safe color of #955292 is #996699. Color #955292 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01010010 | 10010010 |
Octal | 225 | 122 | 222 |
Decimal | 149 | 82 | 146 |
Hex | 95 | 52 | 92 |
Shades of #955292
Tints of #955292
RGB Percentages of Color #955292
CMYK Percentages of Color #955292
Complementary Color
#955292 | #529555 |
#955292 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#955292 Color Preview on White Background
Lorem ipsum dolor sit amet.
#955292 Color CSS Codes
.mybgcolor {background-color:#955292; } .myforecolor {color:#955292; } .mybordercolor {border:3px solid #955292; }
#955292 Text Font Color
<p style="color:#955292">Text here</p>
This sample text font color is #955292
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.
#955292 Background Color
<div style="background-color:#955292">
Div content here</div>
This div background color is #955292
#955292 Border Color
<div style="border:3px solid #955292">
Div here</div>
This div border color is #955292
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,82,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #955292; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #955292; -webkit-box-shadow: 1px 1px 3px 2px #955292; box-shadow: 1px 1px 3px 2px #955292; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,82,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #955292">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #955292; -webkit-box-shadow: 1px 1px 3px 2px #955292; box-shadow: 1px 1px 3px 2px #955292;">
Div content here</div>
This div box has shadow with color #955292
Comments
No comments written yet.
Please login to write comment.