Color spaces of #7b1cbf
RGB | 123 | 28 | 191 |
---|---|---|---|
HSL | 0.76 | 0.74 | 0.43 |
HSV | 275° | 85° | 75° |
CMYK | 0.36 | 0.85 | 0.00 0.25 |
XYZ | 17.9876 | 8.8030 | 50.0413 |
Yxy | 8.8030 | 0.2341 | 0.1146 |
Hunter Lab | 29.6699 | 56.2949 | -79.2299 |
CIE-Lab | 35.6022 | 64.6426 | -65.3734 |
#7b1cbf color RGB value is (123,28,191).
#7b1cbf hex color red value is 123, green value is 28 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7b1cbf hue: 0.76 , saturation: 0.74 and the lightness value of 7b1cbf is 0.43.
The process color (four color CMYK) of #7b1cbf color hex is 0.36, 0.85, 0.00, 0.25. Web safe color of #7b1cbf is #6633cc. Color #7b1cbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 00011100 | 10111111 |
Octal | 173 | 34 | 277 |
Decimal | 123 | 28 | 191 |
Hex | 7B | 1C | BF |
Shades of #7b1cbf
Tints of #7b1cbf
RGB Percentages of Color #7b1cbf
CMYK Percentages of Color #7b1cbf
Complementary Color
#7b1cbf | #60bf1c |
#7b1cbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7b1cbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7b1cbf Color CSS Codes
.mybgcolor {background-color:#7b1cbf; } .myforecolor {color:#7b1cbf; } .mybordercolor {border:3px solid #7b1cbf; }
#7b1cbf Text Font Color
<p style="color:#7b1cbf">Text here</p>
This sample text font color is #7b1cbf
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.
#7b1cbf Background Color
<div style="background-color:#7b1cbf">
Div content here</div>
This div background color is #7b1cbf
#7b1cbf Border Color
<div style="border:3px solid #7b1cbf">
Div here</div>
This div border color is #7b1cbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,28,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7b1cbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7b1cbf; -webkit-box-shadow: 1px 1px 3px 2px #7b1cbf; box-shadow: 1px 1px 3px 2px #7b1cbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,28,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 #7b1cbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7b1cbf; -webkit-box-shadow: 1px 1px 3px 2px #7b1cbf; box-shadow: 1px 1px 3px 2px #7b1cbf;">
Div content here</div>
This div box has shadow with color #7b1cbf
Comments
No comments written yet.
Please login to write comment.