Color spaces of #761feb
RGB | 118 | 31 | 235 |
---|---|---|---|
HSL | 0.74 | 0.84 | 0.52 |
HSV | 266° | 87° | 92° |
CMYK | 0.50 | 0.87 | 0.00 0.08 |
XYZ | 22.9566 | 10.8297 | 79.4777 |
Yxy | 10.8297 | 0.2027 | 0.0956 |
Hunter Lab | 32.9085 | 66.9297 | -120.1560 |
CIE-Lab | 39.2921 | 73.0535 | -84.7458 |
#761feb color RGB value is (118,31,235).
#761feb hex color red value is 118, green value is 31 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #761feb hue: 0.74 , saturation: 0.84 and the lightness value of 761feb is 0.52.
The process color (four color CMYK) of #761feb color hex is 0.50, 0.87, 0.00, 0.08. Web safe color of #761feb is #6633ff. Color #761feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 00011111 | 11101011 |
Octal | 166 | 37 | 353 |
Decimal | 118 | 31 | 235 |
Hex | 76 | 1F | EB |
Shades of #761feb
Tints of #761feb
RGB Percentages of Color #761feb
CMYK Percentages of Color #761feb
Complementary Color
#761feb | #94eb1f |
#761feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#761feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#761feb Color CSS Codes
.mybgcolor {background-color:#761feb; } .myforecolor {color:#761feb; } .mybordercolor {border:3px solid #761feb; }
#761feb Text Font Color
<p style="color:#761feb">Text here</p>
This sample text font color is #761feb
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.
#761feb Background Color
<div style="background-color:#761feb">
Div content here</div>
This div background color is #761feb
#761feb Border Color
<div style="border:3px solid #761feb">
Div here</div>
This div border color is #761feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,31,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #761feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #761feb; -webkit-box-shadow: 1px 1px 3px 2px #761feb; box-shadow: 1px 1px 3px 2px #761feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,31,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #761feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #761feb; -webkit-box-shadow: 1px 1px 3px 2px #761feb; box-shadow: 1px 1px 3px 2px #761feb;">
Div content here</div>
This div box has shadow with color #761feb
Comments
No comments written yet.
Please login to write comment.