Color spaces of #7d7dac
RGB | 125 | 125 | 172 |
---|---|---|---|
HSL | 0.67 | 0.22 | 0.58 |
HSV | 240° | 27° | 67° |
CMYK | 0.27 | 0.27 | 0.00 0.33 |
XYZ | 23.2375 | 22.0058 | 42.0525 |
Yxy | 22.0058 | 0.2662 | 0.2521 |
Hunter Lab | 46.9103 | 6.3286 | -20.3129 |
CIE-Lab | 54.0332 | 10.7795 | -24.9021 |
#7d7dac color RGB value is (125,125,172).
#7d7dac hex color red value is 125, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7d7dac hue: 0.67 , saturation: 0.22 and the lightness value of 7d7dac is 0.58.
The process color (four color CMYK) of #7d7dac color hex is 0.27, 0.27, 0.00, 0.33. Web safe color of #7d7dac is #666699. Color #7d7dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 01111101 | 10101100 |
Octal | 175 | 175 | 254 |
Decimal | 125 | 125 | 172 |
Hex | 7D | 7D | AC |
Shades of #7d7dac
Tints of #7d7dac
RGB Percentages of Color #7d7dac
CMYK Percentages of Color #7d7dac
Complementary Color
#7d7dac | #acac7d |
#7d7dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7d7dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#7d7dac Color CSS Codes
.mybgcolor {background-color:#7d7dac; } .myforecolor {color:#7d7dac; } .mybordercolor {border:3px solid #7d7dac; }
#7d7dac Text Font Color
<p style="color:#7d7dac">Text here</p>
This sample text font color is #7d7dac
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.
#7d7dac Background Color
<div style="background-color:#7d7dac">
Div content here</div>
This div background color is #7d7dac
#7d7dac Border Color
<div style="border:3px solid #7d7dac">
Div here</div>
This div border color is #7d7dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,125,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7d7dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7d7dac; -webkit-box-shadow: 1px 1px 3px 2px #7d7dac; box-shadow: 1px 1px 3px 2px #7d7dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,125,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7d7dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7d7dac; -webkit-box-shadow: 1px 1px 3px 2px #7d7dac; box-shadow: 1px 1px 3px 2px #7d7dac;">
Div content here</div>
This div box has shadow with color #7d7dac
Comments
No comments written yet.
Please login to write comment.