Color spaces of #738cf7
RGB | 115 | 140 | 247 |
---|---|---|---|
HSL | 0.64 | 0.89 | 0.71 |
HSV | 229° | 53° | 97° |
CMYK | 0.53 | 0.43 | 0.00 0.03 |
XYZ | 33.2368 | 29.1164 | 91.8639 |
Yxy | 29.1164 | 0.2155 | 0.1888 |
Hunter Lab | 53.9596 | 15.5190 | -63.1669 |
CIE-Lab | 60.8842 | 20.8627 | -56.4250 |
#738cf7 color RGB value is (115,140,247).
#738cf7 hex color red value is 115, green value is 140 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #738cf7 hue: 0.64 , saturation: 0.89 and the lightness value of 738cf7 is 0.71.
The process color (four color CMYK) of #738cf7 color hex is 0.53, 0.43, 0.00, 0.03. Web safe color of #738cf7 is #6699ff. Color #738cf7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10001100 | 11110111 |
Octal | 163 | 214 | 367 |
Decimal | 115 | 140 | 247 |
Hex | 73 | 8C | F7 |
Shades of #738cf7
Tints of #738cf7
RGB Percentages of Color #738cf7
CMYK Percentages of Color #738cf7
Complementary Color
#738cf7 | #f7de73 |
#738cf7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#738cf7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#738cf7 Color CSS Codes
.mybgcolor {background-color:#738cf7; } .myforecolor {color:#738cf7; } .mybordercolor {border:3px solid #738cf7; }
#738cf7 Text Font Color
<p style="color:#738cf7">Text here</p>
This sample text font color is #738cf7
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.
#738cf7 Background Color
<div style="background-color:#738cf7">
Div content here</div>
This div background color is #738cf7
#738cf7 Border Color
<div style="border:3px solid #738cf7">
Div here</div>
This div border color is #738cf7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,140,247, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #738cf7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #738cf7; -webkit-box-shadow: 1px 1px 3px 2px #738cf7; box-shadow: 1px 1px 3px 2px #738cf7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,140,247, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #738cf7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #738cf7; -webkit-box-shadow: 1px 1px 3px 2px #738cf7; box-shadow: 1px 1px 3px 2px #738cf7;">
Div content here</div>
This div box has shadow with color #738cf7
Comments
No comments written yet.
Please login to write comment.