Color spaces of #7279de
RGB | 114 | 121 | 222 |
---|---|---|---|
HSL | 0.66 | 0.62 | 0.66 |
HSV | 236° | 49° | 87° |
CMYK | 0.49 | 0.45 | 0.00 0.13 |
XYZ | 26.9616 | 22.5261 | 72.0342 |
Yxy | 22.5261 | 0.2219 | 0.1854 |
Hunter Lab | 47.4617 | 18.3428 | -56.7633 |
CIE-Lab | 54.5808 | 24.3004 | -52.5790 |
#7279de color RGB value is (114,121,222).
#7279de hex color red value is 114, green value is 121 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7279de hue: 0.66 , saturation: 0.62 and the lightness value of 7279de is 0.66.
The process color (four color CMYK) of #7279de color hex is 0.49, 0.45, 0.00, 0.13. Web safe color of #7279de is #6666cc. Color #7279de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01111001 | 11011110 |
Octal | 162 | 171 | 336 |
Decimal | 114 | 121 | 222 |
Hex | 72 | 79 | DE |
Shades of #7279de
Tints of #7279de
RGB Percentages of Color #7279de
CMYK Percentages of Color #7279de
Complementary Color
#7279de | #ded772 |
#7279de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7279de Color Preview on White Background
Lorem ipsum dolor sit amet.
#7279de Color CSS Codes
.mybgcolor {background-color:#7279de; } .myforecolor {color:#7279de; } .mybordercolor {border:3px solid #7279de; }
#7279de Text Font Color
<p style="color:#7279de">Text here</p>
This sample text font color is #7279de
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.
#7279de Background Color
<div style="background-color:#7279de">
Div content here</div>
This div background color is #7279de
#7279de Border Color
<div style="border:3px solid #7279de">
Div here</div>
This div border color is #7279de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,121,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7279de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7279de; -webkit-box-shadow: 1px 1px 3px 2px #7279de; box-shadow: 1px 1px 3px 2px #7279de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,121,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 #7279de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7279de; -webkit-box-shadow: 1px 1px 3px 2px #7279de; box-shadow: 1px 1px 3px 2px #7279de;">
Div content here</div>
This div box has shadow with color #7279de
Comments
No comments written yet.
Please login to write comment.