Color spaces of #7860bf
RGB | 120 | 96 | 191 |
---|---|---|---|
HSL | 0.71 | 0.43 | 0.56 |
HSV | 255° | 50° | 75° |
CMYK | 0.37 | 0.50 | 0.00 0.25 |
XYZ | 21.3326 | 16.1204 | 51.2774 |
Yxy | 16.1204 | 0.2404 | 0.1817 |
Hunter Lab | 40.1502 | 24.5777 | -47.6164 |
CIE-Lab | 47.1321 | 31.7379 | -46.7549 |
#7860bf color RGB value is (120,96,191).
#7860bf hex color red value is 120, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7860bf hue: 0.71 , saturation: 0.43 and the lightness value of 7860bf is 0.56.
The process color (four color CMYK) of #7860bf color hex is 0.37, 0.50, 0.00, 0.25. Web safe color of #7860bf is #6666cc. Color #7860bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 01100000 | 10111111 |
Octal | 170 | 140 | 277 |
Decimal | 120 | 96 | 191 |
Hex | 78 | 60 | BF |
Shades of #7860bf
Tints of #7860bf
RGB Percentages of Color #7860bf
CMYK Percentages of Color #7860bf
Complementary Color
#7860bf | #a7bf60 |
#7860bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7860bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7860bf Color CSS Codes
.mybgcolor {background-color:#7860bf; } .myforecolor {color:#7860bf; } .mybordercolor {border:3px solid #7860bf; }
#7860bf Text Font Color
<p style="color:#7860bf">Text here</p>
This sample text font color is #7860bf
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.
#7860bf Background Color
<div style="background-color:#7860bf">
Div content here</div>
This div background color is #7860bf
#7860bf Border Color
<div style="border:3px solid #7860bf">
Div here</div>
This div border color is #7860bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,96,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7860bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7860bf; -webkit-box-shadow: 1px 1px 3px 2px #7860bf; box-shadow: 1px 1px 3px 2px #7860bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,96,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7860bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7860bf; -webkit-box-shadow: 1px 1px 3px 2px #7860bf; box-shadow: 1px 1px 3px 2px #7860bf;">
Div content here</div>
This div box has shadow with color #7860bf
Comments
No comments written yet.
Please login to write comment.