Color spaces of #727eea
RGB | 114 | 126 | 234 |
---|---|---|---|
HSL | 0.65 | 0.74 | 0.68 |
HSV | 234° | 51° | 92° |
CMYK | 0.51 | 0.46 | 0.00 0.08 |
XYZ | 29.2516 | 24.4396 | 81.0175 |
Yxy | 24.4396 | 0.2171 | 0.1814 |
Hunter Lab | 49.4364 | 19.1050 | -62.5603 |
CIE-Lab | 56.5253 | 24.9688 | -56.1890 |
#727eea color RGB value is (114,126,234).
#727eea hex color red value is 114, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #727eea hue: 0.65 , saturation: 0.74 and the lightness value of 727eea is 0.68.
The process color (four color CMYK) of #727eea color hex is 0.51, 0.46, 0.00, 0.08. Web safe color of #727eea is #6666ff. Color #727eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01111110 | 11101010 |
Octal | 162 | 176 | 352 |
Decimal | 114 | 126 | 234 |
Hex | 72 | 7E | EA |
Shades of #727eea
Tints of #727eea
RGB Percentages of Color #727eea
CMYK Percentages of Color #727eea
Complementary Color
#727eea | #eade72 |
#727eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#727eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#727eea Color CSS Codes
.mybgcolor {background-color:#727eea; } .myforecolor {color:#727eea; } .mybordercolor {border:3px solid #727eea; }
#727eea Text Font Color
<p style="color:#727eea">Text here</p>
This sample text font color is #727eea
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.
#727eea Background Color
<div style="background-color:#727eea">
Div content here</div>
This div background color is #727eea
#727eea Border Color
<div style="border:3px solid #727eea">
Div here</div>
This div border color is #727eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,126,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #727eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #727eea; -webkit-box-shadow: 1px 1px 3px 2px #727eea; box-shadow: 1px 1px 3px 2px #727eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,126,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #727eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #727eea; -webkit-box-shadow: 1px 1px 3px 2px #727eea; box-shadow: 1px 1px 3px 2px #727eea;">
Div content here</div>
This div box has shadow with color #727eea
Comments
No comments written yet.
Please login to write comment.