Color spaces of #7b68eb
RGB | 123 | 104 | 235 |
---|---|---|---|
HSL | 0.69 | 0.77 | 0.66 |
HSV | 249° | 56° | 92° |
CMYK | 0.48 | 0.56 | 0.00 0.08 |
XYZ | 28.1141 | 20.1097 | 80.9971 |
Yxy | 20.1097 | 0.2176 | 0.1556 |
Hunter Lab | 44.8438 | 33.4309 | -75.6991 |
CIE-Lab | 51.9610 | 40.2085 | -64.0432 |
#7b68eb color RGB value is (123,104,235).
#7b68eb hex color red value is 123, green value is 104 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7b68eb hue: 0.69 , saturation: 0.77 and the lightness value of 7b68eb is 0.66.
The process color (four color CMYK) of #7b68eb color hex is 0.48, 0.56, 0.00, 0.08. Web safe color of #7b68eb is #6666ff. Color #7b68eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 01101000 | 11101011 |
Octal | 173 | 150 | 353 |
Decimal | 123 | 104 | 235 |
Hex | 7B | 68 | EB |
Shades of #7b68eb
Tints of #7b68eb
RGB Percentages of Color #7b68eb
CMYK Percentages of Color #7b68eb
Complementary Color
#7b68eb | #d8eb68 |
#7b68eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7b68eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7b68eb Color CSS Codes
.mybgcolor {background-color:#7b68eb; } .myforecolor {color:#7b68eb; } .mybordercolor {border:3px solid #7b68eb; }
#7b68eb Text Font Color
<p style="color:#7b68eb">Text here</p>
This sample text font color is #7b68eb
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.
#7b68eb Background Color
<div style="background-color:#7b68eb">
Div content here</div>
This div background color is #7b68eb
#7b68eb Border Color
<div style="border:3px solid #7b68eb">
Div here</div>
This div border color is #7b68eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,104,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7b68eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7b68eb; -webkit-box-shadow: 1px 1px 3px 2px #7b68eb; box-shadow: 1px 1px 3px 2px #7b68eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,104,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 #7b68eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7b68eb; -webkit-box-shadow: 1px 1px 3px 2px #7b68eb; box-shadow: 1px 1px 3px 2px #7b68eb;">
Div content here</div>
This div box has shadow with color #7b68eb
Comments
No comments written yet.
Please login to write comment.