Color spaces of #8259bf
RGB | 130 | 89 | 191 |
---|---|---|---|
HSL | 0.73 | 0.44 | 0.55 |
HSV | 264° | 53° | 75° |
CMYK | 0.32 | 0.53 | 0.00 0.25 |
XYZ | 22.1823 | 15.6522 | 51.1423 |
Yxy | 15.6522 | 0.2493 | 0.1759 |
Hunter Lab | 39.5629 | 30.8473 | -48.9493 |
CIE-Lab | 46.5148 | 38.3802 | -47.6823 |
#8259bf color RGB value is (130,89,191).
#8259bf hex color red value is 130, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8259bf hue: 0.73 , saturation: 0.44 and the lightness value of 8259bf is 0.55.
The process color (four color CMYK) of #8259bf color hex is 0.32, 0.53, 0.00, 0.25. Web safe color of #8259bf is #9966cc. Color #8259bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01011001 | 10111111 |
Octal | 202 | 131 | 277 |
Decimal | 130 | 89 | 191 |
Hex | 82 | 59 | BF |
Shades of #8259bf
Tints of #8259bf
RGB Percentages of Color #8259bf
CMYK Percentages of Color #8259bf
Complementary Color
#8259bf | #96bf59 |
#8259bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8259bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8259bf Color CSS Codes
.mybgcolor {background-color:#8259bf; } .myforecolor {color:#8259bf; } .mybordercolor {border:3px solid #8259bf; }
#8259bf Text Font Color
<p style="color:#8259bf">Text here</p>
This sample text font color is #8259bf
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.
#8259bf Background Color
<div style="background-color:#8259bf">
Div content here</div>
This div background color is #8259bf
#8259bf Border Color
<div style="border:3px solid #8259bf">
Div here</div>
This div border color is #8259bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,89,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8259bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8259bf; -webkit-box-shadow: 1px 1px 3px 2px #8259bf; box-shadow: 1px 1px 3px 2px #8259bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,89,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 #8259bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8259bf; -webkit-box-shadow: 1px 1px 3px 2px #8259bf; box-shadow: 1px 1px 3px 2px #8259bf;">
Div content here</div>
This div box has shadow with color #8259bf
Comments
No comments written yet.
Please login to write comment.