Color spaces of #805abb
RGB | 128 | 90 | 187 |
---|---|---|---|
HSL | 0.73 | 0.42 | 0.54 |
HSV | 264° | 52° | 73° |
CMYK | 0.32 | 0.52 | 0.00 0.27 |
XYZ | 21.5279 | 15.4894 | 48.8688 |
Yxy | 15.4894 | 0.2507 | 0.1803 |
Hunter Lab | 39.3566 | 28.7648 | -46.0704 |
CIE-Lab | 46.2973 | 36.2602 | -45.7185 |
#805abb color RGB value is (128,90,187).
#805abb hex color red value is 128, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #805abb hue: 0.73 , saturation: 0.42 and the lightness value of 805abb is 0.54.
The process color (four color CMYK) of #805abb color hex is 0.32, 0.52, 0.00, 0.27. Web safe color of #805abb is #9966cc. Color #805abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01011010 | 10111011 |
Octal | 200 | 132 | 273 |
Decimal | 128 | 90 | 187 |
Hex | 80 | 5A | BB |
Shades of #805abb
Tints of #805abb
RGB Percentages of Color #805abb
CMYK Percentages of Color #805abb
Complementary Color
#805abb | #95bb5a |
#805abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#805abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#805abb Color CSS Codes
.mybgcolor {background-color:#805abb; } .myforecolor {color:#805abb; } .mybordercolor {border:3px solid #805abb; }
#805abb Text Font Color
<p style="color:#805abb">Text here</p>
This sample text font color is #805abb
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.
#805abb Background Color
<div style="background-color:#805abb">
Div content here</div>
This div background color is #805abb
#805abb Border Color
<div style="border:3px solid #805abb">
Div here</div>
This div border color is #805abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,90,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #805abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #805abb; -webkit-box-shadow: 1px 1px 3px 2px #805abb; box-shadow: 1px 1px 3px 2px #805abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,90,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #805abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #805abb; -webkit-box-shadow: 1px 1px 3px 2px #805abb; box-shadow: 1px 1px 3px 2px #805abb;">
Div content here</div>
This div box has shadow with color #805abb
Comments
No comments written yet.
Please login to write comment.