Color spaces of #7888eb
RGB | 120 | 136 | 235 |
---|---|---|---|
HSL | 0.64 | 0.74 | 0.70 |
HSV | 232° | 49° | 92° |
CMYK | 0.49 | 0.42 | 0.00 0.08 |
XYZ | 31.5453 | 27.5995 | 82.2619 |
Yxy | 27.5995 | 0.2231 | 0.1952 |
Hunter Lab | 52.5352 | 15.2455 | -56.0642 |
CIE-Lab | 59.5252 | 20.6406 | -51.9399 |
#7888eb color RGB value is (120,136,235).
#7888eb hex color red value is 120, green value is 136 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7888eb hue: 0.64 , saturation: 0.74 and the lightness value of 7888eb is 0.70.
The process color (four color CMYK) of #7888eb color hex is 0.49, 0.42, 0.00, 0.08. Web safe color of #7888eb is #6699ff. Color #7888eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10001000 | 11101011 |
Octal | 170 | 210 | 353 |
Decimal | 120 | 136 | 235 |
Hex | 78 | 88 | EB |
Shades of #7888eb
Tints of #7888eb
RGB Percentages of Color #7888eb
CMYK Percentages of Color #7888eb
Complementary Color
#7888eb | #ebdb78 |
#7888eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7888eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7888eb Color CSS Codes
.mybgcolor {background-color:#7888eb; } .myforecolor {color:#7888eb; } .mybordercolor {border:3px solid #7888eb; }
#7888eb Text Font Color
<p style="color:#7888eb">Text here</p>
This sample text font color is #7888eb
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.
#7888eb Background Color
<div style="background-color:#7888eb">
Div content here</div>
This div background color is #7888eb
#7888eb Border Color
<div style="border:3px solid #7888eb">
Div here</div>
This div border color is #7888eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,136,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7888eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7888eb; -webkit-box-shadow: 1px 1px 3px 2px #7888eb; box-shadow: 1px 1px 3px 2px #7888eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,136,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 #7888eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7888eb; -webkit-box-shadow: 1px 1px 3px 2px #7888eb; box-shadow: 1px 1px 3px 2px #7888eb;">
Div content here</div>
This div box has shadow with color #7888eb
Comments
No comments written yet.
Please login to write comment.