Color spaces of #7d5cfb
RGB | 125 | 92 | 251 |
---|---|---|---|
HSL | 0.70 | 0.95 | 0.67 |
HSV | 252° | 63° | 98° |
CMYK | 0.50 | 0.63 | 0.00 0.02 |
XYZ | 29.6972 | 18.9793 | 93.3649 |
Yxy | 18.9793 | 0.2091 | 0.1336 |
Hunter Lab | 43.5652 | 45.4393 | -96.5691 |
CIE-Lab | 50.6630 | 51.9428 | -75.0715 |
#7d5cfb color RGB value is (125,92,251).
#7d5cfb hex color red value is 125, green value is 92 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7d5cfb hue: 0.70 , saturation: 0.95 and the lightness value of 7d5cfb is 0.67.
The process color (four color CMYK) of #7d5cfb color hex is 0.50, 0.63, 0.00, 0.02. Web safe color of #7d5cfb is #6666ff. Color #7d5cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 01011100 | 11111011 |
Octal | 175 | 134 | 373 |
Decimal | 125 | 92 | 251 |
Hex | 7D | 5C | FB |
Shades of #7d5cfb
Tints of #7d5cfb
RGB Percentages of Color #7d5cfb
CMYK Percentages of Color #7d5cfb
Complementary Color
#7d5cfb | #dafb5c |
#7d5cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7d5cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7d5cfb Color CSS Codes
.mybgcolor {background-color:#7d5cfb; } .myforecolor {color:#7d5cfb; } .mybordercolor {border:3px solid #7d5cfb; }
#7d5cfb Text Font Color
<p style="color:#7d5cfb">Text here</p>
This sample text font color is #7d5cfb
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.
#7d5cfb Background Color
<div style="background-color:#7d5cfb">
Div content here</div>
This div background color is #7d5cfb
#7d5cfb Border Color
<div style="border:3px solid #7d5cfb">
Div here</div>
This div border color is #7d5cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,92,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7d5cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7d5cfb; -webkit-box-shadow: 1px 1px 3px 2px #7d5cfb; box-shadow: 1px 1px 3px 2px #7d5cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,92,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7d5cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7d5cfb; -webkit-box-shadow: 1px 1px 3px 2px #7d5cfb; box-shadow: 1px 1px 3px 2px #7d5cfb;">
Div content here</div>
This div box has shadow with color #7d5cfb
Comments
No comments written yet.
Please login to write comment.