Color spaces of #7830bd
RGB | 120 | 48 | 189 |
---|---|---|---|
HSL | 0.75 | 0.59 | 0.46 |
HSV | 271° | 75° | 74° |
CMYK | 0.37 | 0.75 | 0.00 0.26 |
XYZ | 17.9880 | 9.7811 | 49.0840 |
Yxy | 9.7811 | 0.2341 | 0.1273 |
Hunter Lab | 31.2748 | 47.9353 | -71.1601 |
CIE-Lab | 37.4467 | 56.6945 | -61.2028 |
#7830bd color RGB value is (120,48,189).
#7830bd hex color red value is 120, green value is 48 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7830bd hue: 0.75 , saturation: 0.59 and the lightness value of 7830bd is 0.46.
The process color (four color CMYK) of #7830bd color hex is 0.37, 0.75, 0.00, 0.26. Web safe color of #7830bd is #6633cc. Color #7830bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00110000 | 10111101 |
Octal | 170 | 60 | 275 |
Decimal | 120 | 48 | 189 |
Hex | 78 | 30 | BD |
Shades of #7830bd
Tints of #7830bd
RGB Percentages of Color #7830bd
CMYK Percentages of Color #7830bd
Complementary Color
#7830bd | #75bd30 |
#7830bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7830bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7830bd Color CSS Codes
.mybgcolor {background-color:#7830bd; } .myforecolor {color:#7830bd; } .mybordercolor {border:3px solid #7830bd; }
#7830bd Text Font Color
<p style="color:#7830bd">Text here</p>
This sample text font color is #7830bd
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.
#7830bd Background Color
<div style="background-color:#7830bd">
Div content here</div>
This div background color is #7830bd
#7830bd Border Color
<div style="border:3px solid #7830bd">
Div here</div>
This div border color is #7830bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,48,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7830bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7830bd; -webkit-box-shadow: 1px 1px 3px 2px #7830bd; box-shadow: 1px 1px 3px 2px #7830bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,48,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7830bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7830bd; -webkit-box-shadow: 1px 1px 3px 2px #7830bd; box-shadow: 1px 1px 3px 2px #7830bd;">
Div content here</div>
This div box has shadow with color #7830bd
Comments
No comments written yet.
Please login to write comment.