Color spaces of #7350ca
RGB | 115 | 80 | 202 |
---|---|---|---|
HSL | 0.71 | 0.54 | 0.55 |
HSV | 257° | 60° | 79° |
CMYK | 0.43 | 0.60 | 0.00 0.21 |
XYZ | 20.5996 | 13.6464 | 57.4254 |
Yxy | 13.6464 | 0.2247 | 0.1489 |
Hunter Lab | 36.9410 | 34.8910 | -66.3085 |
CIE-Lab | 43.7215 | 42.9176 | -58.6207 |
#7350ca color RGB value is (115,80,202).
#7350ca hex color red value is 115, green value is 80 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7350ca hue: 0.71 , saturation: 0.54 and the lightness value of 7350ca is 0.55.
The process color (four color CMYK) of #7350ca color hex is 0.43, 0.60, 0.00, 0.21. Web safe color of #7350ca is #6666cc. Color #7350ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01010000 | 11001010 |
Octal | 163 | 120 | 312 |
Decimal | 115 | 80 | 202 |
Hex | 73 | 50 | CA |
Shades of #7350ca
Tints of #7350ca
RGB Percentages of Color #7350ca
CMYK Percentages of Color #7350ca
Complementary Color
#7350ca | #a7ca50 |
#7350ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7350ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#7350ca Color CSS Codes
.mybgcolor {background-color:#7350ca; } .myforecolor {color:#7350ca; } .mybordercolor {border:3px solid #7350ca; }
#7350ca Text Font Color
<p style="color:#7350ca">Text here</p>
This sample text font color is #7350ca
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.
#7350ca Background Color
<div style="background-color:#7350ca">
Div content here</div>
This div background color is #7350ca
#7350ca Border Color
<div style="border:3px solid #7350ca">
Div here</div>
This div border color is #7350ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,80,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7350ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7350ca; -webkit-box-shadow: 1px 1px 3px 2px #7350ca; box-shadow: 1px 1px 3px 2px #7350ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,80,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7350ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7350ca; -webkit-box-shadow: 1px 1px 3px 2px #7350ca; box-shadow: 1px 1px 3px 2px #7350ca;">
Div content here</div>
This div box has shadow with color #7350ca
Comments
No comments written yet.
Please login to write comment.