Color spaces of #761ace
RGB | 118 | 26 | 206 |
---|---|---|---|
HSL | 0.75 | 0.78 | 0.45 |
HSV | 271° | 87° | 81° |
CMYK | 0.43 | 0.87 | 0.00 0.19 |
XYZ | 18.9812 | 9.0466 | 59.1383 |
Yxy | 9.0466 | 0.2178 | 0.1038 |
Hunter Lab | 30.0776 | 60.0111 | -95.5213 |
CIE-Lab | 36.0739 | 67.8008 | -73.3972 |
#761ace color RGB value is (118,26,206).
#761ace hex color red value is 118, green value is 26 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #761ace hue: 0.75 , saturation: 0.78 and the lightness value of 761ace is 0.45.
The process color (four color CMYK) of #761ace color hex is 0.43, 0.87, 0.00, 0.19. Web safe color of #761ace is #6633cc. Color #761ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 00011010 | 11001110 |
Octal | 166 | 32 | 316 |
Decimal | 118 | 26 | 206 |
Hex | 76 | 1A | CE |
Shades of #761ace
Tints of #761ace
RGB Percentages of Color #761ace
CMYK Percentages of Color #761ace
Complementary Color
#761ace | #72ce1a |
#761ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#761ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#761ace Color CSS Codes
.mybgcolor {background-color:#761ace; } .myforecolor {color:#761ace; } .mybordercolor {border:3px solid #761ace; }
#761ace Text Font Color
<p style="color:#761ace">Text here</p>
This sample text font color is #761ace
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.
#761ace Background Color
<div style="background-color:#761ace">
Div content here</div>
This div background color is #761ace
#761ace Border Color
<div style="border:3px solid #761ace">
Div here</div>
This div border color is #761ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,26,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #761ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #761ace; -webkit-box-shadow: 1px 1px 3px 2px #761ace; box-shadow: 1px 1px 3px 2px #761ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,26,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #761ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #761ace; -webkit-box-shadow: 1px 1px 3px 2px #761ace; box-shadow: 1px 1px 3px 2px #761ace;">
Div content here</div>
This div box has shadow with color #761ace
Comments
No comments written yet.
Please login to write comment.