Color spaces of #738eef
RGB | 115 | 142 | 239 |
---|---|---|---|
HSL | 0.63 | 0.79 | 0.69 |
HSV | 227° | 52° | 94° |
CMYK | 0.52 | 0.41 | 0.00 0.06 |
XYZ | 32.3232 | 29.2228 | 85.5983 |
Yxy | 29.2228 | 0.2197 | 0.1986 |
Hunter Lab | 54.0581 | 12.1296 | -56.0420 |
CIE-Lab | 60.9778 | 17.2019 | -51.8656 |
#738eef color RGB value is (115,142,239).
#738eef hex color red value is 115, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #738eef hue: 0.63 , saturation: 0.79 and the lightness value of 738eef is 0.69.
The process color (four color CMYK) of #738eef color hex is 0.52, 0.41, 0.00, 0.06. Web safe color of #738eef is #6699ff. Color #738eef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10001110 | 11101111 |
Octal | 163 | 216 | 357 |
Decimal | 115 | 142 | 239 |
Hex | 73 | 8E | EF |
Shades of #738eef
Tints of #738eef
RGB Percentages of Color #738eef
CMYK Percentages of Color #738eef
Complementary Color
#738eef | #efd473 |
#738eef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#738eef Color Preview on White Background
Lorem ipsum dolor sit amet.
#738eef Color CSS Codes
.mybgcolor {background-color:#738eef; } .myforecolor {color:#738eef; } .mybordercolor {border:3px solid #738eef; }
#738eef Text Font Color
<p style="color:#738eef">Text here</p>
This sample text font color is #738eef
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.
#738eef Background Color
<div style="background-color:#738eef">
Div content here</div>
This div background color is #738eef
#738eef Border Color
<div style="border:3px solid #738eef">
Div here</div>
This div border color is #738eef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,142,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #738eef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #738eef; -webkit-box-shadow: 1px 1px 3px 2px #738eef; box-shadow: 1px 1px 3px 2px #738eef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,142,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #738eef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #738eef; -webkit-box-shadow: 1px 1px 3px 2px #738eef; box-shadow: 1px 1px 3px 2px #738eef;">
Div content here</div>
This div box has shadow with color #738eef
Comments
No comments written yet.
Please login to write comment.