Color spaces of #7126ef
RGB | 113 | 38 | 239 |
---|---|---|---|
HSL | 0.73 | 0.86 | 0.54 |
HSV | 262° | 84° | 94° |
CMYK | 0.53 | 0.84 | 0.00 0.06 |
XYZ | 23.0832 | 11.1289 | 82.5928 |
Yxy | 11.1289 | 0.1976 | 0.0953 |
Hunter Lab | 33.3600 | 65.1317 | -123.4384 |
CIE-Lab | 39.7967 | 71.4499 | -86.1984 |
#7126ef color RGB value is (113,38,239).
#7126ef hex color red value is 113, green value is 38 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7126ef hue: 0.73 , saturation: 0.86 and the lightness value of 7126ef is 0.54.
The process color (four color CMYK) of #7126ef color hex is 0.53, 0.84, 0.00, 0.06. Web safe color of #7126ef is #6633ff. Color #7126ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00100110 | 11101111 |
Octal | 161 | 46 | 357 |
Decimal | 113 | 38 | 239 |
Hex | 71 | 26 | EF |
Shades of #7126ef
Tints of #7126ef
RGB Percentages of Color #7126ef
CMYK Percentages of Color #7126ef
Complementary Color
#7126ef | #a4ef26 |
#7126ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7126ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#7126ef Color CSS Codes
.mybgcolor {background-color:#7126ef; } .myforecolor {color:#7126ef; } .mybordercolor {border:3px solid #7126ef; }
#7126ef Text Font Color
<p style="color:#7126ef">Text here</p>
This sample text font color is #7126ef
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.
#7126ef Background Color
<div style="background-color:#7126ef">
Div content here</div>
This div background color is #7126ef
#7126ef Border Color
<div style="border:3px solid #7126ef">
Div here</div>
This div border color is #7126ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,38,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7126ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7126ef; -webkit-box-shadow: 1px 1px 3px 2px #7126ef; box-shadow: 1px 1px 3px 2px #7126ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,38,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 #7126ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7126ef; -webkit-box-shadow: 1px 1px 3px 2px #7126ef; box-shadow: 1px 1px 3px 2px #7126ef;">
Div content here</div>
This div box has shadow with color #7126ef
Comments
No comments written yet.
Please login to write comment.