Color spaces of #7339ef
RGB | 115 | 57 | 239 |
---|---|---|---|
HSL | 0.72 | 0.85 | 0.58 |
HSV | 259° | 76° | 94° |
CMYK | 0.52 | 0.76 | 0.00 0.06 |
XYZ | 24.1133 | 12.8031 | 82.8617 |
Yxy | 12.8031 | 0.2013 | 0.1069 |
Hunter Lab | 35.7814 | 57.6747 | -112.2553 |
CIE-Lab | 42.4651 | 64.5215 | -81.7956 |
#7339ef color RGB value is (115,57,239).
#7339ef hex color red value is 115, green value is 57 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7339ef hue: 0.72 , saturation: 0.85 and the lightness value of 7339ef is 0.58.
The process color (four color CMYK) of #7339ef color hex is 0.52, 0.76, 0.00, 0.06. Web safe color of #7339ef is #6633ff. Color #7339ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00111001 | 11101111 |
Octal | 163 | 71 | 357 |
Decimal | 115 | 57 | 239 |
Hex | 73 | 39 | EF |
Shades of #7339ef
Tints of #7339ef
RGB Percentages of Color #7339ef
CMYK Percentages of Color #7339ef
Complementary Color
#7339ef | #b5ef39 |
#7339ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7339ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#7339ef Color CSS Codes
.mybgcolor {background-color:#7339ef; } .myforecolor {color:#7339ef; } .mybordercolor {border:3px solid #7339ef; }
#7339ef Text Font Color
<p style="color:#7339ef">Text here</p>
This sample text font color is #7339ef
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.
#7339ef Background Color
<div style="background-color:#7339ef">
Div content here</div>
This div background color is #7339ef
#7339ef Border Color
<div style="border:3px solid #7339ef">
Div here</div>
This div border color is #7339ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,57,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7339ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7339ef; -webkit-box-shadow: 1px 1px 3px 2px #7339ef; box-shadow: 1px 1px 3px 2px #7339ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,57,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7339ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7339ef; -webkit-box-shadow: 1px 1px 3px 2px #7339ef; box-shadow: 1px 1px 3px 2px #7339ef;">
Div content here</div>
This div box has shadow with color #7339ef
Comments
No comments written yet.
Please login to write comment.