Color spaces of #7d146b
RGB | 125 | 20 | 107 |
---|---|---|---|
HSL | 0.86 | 0.72 | 0.28 |
HSV | 310° | 84° | 49° |
CMYK | 0.00 | 0.84 | 0.14 0.51 |
XYZ | 11.3614 | 5.9218 | 14.4541 |
Yxy | 5.9218 | 0.3580 | 0.1866 |
Hunter Lab | 24.3347 | 40.7522 | -18.1821 |
CIE-Lab | 29.2143 | 51.4127 | -24.0694 |
#7d146b color RGB value is (125,20,107).
#7d146b hex color red value is 125, green value is 20 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #7d146b hue: 0.86 , saturation: 0.72 and the lightness value of 7d146b is 0.28.
The process color (four color CMYK) of #7d146b color hex is 0.00, 0.84, 0.14, 0.51. Web safe color of #7d146b is #660066. Color #7d146b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 00010100 | 01101011 |
Octal | 175 | 24 | 153 |
Decimal | 125 | 20 | 107 |
Hex | 7D | 14 | 6B |
Shades of #7d146b
Tints of #7d146b
RGB Percentages of Color #7d146b
CMYK Percentages of Color #7d146b
Complementary Color
#7d146b | #147d26 |
#7d146b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7d146b Color Preview on White Background
Lorem ipsum dolor sit amet.
#7d146b Color CSS Codes
.mybgcolor {background-color:#7d146b; } .myforecolor {color:#7d146b; } .mybordercolor {border:3px solid #7d146b; }
#7d146b Text Font Color
<p style="color:#7d146b">Text here</p>
This sample text font color is #7d146b
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.
#7d146b Background Color
<div style="background-color:#7d146b">
Div content here</div>
This div background color is #7d146b
#7d146b Border Color
<div style="border:3px solid #7d146b">
Div here</div>
This div border color is #7d146b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,20,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7d146b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7d146b; -webkit-box-shadow: 1px 1px 3px 2px #7d146b; box-shadow: 1px 1px 3px 2px #7d146b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,20,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7d146b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7d146b; -webkit-box-shadow: 1px 1px 3px 2px #7d146b; box-shadow: 1px 1px 3px 2px #7d146b;">
Div content here</div>
This div box has shadow with color #7d146b
Comments
No comments written yet.
Please login to write comment.