Color spaces of #7819cf
RGB | 120 | 25 | 207 |
---|---|---|---|
HSL | 0.75 | 0.78 | 0.45 |
HSV | 271° | 88° | 81° |
CMYK | 0.42 | 0.88 | 0.00 0.19 |
XYZ | 19.3558 | 9.1933 | 59.7858 |
Yxy | 9.1933 | 0.2191 | 0.1041 |
Hunter Lab | 30.3205 | 60.8890 | -95.6836 |
CIE-Lab | 36.3538 | 68.5041 | -73.5079 |
#7819cf color RGB value is (120,25,207).
#7819cf hex color red value is 120, green value is 25 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7819cf hue: 0.75 , saturation: 0.78 and the lightness value of 7819cf is 0.45.
The process color (four color CMYK) of #7819cf color hex is 0.42, 0.88, 0.00, 0.19. Web safe color of #7819cf is #6600cc. Color #7819cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00011001 | 11001111 |
Octal | 170 | 31 | 317 |
Decimal | 120 | 25 | 207 |
Hex | 78 | 19 | CF |
Shades of #7819cf
Tints of #7819cf
RGB Percentages of Color #7819cf
CMYK Percentages of Color #7819cf
Complementary Color
#7819cf | #70cf19 |
#7819cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7819cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7819cf Color CSS Codes
.mybgcolor {background-color:#7819cf; } .myforecolor {color:#7819cf; } .mybordercolor {border:3px solid #7819cf; }
#7819cf Text Font Color
<p style="color:#7819cf">Text here</p>
This sample text font color is #7819cf
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.
#7819cf Background Color
<div style="background-color:#7819cf">
Div content here</div>
This div background color is #7819cf
#7819cf Border Color
<div style="border:3px solid #7819cf">
Div here</div>
This div border color is #7819cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,25,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7819cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7819cf; -webkit-box-shadow: 1px 1px 3px 2px #7819cf; box-shadow: 1px 1px 3px 2px #7819cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,25,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 #7819cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7819cf; -webkit-box-shadow: 1px 1px 3px 2px #7819cf; box-shadow: 1px 1px 3px 2px #7819cf;">
Div content here</div>
This div box has shadow with color #7819cf
Comments
No comments written yet.
Please login to write comment.