Color spaces of #95048a
RGB | 149 | 4 | 138 |
---|---|---|---|
HSL | 0.85 | 0.95 | 0.30 |
HSV | 305° | 97° | 58° |
CMYK | 0.00 | 0.97 | 0.07 0.42 |
XYZ | 17.0253 | 8.3114 | 24.7517 |
Yxy | 8.3114 | 0.3399 | 0.1659 |
Hunter Lab | 28.8295 | 54.9618 | -30.7231 |
CIE-Lab | 34.6232 | 63.6493 | -34.7801 |
#95048a color RGB value is (149,4,138).
#95048a hex color red value is 149, green value is 4 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #95048a hue: 0.85 , saturation: 0.95 and the lightness value of 95048a is 0.30.
The process color (four color CMYK) of #95048a color hex is 0.00, 0.97, 0.07, 0.42. Web safe color of #95048a is #990099. Color #95048a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00000100 | 10001010 |
Octal | 225 | 4 | 212 |
Decimal | 149 | 4 | 138 |
Hex | 95 | 4 | 8A |
Shades of #95048a
Tints of #95048a
RGB Percentages of Color #95048a
CMYK Percentages of Color #95048a
Complementary Color
#95048a | #04950f |
#95048a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95048a Color Preview on White Background
Lorem ipsum dolor sit amet.
#95048a Color CSS Codes
.mybgcolor {background-color:#95048a; } .myforecolor {color:#95048a; } .mybordercolor {border:3px solid #95048a; }
#95048a Text Font Color
<p style="color:#95048a">Text here</p>
This sample text font color is #95048a
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.
#95048a Background Color
<div style="background-color:#95048a">
Div content here</div>
This div background color is #95048a
#95048a Border Color
<div style="border:3px solid #95048a">
Div here</div>
This div border color is #95048a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,4,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95048a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95048a; -webkit-box-shadow: 1px 1px 3px 2px #95048a; box-shadow: 1px 1px 3px 2px #95048a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,4,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 #95048a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95048a; -webkit-box-shadow: 1px 1px 3px 2px #95048a; box-shadow: 1px 1px 3px 2px #95048a;">
Div content here</div>
This div box has shadow with color #95048a
Comments
No comments written yet.
Please login to write comment.