Color spaces of #748bcf
RGB | 116 | 139 | 207 |
---|---|---|---|
HSL | 0.62 | 0.49 | 0.63 |
HSV | 225° | 44° | 81° |
CMYK | 0.44 | 0.33 | 0.00 0.19 |
XYZ | 27.6976 | 26.6832 | 62.7220 |
Yxy | 26.6832 | 0.2365 | 0.2279 |
Hunter Lab | 51.6558 | 5.3133 | -35.8326 |
CIE-Lab | 58.6799 | 9.5943 | -37.6530 |
#748bcf color RGB value is (116,139,207).
#748bcf hex color red value is 116, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #748bcf hue: 0.62 , saturation: 0.49 and the lightness value of 748bcf is 0.63.
The process color (four color CMYK) of #748bcf color hex is 0.44, 0.33, 0.00, 0.19. Web safe color of #748bcf is #6699cc. Color #748bcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10001011 | 11001111 |
Octal | 164 | 213 | 317 |
Decimal | 116 | 139 | 207 |
Hex | 74 | 8B | CF |
Shades of #748bcf
Tints of #748bcf
RGB Percentages of Color #748bcf
CMYK Percentages of Color #748bcf
Complementary Color
#748bcf | #cfb874 |
#748bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#748bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#748bcf Color CSS Codes
.mybgcolor {background-color:#748bcf; } .myforecolor {color:#748bcf; } .mybordercolor {border:3px solid #748bcf; }
#748bcf Text Font Color
<p style="color:#748bcf">Text here</p>
This sample text font color is #748bcf
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.
#748bcf Background Color
<div style="background-color:#748bcf">
Div content here</div>
This div background color is #748bcf
#748bcf Border Color
<div style="border:3px solid #748bcf">
Div here</div>
This div border color is #748bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,139,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #748bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #748bcf; -webkit-box-shadow: 1px 1px 3px 2px #748bcf; box-shadow: 1px 1px 3px 2px #748bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,139,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #748bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #748bcf; -webkit-box-shadow: 1px 1px 3px 2px #748bcf; box-shadow: 1px 1px 3px 2px #748bcf;">
Div content here</div>
This div box has shadow with color #748bcf
Comments
No comments written yet.
Please login to write comment.