Color spaces of #725aee
RGB | 114 | 90 | 238 |
---|---|---|---|
HSL | 0.69 | 0.81 | 0.64 |
HSV | 250° | 62° | 93° |
CMYK | 0.52 | 0.62 | 0.00 0.07 |
XYZ | 26.0282 | 17.0628 | 82.8105 |
Yxy | 17.0628 | 0.2067 | 0.1355 |
Hunter Lab | 41.3071 | 40.1878 | -89.9466 |
CIE-Lab | 48.3391 | 47.3687 | -71.6304 |
#725aee color RGB value is (114,90,238).
#725aee hex color red value is 114, green value is 90 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #725aee hue: 0.69 , saturation: 0.81 and the lightness value of 725aee is 0.64.
The process color (four color CMYK) of #725aee color hex is 0.52, 0.62, 0.00, 0.07. Web safe color of #725aee is #6666ff. Color #725aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01011010 | 11101110 |
Octal | 162 | 132 | 356 |
Decimal | 114 | 90 | 238 |
Hex | 72 | 5A | EE |
Shades of #725aee
Tints of #725aee
RGB Percentages of Color #725aee
CMYK Percentages of Color #725aee
Complementary Color
#725aee | #d6ee5a |
#725aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#725aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#725aee Color CSS Codes
.mybgcolor {background-color:#725aee; } .myforecolor {color:#725aee; } .mybordercolor {border:3px solid #725aee; }
#725aee Text Font Color
<p style="color:#725aee">Text here</p>
This sample text font color is #725aee
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.
#725aee Background Color
<div style="background-color:#725aee">
Div content here</div>
This div background color is #725aee
#725aee Border Color
<div style="border:3px solid #725aee">
Div here</div>
This div border color is #725aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,90,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #725aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #725aee; -webkit-box-shadow: 1px 1px 3px 2px #725aee; box-shadow: 1px 1px 3px 2px #725aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,90,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #725aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #725aee; -webkit-box-shadow: 1px 1px 3px 2px #725aee; box-shadow: 1px 1px 3px 2px #725aee;">
Div content here</div>
This div box has shadow with color #725aee
Comments
No comments written yet.
Please login to write comment.