Color spaces of #7681fa
RGB | 118 | 129 | 250 |
---|---|---|---|
HSL | 0.65 | 0.93 | 0.72 |
HSV | 235° | 53° | 98° |
CMYK | 0.53 | 0.48 | 0.00 0.02 |
XYZ | 32.5768 | 26.4542 | 93.8317 |
Yxy | 26.4542 | 0.2131 | 0.1731 |
Hunter Lab | 51.4336 | 23.0486 | -72.1607 |
CIE-Lab | 58.4657 | 28.9402 | -61.9347 |
#7681fa color RGB value is (118,129,250).
#7681fa hex color red value is 118, green value is 129 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7681fa hue: 0.65 , saturation: 0.93 and the lightness value of 7681fa is 0.72.
The process color (four color CMYK) of #7681fa color hex is 0.53, 0.48, 0.00, 0.02. Web safe color of #7681fa is #6699ff. Color #7681fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 10000001 | 11111010 |
Octal | 166 | 201 | 372 |
Decimal | 118 | 129 | 250 |
Hex | 76 | 81 | FA |
Shades of #7681fa
Tints of #7681fa
RGB Percentages of Color #7681fa
CMYK Percentages of Color #7681fa
Complementary Color
#7681fa | #faef76 |
#7681fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7681fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#7681fa Color CSS Codes
.mybgcolor {background-color:#7681fa; } .myforecolor {color:#7681fa; } .mybordercolor {border:3px solid #7681fa; }
#7681fa Text Font Color
<p style="color:#7681fa">Text here</p>
This sample text font color is #7681fa
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.
#7681fa Background Color
<div style="background-color:#7681fa">
Div content here</div>
This div background color is #7681fa
#7681fa Border Color
<div style="border:3px solid #7681fa">
Div here</div>
This div border color is #7681fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,129,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7681fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7681fa; -webkit-box-shadow: 1px 1px 3px 2px #7681fa; box-shadow: 1px 1px 3px 2px #7681fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,129,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7681fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7681fa; -webkit-box-shadow: 1px 1px 3px 2px #7681fa; box-shadow: 1px 1px 3px 2px #7681fa;">
Div content here</div>
This div box has shadow with color #7681fa
Comments
No comments written yet.
Please login to write comment.