Color spaces of #748fec
RGB | 116 | 143 | 236 |
---|---|---|---|
HSL | 0.63 | 0.76 | 0.69 |
HSV | 227° | 51° | 93° |
CMYK | 0.51 | 0.39 | 0.00 0.07 |
XYZ | 32.1652 | 29.4141 | 83.3391 |
Yxy | 29.4141 | 0.2220 | 0.2030 |
Hunter Lab | 54.2348 | 10.9528 | -53.1428 |
CIE-Lab | 61.1454 | 15.9099 | -49.9381 |
#748fec color RGB value is (116,143,236).
#748fec hex color red value is 116, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #748fec hue: 0.63 , saturation: 0.76 and the lightness value of 748fec is 0.69.
The process color (four color CMYK) of #748fec color hex is 0.51, 0.39, 0.00, 0.07. Web safe color of #748fec is #6699ff. Color #748fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10001111 | 11101100 |
Octal | 164 | 217 | 354 |
Decimal | 116 | 143 | 236 |
Hex | 74 | 8F | EC |
Shades of #748fec
Tints of #748fec
RGB Percentages of Color #748fec
CMYK Percentages of Color #748fec
Complementary Color
#748fec | #ecd174 |
#748fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#748fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#748fec Color CSS Codes
.mybgcolor {background-color:#748fec; } .myforecolor {color:#748fec; } .mybordercolor {border:3px solid #748fec; }
#748fec Text Font Color
<p style="color:#748fec">Text here</p>
This sample text font color is #748fec
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.
#748fec Background Color
<div style="background-color:#748fec">
Div content here</div>
This div background color is #748fec
#748fec Border Color
<div style="border:3px solid #748fec">
Div here</div>
This div border color is #748fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,143,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #748fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #748fec; -webkit-box-shadow: 1px 1px 3px 2px #748fec; box-shadow: 1px 1px 3px 2px #748fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,143,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #748fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #748fec; -webkit-box-shadow: 1px 1px 3px 2px #748fec; box-shadow: 1px 1px 3px 2px #748fec;">
Div content here</div>
This div box has shadow with color #748fec
Comments
No comments written yet.
Please login to write comment.