Color spaces of #7522ba
RGB | 117 | 34 | 186 |
---|---|---|---|
HSL | 0.76 | 0.69 | 0.43 |
HSV | 273° | 82° | 73° |
CMYK | 0.37 | 0.82 | 0.00 0.27 |
XYZ | 16.7711 | 8.4711 | 47.2055 |
Yxy | 8.4711 | 0.2315 | 0.1169 |
Hunter Lab | 29.1052 | 51.9220 | -75.7885 |
CIE-Lab | 34.9454 | 60.8508 | -63.5335 |
#7522ba color RGB value is (117,34,186).
#7522ba hex color red value is 117, green value is 34 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7522ba hue: 0.76 , saturation: 0.69 and the lightness value of 7522ba is 0.43.
The process color (four color CMYK) of #7522ba color hex is 0.37, 0.82, 0.00, 0.27. Web safe color of #7522ba is #6633cc. Color #7522ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 00100010 | 10111010 |
Octal | 165 | 42 | 272 |
Decimal | 117 | 34 | 186 |
Hex | 75 | 22 | BA |
Shades of #7522ba
Tints of #7522ba
RGB Percentages of Color #7522ba
CMYK Percentages of Color #7522ba
Complementary Color
#7522ba | #67ba22 |
#7522ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7522ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#7522ba Color CSS Codes
.mybgcolor {background-color:#7522ba; } .myforecolor {color:#7522ba; } .mybordercolor {border:3px solid #7522ba; }
#7522ba Text Font Color
<p style="color:#7522ba">Text here</p>
This sample text font color is #7522ba
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.
#7522ba Background Color
<div style="background-color:#7522ba">
Div content here</div>
This div background color is #7522ba
#7522ba Border Color
<div style="border:3px solid #7522ba">
Div here</div>
This div border color is #7522ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,34,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7522ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7522ba; -webkit-box-shadow: 1px 1px 3px 2px #7522ba; box-shadow: 1px 1px 3px 2px #7522ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,34,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7522ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7522ba; -webkit-box-shadow: 1px 1px 3px 2px #7522ba; box-shadow: 1px 1px 3px 2px #7522ba;">
Div content here</div>
This div box has shadow with color #7522ba
Comments
No comments written yet.
Please login to write comment.