Color spaces of #7d5bac
RGB | 125 | 91 | 172 |
---|---|---|---|
HSL | 0.74 | 0.33 | 0.52 |
HSV | 265° | 47° | 67° |
CMYK | 0.27 | 0.47 | 0.00 0.33 |
XYZ | 19.6449 | 14.8207 | 40.8550 |
Yxy | 14.8207 | 0.2608 | 0.1968 |
Hunter Lab | 38.4977 | 23.7155 | -35.9722 |
CIE-Lab | 45.3876 | 31.0227 | -38.4123 |
#7d5bac color RGB value is (125,91,172).
#7d5bac hex color red value is 125, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7d5bac hue: 0.74 , saturation: 0.33 and the lightness value of 7d5bac is 0.52.
The process color (four color CMYK) of #7d5bac color hex is 0.27, 0.47, 0.00, 0.33. Web safe color of #7d5bac is #666699. Color #7d5bac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 01011011 | 10101100 |
Octal | 175 | 133 | 254 |
Decimal | 125 | 91 | 172 |
Hex | 7D | 5B | AC |
Shades of #7d5bac
Tints of #7d5bac
RGB Percentages of Color #7d5bac
CMYK Percentages of Color #7d5bac
Complementary Color
#7d5bac | #8aac5b |
#7d5bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7d5bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#7d5bac Color CSS Codes
.mybgcolor {background-color:#7d5bac; } .myforecolor {color:#7d5bac; } .mybordercolor {border:3px solid #7d5bac; }
#7d5bac Text Font Color
<p style="color:#7d5bac">Text here</p>
This sample text font color is #7d5bac
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.
#7d5bac Background Color
<div style="background-color:#7d5bac">
Div content here</div>
This div background color is #7d5bac
#7d5bac Border Color
<div style="border:3px solid #7d5bac">
Div here</div>
This div border color is #7d5bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,91,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7d5bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7d5bac; -webkit-box-shadow: 1px 1px 3px 2px #7d5bac; box-shadow: 1px 1px 3px 2px #7d5bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,91,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 #7d5bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7d5bac; -webkit-box-shadow: 1px 1px 3px 2px #7d5bac; box-shadow: 1px 1px 3px 2px #7d5bac;">
Div content here</div>
This div box has shadow with color #7d5bac
Comments
No comments written yet.
Please login to write comment.