Color spaces of #7533fc
RGB | 117 | 51 | 252 |
---|---|---|---|
HSL | 0.72 | 0.97 | 0.59 |
HSV | 260° | 80° | 99° |
CMYK | 0.54 | 0.80 | 0.00 0.01 |
XYZ | 26.0906 | 13.1778 | 93.2639 |
Yxy | 13.1778 | 0.1969 | 0.0994 |
Hunter Lab | 36.3012 | 64.7652 | -126.9150 |
CIE-Lab | 43.0299 | 70.5121 | -88.1634 |
#7533fc color RGB value is (117,51,252).
#7533fc hex color red value is 117, green value is 51 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7533fc hue: 0.72 , saturation: 0.97 and the lightness value of 7533fc is 0.59.
The process color (four color CMYK) of #7533fc color hex is 0.54, 0.80, 0.00, 0.01. Web safe color of #7533fc is #6633ff. Color #7533fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 00110011 | 11111100 |
Octal | 165 | 63 | 374 |
Decimal | 117 | 51 | 252 |
Hex | 75 | 33 | FC |
Shades of #7533fc
Tints of #7533fc
RGB Percentages of Color #7533fc
CMYK Percentages of Color #7533fc
Complementary Color
#7533fc | #bafc33 |
#7533fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7533fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7533fc Color CSS Codes
.mybgcolor {background-color:#7533fc; } .myforecolor {color:#7533fc; } .mybordercolor {border:3px solid #7533fc; }
#7533fc Text Font Color
<p style="color:#7533fc">Text here</p>
This sample text font color is #7533fc
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.
#7533fc Background Color
<div style="background-color:#7533fc">
Div content here</div>
This div background color is #7533fc
#7533fc Border Color
<div style="border:3px solid #7533fc">
Div here</div>
This div border color is #7533fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,51,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7533fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7533fc; -webkit-box-shadow: 1px 1px 3px 2px #7533fc; box-shadow: 1px 1px 3px 2px #7533fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,51,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7533fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7533fc; -webkit-box-shadow: 1px 1px 3px 2px #7533fc; box-shadow: 1px 1px 3px 2px #7533fc;">
Div content here</div>
This div box has shadow with color #7533fc
Comments
No comments written yet.
Please login to write comment.