Color spaces of #7813bf
RGB | 120 | 19 | 191 |
---|---|---|---|
HSL | 0.76 | 0.82 | 0.41 |
HSV | 275° | 90° | 75° |
CMYK | 0.37 | 0.90 | 0.00 0.25 |
XYZ | 17.3826 | 8.2204 | 49.9607 |
Yxy | 8.2204 | 0.2300 | 0.1088 |
Hunter Lab | 28.6712 | 58.0451 | -83.2452 |
CIE-Lab | 34.4377 | 66.4066 | -67.2982 |
#7813bf color RGB value is (120,19,191).
#7813bf hex color red value is 120, green value is 19 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7813bf hue: 0.76 , saturation: 0.82 and the lightness value of 7813bf is 0.41.
The process color (four color CMYK) of #7813bf color hex is 0.37, 0.90, 0.00, 0.25. Web safe color of #7813bf is #6600cc. Color #7813bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00010011 | 10111111 |
Octal | 170 | 23 | 277 |
Decimal | 120 | 19 | 191 |
Hex | 78 | 13 | BF |
Shades of #7813bf
Tints of #7813bf
RGB Percentages of Color #7813bf
CMYK Percentages of Color #7813bf
Complementary Color
#7813bf | #5abf13 |
#7813bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7813bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7813bf Color CSS Codes
.mybgcolor {background-color:#7813bf; } .myforecolor {color:#7813bf; } .mybordercolor {border:3px solid #7813bf; }
#7813bf Text Font Color
<p style="color:#7813bf">Text here</p>
This sample text font color is #7813bf
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.
#7813bf Background Color
<div style="background-color:#7813bf">
Div content here</div>
This div background color is #7813bf
#7813bf Border Color
<div style="border:3px solid #7813bf">
Div here</div>
This div border color is #7813bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,19,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7813bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7813bf; -webkit-box-shadow: 1px 1px 3px 2px #7813bf; box-shadow: 1px 1px 3px 2px #7813bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,19,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7813bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7813bf; -webkit-box-shadow: 1px 1px 3px 2px #7813bf; box-shadow: 1px 1px 3px 2px #7813bf;">
Div content here</div>
This div box has shadow with color #7813bf
Comments
No comments written yet.
Please login to write comment.