Color spaces of #732cea
RGB | 115 | 44 | 234 |
---|---|---|---|
HSL | 0.73 | 0.82 | 0.55 |
HSV | 262° | 81° | 92° |
CMYK | 0.51 | 0.81 | 0.00 0.08 |
XYZ | 22.8222 | 11.3867 | 78.8369 |
Yxy | 11.3867 | 0.2019 | 0.1007 |
Hunter Lab | 33.7442 | 61.6726 | -114.8989 |
CIE-Lab | 40.2243 | 68.4268 | -82.6534 |
#732cea color RGB value is (115,44,234).
#732cea hex color red value is 115, green value is 44 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #732cea hue: 0.73 , saturation: 0.82 and the lightness value of 732cea is 0.55.
The process color (four color CMYK) of #732cea color hex is 0.51, 0.81, 0.00, 0.08. Web safe color of #732cea is #6633ff. Color #732cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00101100 | 11101010 |
Octal | 163 | 54 | 352 |
Decimal | 115 | 44 | 234 |
Hex | 73 | 2C | EA |
Shades of #732cea
Tints of #732cea
RGB Percentages of Color #732cea
CMYK Percentages of Color #732cea
Complementary Color
#732cea | #a3ea2c |
#732cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#732cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#732cea Color CSS Codes
.mybgcolor {background-color:#732cea; } .myforecolor {color:#732cea; } .mybordercolor {border:3px solid #732cea; }
#732cea Text Font Color
<p style="color:#732cea">Text here</p>
This sample text font color is #732cea
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.
#732cea Background Color
<div style="background-color:#732cea">
Div content here</div>
This div background color is #732cea
#732cea Border Color
<div style="border:3px solid #732cea">
Div here</div>
This div border color is #732cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,44,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #732cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #732cea; -webkit-box-shadow: 1px 1px 3px 2px #732cea; box-shadow: 1px 1px 3px 2px #732cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,44,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #732cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #732cea; -webkit-box-shadow: 1px 1px 3px 2px #732cea; box-shadow: 1px 1px 3px 2px #732cea;">
Div content here</div>
This div box has shadow with color #732cea
Comments
No comments written yet.
Please login to write comment.