Color spaces of #780acf
RGB | 120 | 10 | 207 |
---|---|---|---|
HSL | 0.76 | 0.91 | 0.43 |
HSV | 274° | 95° | 81° |
CMYK | 0.42 | 0.95 | 0.00 0.19 |
XYZ | 19.1168 | 8.7151 | 59.7061 |
Yxy | 8.7151 | 0.2184 | 0.0996 |
Hunter Lab | 29.5213 | 63.9268 | -99.2474 |
CIE-Lab | 35.4299 | 71.2709 | -75.0281 |
#780acf color RGB value is (120,10,207).
#780acf hex color red value is 120, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #780acf hue: 0.76 , saturation: 0.91 and the lightness value of 780acf is 0.43.
The process color (four color CMYK) of #780acf color hex is 0.42, 0.95, 0.00, 0.19. Web safe color of #780acf is #6600cc. Color #780acf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00001010 | 11001111 |
Octal | 170 | 12 | 317 |
Decimal | 120 | 10 | 207 |
Hex | 78 | A | CF |
Shades of #780acf
Tints of #780acf
RGB Percentages of Color #780acf
CMYK Percentages of Color #780acf
Complementary Color
#780acf | #61cf0a |
#780acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#780acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#780acf Color CSS Codes
.mybgcolor {background-color:#780acf; } .myforecolor {color:#780acf; } .mybordercolor {border:3px solid #780acf; }
#780acf Text Font Color
<p style="color:#780acf">Text here</p>
This sample text font color is #780acf
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.
#780acf Background Color
<div style="background-color:#780acf">
Div content here</div>
This div background color is #780acf
#780acf Border Color
<div style="border:3px solid #780acf">
Div here</div>
This div border color is #780acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,10,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #780acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #780acf; -webkit-box-shadow: 1px 1px 3px 2px #780acf; box-shadow: 1px 1px 3px 2px #780acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,10,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 #780acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #780acf; -webkit-box-shadow: 1px 1px 3px 2px #780acf; box-shadow: 1px 1px 3px 2px #780acf;">
Div content here</div>
This div box has shadow with color #780acf
Comments
No comments written yet.
Please login to write comment.