Color spaces of #7b3abf
RGB | 123 | 58 | 191 |
---|---|---|---|
HSL | 0.75 | 0.53 | 0.49 |
HSV | 269° | 70° | 75° |
CMYK | 0.36 | 0.70 | 0.00 0.25 |
XYZ | 19.0854 | 10.9987 | 50.4073 |
Yxy | 10.9987 | 0.2371 | 0.1366 |
Hunter Lab | 33.1643 | 44.6858 | -66.9015 |
CIE-Lab | 39.5783 | 53.2294 | -58.8935 |
#7b3abf color RGB value is (123,58,191).
#7b3abf hex color red value is 123, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7b3abf hue: 0.75 , saturation: 0.53 and the lightness value of 7b3abf is 0.49.
The process color (four color CMYK) of #7b3abf color hex is 0.36, 0.70, 0.00, 0.25. Web safe color of #7b3abf is #6633cc. Color #7b3abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 00111010 | 10111111 |
Octal | 173 | 72 | 277 |
Decimal | 123 | 58 | 191 |
Hex | 7B | 3A | BF |
Shades of #7b3abf
Tints of #7b3abf
RGB Percentages of Color #7b3abf
CMYK Percentages of Color #7b3abf
Complementary Color
#7b3abf | #7ebf3a |
#7b3abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7b3abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7b3abf Color CSS Codes
.mybgcolor {background-color:#7b3abf; } .myforecolor {color:#7b3abf; } .mybordercolor {border:3px solid #7b3abf; }
#7b3abf Text Font Color
<p style="color:#7b3abf">Text here</p>
This sample text font color is #7b3abf
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.
#7b3abf Background Color
<div style="background-color:#7b3abf">
Div content here</div>
This div background color is #7b3abf
#7b3abf Border Color
<div style="border:3px solid #7b3abf">
Div here</div>
This div border color is #7b3abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,58,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7b3abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7b3abf; -webkit-box-shadow: 1px 1px 3px 2px #7b3abf; box-shadow: 1px 1px 3px 2px #7b3abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,58,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 #7b3abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7b3abf; -webkit-box-shadow: 1px 1px 3px 2px #7b3abf; box-shadow: 1px 1px 3px 2px #7b3abf;">
Div content here</div>
This div box has shadow with color #7b3abf
Comments
No comments written yet.
Please login to write comment.