Color spaces of #761afd
RGB | 118 | 26 | 253 |
---|---|---|---|
HSL | 0.73 | 0.98 | 0.55 |
HSV | 264° | 90° | 99° |
CMYK | 0.53 | 0.90 | 0.00 0.01 |
XYZ | 25.5702 | 11.6822 | 93.8357 |
Yxy | 11.6822 | 0.1951 | 0.0891 |
Hunter Lab | 34.1792 | 73.7259 | -138.8494 |
CIE-Lab | 40.7065 | 78.3519 | -92.5567 |
#761afd color RGB value is (118,26,253).
#761afd hex color red value is 118, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #761afd hue: 0.73 , saturation: 0.98 and the lightness value of 761afd is 0.55.
The process color (four color CMYK) of #761afd color hex is 0.53, 0.90, 0.00, 0.01. Web safe color of #761afd is #6633ff. Color #761afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 00011010 | 11111101 |
Octal | 166 | 32 | 375 |
Decimal | 118 | 26 | 253 |
Hex | 76 | 1A | FD |
Shades of #761afd
Tints of #761afd
RGB Percentages of Color #761afd
CMYK Percentages of Color #761afd
Complementary Color
#761afd | #a1fd1a |
#761afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#761afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#761afd Color CSS Codes
.mybgcolor {background-color:#761afd; } .myforecolor {color:#761afd; } .mybordercolor {border:3px solid #761afd; }
#761afd Text Font Color
<p style="color:#761afd">Text here</p>
This sample text font color is #761afd
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.
#761afd Background Color
<div style="background-color:#761afd">
Div content here</div>
This div background color is #761afd
#761afd Border Color
<div style="border:3px solid #761afd">
Div here</div>
This div border color is #761afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,26,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #761afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #761afd; -webkit-box-shadow: 1px 1px 3px 2px #761afd; box-shadow: 1px 1px 3px 2px #761afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,26,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #761afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #761afd; -webkit-box-shadow: 1px 1px 3px 2px #761afd; box-shadow: 1px 1px 3px 2px #761afd;">
Div content here</div>
This div box has shadow with color #761afd
Comments
No comments written yet.
Please login to write comment.