Color spaces of #751064
RGB | 117 | 16 | 100 |
---|---|---|---|
HSL | 0.86 | 0.76 | 0.26 |
HSV | 310° | 86° | 46° |
CMYK | 0.00 | 0.86 | 0.15 0.54 |
XYZ | 9.8217 | 5.0726 | 12.5180 |
Yxy | 5.0726 | 0.3583 | 0.1850 |
Hunter Lab | 22.5224 | 38.4270 | -17.1878 |
CIE-Lab | 26.9406 | 49.5425 | -23.2142 |
#751064 color RGB value is (117,16,100).
#751064 hex color red value is 117, green value is 16 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #751064 hue: 0.86 , saturation: 0.76 and the lightness value of 751064 is 0.26.
The process color (four color CMYK) of #751064 color hex is 0.00, 0.86, 0.15, 0.54. Web safe color of #751064 is #660066. Color #751064 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 00010000 | 01100100 |
Octal | 165 | 20 | 144 |
Decimal | 117 | 16 | 100 |
Hex | 75 | 10 | 64 |
Shades of #751064
Tints of #751064
RGB Percentages of Color #751064
CMYK Percentages of Color #751064
Complementary Color
#751064 | #107521 |
#751064 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#751064 Color Preview on White Background
Lorem ipsum dolor sit amet.
#751064 Color CSS Codes
.mybgcolor {background-color:#751064; } .myforecolor {color:#751064; } .mybordercolor {border:3px solid #751064; }
#751064 Text Font Color
<p style="color:#751064">Text here</p>
This sample text font color is #751064
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.
#751064 Background Color
<div style="background-color:#751064">
Div content here</div>
This div background color is #751064
#751064 Border Color
<div style="border:3px solid #751064">
Div here</div>
This div border color is #751064
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,16,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #751064; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #751064; -webkit-box-shadow: 1px 1px 3px 2px #751064; box-shadow: 1px 1px 3px 2px #751064; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,16,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #751064">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #751064; -webkit-box-shadow: 1px 1px 3px 2px #751064; box-shadow: 1px 1px 3px 2px #751064;">
Div content here</div>
This div box has shadow with color #751064
Comments
No comments written yet.
Please login to write comment.