Color spaces of #745cbc
RGB | 116 | 92 | 188 |
---|---|---|---|
HSL | 0.71 | 0.42 | 0.55 |
HSV | 255° | 51° | 74° |
CMYK | 0.38 | 0.51 | 0.00 0.26 |
XYZ | 20.1067 | 14.9981 | 49.4121 |
Yxy | 14.9981 | 0.2379 | 0.1775 |
Hunter Lab | 38.7274 | 24.9017 | -48.5387 |
CIE-Lab | 45.6316 | 32.2696 | -47.4317 |
#745cbc color RGB value is (116,92,188).
#745cbc hex color red value is 116, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #745cbc hue: 0.71 , saturation: 0.42 and the lightness value of 745cbc is 0.55.
The process color (four color CMYK) of #745cbc color hex is 0.38, 0.51, 0.00, 0.26. Web safe color of #745cbc is #6666cc. Color #745cbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01011100 | 10111100 |
Octal | 164 | 134 | 274 |
Decimal | 116 | 92 | 188 |
Hex | 74 | 5C | BC |
Shades of #745cbc
Tints of #745cbc
RGB Percentages of Color #745cbc
CMYK Percentages of Color #745cbc
Complementary Color
#745cbc | #a4bc5c |
#745cbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#745cbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#745cbc Color CSS Codes
.mybgcolor {background-color:#745cbc; } .myforecolor {color:#745cbc; } .mybordercolor {border:3px solid #745cbc; }
#745cbc Text Font Color
<p style="color:#745cbc">Text here</p>
This sample text font color is #745cbc
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.
#745cbc Background Color
<div style="background-color:#745cbc">
Div content here</div>
This div background color is #745cbc
#745cbc Border Color
<div style="border:3px solid #745cbc">
Div here</div>
This div border color is #745cbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,92,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #745cbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #745cbc; -webkit-box-shadow: 1px 1px 3px 2px #745cbc; box-shadow: 1px 1px 3px 2px #745cbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,92,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 #745cbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #745cbc; -webkit-box-shadow: 1px 1px 3px 2px #745cbc; box-shadow: 1px 1px 3px 2px #745cbc;">
Div content here</div>
This div box has shadow with color #745cbc
Comments
No comments written yet.
Please login to write comment.