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