Color spaces of #782caf
RGB | 120 | 44 | 175 |
---|---|---|---|
HSL | 0.76 | 0.60 | 0.43 |
HSV | 275° | 75° | 69° |
CMYK | 0.31 | 0.75 | 0.00 0.31 |
XYZ | 16.3843 | 8.8896 | 41.4098 |
Yxy | 8.8896 | 0.2457 | 0.1333 |
Hunter Lab | 29.8154 | 45.9131 | -61.4754 |
CIE-Lab | 35.7709 | 55.1198 | -55.6430 |
#782caf color RGB value is (120,44,175).
#782caf hex color red value is 120, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #782caf hue: 0.76 , saturation: 0.60 and the lightness value of 782caf is 0.43.
The process color (four color CMYK) of #782caf color hex is 0.31, 0.75, 0.00, 0.31. Web safe color of #782caf is #663399. Color #782caf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00101100 | 10101111 |
Octal | 170 | 54 | 257 |
Decimal | 120 | 44 | 175 |
Hex | 78 | 2C | AF |
Shades of #782caf
Tints of #782caf
RGB Percentages of Color #782caf
CMYK Percentages of Color #782caf
Complementary Color
#782caf | #63af2c |
#782caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#782caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#782caf Color CSS Codes
.mybgcolor {background-color:#782caf; } .myforecolor {color:#782caf; } .mybordercolor {border:3px solid #782caf; }
#782caf Text Font Color
<p style="color:#782caf">Text here</p>
This sample text font color is #782caf
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.
#782caf Background Color
<div style="background-color:#782caf">
Div content here</div>
This div background color is #782caf
#782caf Border Color
<div style="border:3px solid #782caf">
Div here</div>
This div border color is #782caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,44,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #782caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #782caf; -webkit-box-shadow: 1px 1px 3px 2px #782caf; box-shadow: 1px 1px 3px 2px #782caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,44,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #782caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #782caf; -webkit-box-shadow: 1px 1px 3px 2px #782caf; box-shadow: 1px 1px 3px 2px #782caf;">
Div content here</div>
This div box has shadow with color #782caf
Comments
No comments written yet.
Please login to write comment.