Color spaces of #b082fd
RGB | 176 | 130 | 253 |
---|---|---|---|
HSL | 0.73 | 0.97 | 0.75 |
HSV | 262° | 49° | 99° |
CMYK | 0.30 | 0.49 | 0.00 0.01 |
XYZ | 43.6168 | 32.2872 | 96.8617 |
Yxy | 32.2872 | 0.2525 | 0.1869 |
Hunter Lab | 56.8218 | 37.5796 | -61.2938 |
CIE-Lab | 63.5795 | 42.6482 | -55.1447 |
#b082fd color RGB value is (176,130,253).
#b082fd hex color red value is 176, green value is 130 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b082fd hue: 0.73 , saturation: 0.97 and the lightness value of b082fd is 0.75.
The process color (four color CMYK) of #b082fd color hex is 0.30, 0.49, 0.00, 0.01. Web safe color of #b082fd is #9999ff. Color #b082fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10000010 | 11111101 |
Octal | 260 | 202 | 375 |
Decimal | 176 | 130 | 253 |
Hex | B0 | 82 | FD |
Shades of #b082fd
Tints of #b082fd
RGB Percentages of Color #b082fd
CMYK Percentages of Color #b082fd
Complementary Color
#b082fd | #cffd82 |
#b082fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b082fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b082fd Color CSS Codes
.mybgcolor {background-color:#b082fd; } .myforecolor {color:#b082fd; } .mybordercolor {border:3px solid #b082fd; }
#b082fd Text Font Color
<p style="color:#b082fd">Text here</p>
This sample text font color is #b082fd
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.
#b082fd Background Color
<div style="background-color:#b082fd">
Div content here</div>
This div background color is #b082fd
#b082fd Border Color
<div style="border:3px solid #b082fd">
Div here</div>
This div border color is #b082fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,130,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b082fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b082fd; -webkit-box-shadow: 1px 1px 3px 2px #b082fd; box-shadow: 1px 1px 3px 2px #b082fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,130,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b082fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b082fd; -webkit-box-shadow: 1px 1px 3px 2px #b082fd; box-shadow: 1px 1px 3px 2px #b082fd;">
Div content here</div>
This div box has shadow with color #b082fd
Comments
No comments written yet.
Please login to write comment.