Color spaces of #745ebc
RGB | 116 | 94 | 188 |
---|---|---|---|
HSL | 0.71 | 0.41 | 0.55 |
HSV | 254° | 50° | 74° |
CMYK | 0.38 | 0.50 | 0.00 0.26 |
XYZ | 20.2823 | 15.3493 | 49.4707 |
Yxy | 15.3493 | 0.2383 | 0.1804 |
Hunter Lab | 39.1782 | 23.8465 | -47.4414 |
CIE-Lab | 46.1089 | 31.0769 | -46.6695 |
#745ebc color RGB value is (116,94,188).
#745ebc hex color red value is 116, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #745ebc hue: 0.71 , saturation: 0.41 and the lightness value of 745ebc is 0.55.
The process color (four color CMYK) of #745ebc color hex is 0.38, 0.50, 0.00, 0.26. Web safe color of #745ebc is #6666cc. Color #745ebc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01011110 | 10111100 |
Octal | 164 | 136 | 274 |
Decimal | 116 | 94 | 188 |
Hex | 74 | 5E | BC |
Shades of #745ebc
Tints of #745ebc
RGB Percentages of Color #745ebc
CMYK Percentages of Color #745ebc
Complementary Color
#745ebc | #a6bc5e |
#745ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#745ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#745ebc Color CSS Codes
.mybgcolor {background-color:#745ebc; } .myforecolor {color:#745ebc; } .mybordercolor {border:3px solid #745ebc; }
#745ebc Text Font Color
<p style="color:#745ebc">Text here</p>
This sample text font color is #745ebc
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.
#745ebc Background Color
<div style="background-color:#745ebc">
Div content here</div>
This div background color is #745ebc
#745ebc Border Color
<div style="border:3px solid #745ebc">
Div here</div>
This div border color is #745ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,94,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #745ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #745ebc; -webkit-box-shadow: 1px 1px 3px 2px #745ebc; box-shadow: 1px 1px 3px 2px #745ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,94,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #745ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #745ebc; -webkit-box-shadow: 1px 1px 3px 2px #745ebc; box-shadow: 1px 1px 3px 2px #745ebc;">
Div content here</div>
This div box has shadow with color #745ebc
Comments
No comments written yet.
Please login to write comment.