Color spaces of #7d1beb
RGB | 125 | 27 | 235 |
---|---|---|---|
HSL | 0.75 | 0.84 | 0.51 |
HSV | 268° | 89° | 92° |
CMYK | 0.47 | 0.89 | 0.00 0.08 |
XYZ | 23.8448 | 11.1420 | 79.4911 |
Yxy | 11.1420 | 0.2083 | 0.0973 |
Hunter Lab | 33.3796 | 69.0974 | -117.8290 |
CIE-Lab | 39.8186 | 74.7493 | -83.8482 |
#7d1beb color RGB value is (125,27,235).
#7d1beb hex color red value is 125, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7d1beb hue: 0.75 , saturation: 0.84 and the lightness value of 7d1beb is 0.51.
The process color (four color CMYK) of #7d1beb color hex is 0.47, 0.89, 0.00, 0.08. Web safe color of #7d1beb is #6633ff. Color #7d1beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 00011011 | 11101011 |
Octal | 175 | 33 | 353 |
Decimal | 125 | 27 | 235 |
Hex | 7D | 1B | EB |
Shades of #7d1beb
Tints of #7d1beb
RGB Percentages of Color #7d1beb
CMYK Percentages of Color #7d1beb
Complementary Color
#7d1beb | #89eb1b |
#7d1beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7d1beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7d1beb Color CSS Codes
.mybgcolor {background-color:#7d1beb; } .myforecolor {color:#7d1beb; } .mybordercolor {border:3px solid #7d1beb; }
#7d1beb Text Font Color
<p style="color:#7d1beb">Text here</p>
This sample text font color is #7d1beb
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.
#7d1beb Background Color
<div style="background-color:#7d1beb">
Div content here</div>
This div background color is #7d1beb
#7d1beb Border Color
<div style="border:3px solid #7d1beb">
Div here</div>
This div border color is #7d1beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,27,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7d1beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7d1beb; -webkit-box-shadow: 1px 1px 3px 2px #7d1beb; box-shadow: 1px 1px 3px 2px #7d1beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,27,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7d1beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7d1beb; -webkit-box-shadow: 1px 1px 3px 2px #7d1beb; box-shadow: 1px 1px 3px 2px #7d1beb;">
Div content here</div>
This div box has shadow with color #7d1beb
Comments
No comments written yet.
Please login to write comment.