Color spaces of #7883de
RGB | 120 | 131 | 222 |
---|---|---|---|
HSL | 0.65 | 0.61 | 0.67 |
HSV | 234° | 46° | 87° |
CMYK | 0.46 | 0.41 | 0.00 0.13 |
XYZ | 29.0468 | 25.4996 | 72.4982 |
Yxy | 25.4996 | 0.2286 | 0.2007 |
Hunter Lab | 50.4971 | 14.3062 | -49.7740 |
CIE-Lab | 57.5590 | 19.7234 | -47.8176 |
#7883de color RGB value is (120,131,222).
#7883de hex color red value is 120, green value is 131 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7883de hue: 0.65 , saturation: 0.61 and the lightness value of 7883de is 0.67.
The process color (four color CMYK) of #7883de color hex is 0.46, 0.41, 0.00, 0.13. Web safe color of #7883de is #6699cc. Color #7883de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10000011 | 11011110 |
Octal | 170 | 203 | 336 |
Decimal | 120 | 131 | 222 |
Hex | 78 | 83 | DE |
Shades of #7883de
Tints of #7883de
RGB Percentages of Color #7883de
CMYK Percentages of Color #7883de
Complementary Color
#7883de | #ded378 |
#7883de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7883de Color Preview on White Background
Lorem ipsum dolor sit amet.
#7883de Color CSS Codes
.mybgcolor {background-color:#7883de; } .myforecolor {color:#7883de; } .mybordercolor {border:3px solid #7883de; }
#7883de Text Font Color
<p style="color:#7883de">Text here</p>
This sample text font color is #7883de
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.
#7883de Background Color
<div style="background-color:#7883de">
Div content here</div>
This div background color is #7883de
#7883de Border Color
<div style="border:3px solid #7883de">
Div here</div>
This div border color is #7883de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,131,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7883de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7883de; -webkit-box-shadow: 1px 1px 3px 2px #7883de; box-shadow: 1px 1px 3px 2px #7883de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,131,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7883de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7883de; -webkit-box-shadow: 1px 1px 3px 2px #7883de; box-shadow: 1px 1px 3px 2px #7883de;">
Div content here</div>
This div box has shadow with color #7883de
Comments
No comments written yet.
Please login to write comment.