Color spaces of #95305a
RGB | 149 | 48 | 90 |
---|---|---|---|
HSL | 0.93 | 0.51 | 0.39 |
HSV | 335° | 68° | 58° |
CMYK | 0.00 | 0.68 | 0.40 0.42 |
XYZ | 15.2968 | 9.2417 | 10.6504 |
Yxy | 9.2417 | 0.4347 | 0.2626 |
Hunter Lab | 30.4002 | 36.6176 | 0.5084 |
CIE-Lab | 36.4455 | 45.9135 | -1.7273 |
#95305a color RGB value is (149,48,90).
#95305a hex color red value is 149, green value is 48 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #95305a hue: 0.93 , saturation: 0.51 and the lightness value of 95305a is 0.39.
The process color (four color CMYK) of #95305a color hex is 0.00, 0.68, 0.40, 0.42. Web safe color of #95305a is #993366. Color #95305a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00110000 | 01011010 |
Octal | 225 | 60 | 132 |
Decimal | 149 | 48 | 90 |
Hex | 95 | 30 | 5A |
Shades of #95305a
Tints of #95305a
RGB Percentages of Color #95305a
CMYK Percentages of Color #95305a
Complementary Color
#95305a | #30956b |
#95305a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95305a Color Preview on White Background
Lorem ipsum dolor sit amet.
#95305a Color CSS Codes
.mybgcolor {background-color:#95305a; } .myforecolor {color:#95305a; } .mybordercolor {border:3px solid #95305a; }
#95305a Text Font Color
<p style="color:#95305a">Text here</p>
This sample text font color is #95305a
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.
#95305a Background Color
<div style="background-color:#95305a">
Div content here</div>
This div background color is #95305a
#95305a Border Color
<div style="border:3px solid #95305a">
Div here</div>
This div border color is #95305a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,48,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95305a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95305a; -webkit-box-shadow: 1px 1px 3px 2px #95305a; box-shadow: 1px 1px 3px 2px #95305a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,48,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95305a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95305a; -webkit-box-shadow: 1px 1px 3px 2px #95305a; box-shadow: 1px 1px 3px 2px #95305a;">
Div content here</div>
This div box has shadow with color #95305a
Comments
No comments written yet.
Please login to write comment.