Color spaces of #7433ca
RGB | 116 | 51 | 202 |
---|---|---|---|
HSL | 0.74 | 0.60 | 0.50 |
HSV | 266° | 75° | 79° |
CMYK | 0.43 | 0.75 | 0.00 0.21 |
XYZ | 19.0470 | 10.3449 | 56.8700 |
Yxy | 10.3449 | 0.2208 | 0.1199 |
Hunter Lab | 32.1635 | 49.4204 | -82.3194 |
CIE-Lab | 38.4545 | 57.8770 | -67.1792 |
#7433ca color RGB value is (116,51,202).
#7433ca hex color red value is 116, green value is 51 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7433ca hue: 0.74 , saturation: 0.60 and the lightness value of 7433ca is 0.50.
The process color (four color CMYK) of #7433ca color hex is 0.43, 0.75, 0.00, 0.21. Web safe color of #7433ca is #6633cc. Color #7433ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00110011 | 11001010 |
Octal | 164 | 63 | 312 |
Decimal | 116 | 51 | 202 |
Hex | 74 | 33 | CA |
Shades of #7433ca
Tints of #7433ca
RGB Percentages of Color #7433ca
CMYK Percentages of Color #7433ca
Complementary Color
#7433ca | #89ca33 |
#7433ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7433ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#7433ca Color CSS Codes
.mybgcolor {background-color:#7433ca; } .myforecolor {color:#7433ca; } .mybordercolor {border:3px solid #7433ca; }
#7433ca Text Font Color
<p style="color:#7433ca">Text here</p>
This sample text font color is #7433ca
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.
#7433ca Background Color
<div style="background-color:#7433ca">
Div content here</div>
This div background color is #7433ca
#7433ca Border Color
<div style="border:3px solid #7433ca">
Div here</div>
This div border color is #7433ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,51,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7433ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7433ca; -webkit-box-shadow: 1px 1px 3px 2px #7433ca; box-shadow: 1px 1px 3px 2px #7433ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,51,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 #7433ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7433ca; -webkit-box-shadow: 1px 1px 3px 2px #7433ca; box-shadow: 1px 1px 3px 2px #7433ca;">
Div content here</div>
This div box has shadow with color #7433ca
Comments
No comments written yet.
Please login to write comment.