Color spaces of #951007
RGB | 149 | 16 | 7 |
---|---|---|---|
HSL | 0.01 | 0.91 | 0.31 |
HSV | 4° | 95° | 58° |
CMYK | 0.00 | 0.89 | 0.95 0.42 |
XYZ | 12.6181 | 6.7755 | 0.8438 |
Yxy | 6.7755 | 0.6235 | 0.3348 |
Hunter Lab | 26.0298 | 40.9768 | 16.2989 |
CIE-Lab | 31.2903 | 51.2302 | 41.8795 |
#951007 color RGB value is (149,16,7).
#951007 hex color red value is 149, green value is 16 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #951007 hue: 0.01 , saturation: 0.91 and the lightness value of 951007 is 0.31.
The process color (four color CMYK) of #951007 color hex is 0.00, 0.89, 0.95, 0.42. Web safe color of #951007 is #990000. Color #951007 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00010000 | 00000111 |
Octal | 225 | 20 | 7 |
Decimal | 149 | 16 | 7 |
Hex | 95 | 10 | 7 |
Shades of #951007
Tints of #951007
RGB Percentages of Color #951007
CMYK Percentages of Color #951007
Complementary Color
#951007 | #078c95 |
#951007 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#951007 Color Preview on White Background
Lorem ipsum dolor sit amet.
#951007 Color CSS Codes
.mybgcolor {background-color:#951007; } .myforecolor {color:#951007; } .mybordercolor {border:3px solid #951007; }
#951007 Text Font Color
<p style="color:#951007">Text here</p>
This sample text font color is #951007
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.
#951007 Background Color
<div style="background-color:#951007">
Div content here</div>
This div background color is #951007
#951007 Border Color
<div style="border:3px solid #951007">
Div here</div>
This div border color is #951007
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,16,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #951007; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #951007; -webkit-box-shadow: 1px 1px 3px 2px #951007; box-shadow: 1px 1px 3px 2px #951007; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,16,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #951007">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #951007; -webkit-box-shadow: 1px 1px 3px 2px #951007; box-shadow: 1px 1px 3px 2px #951007;">
Div content here</div>
This div box has shadow with color #951007
Comments
No comments written yet.
Please login to write comment.