color details

Color Details
#8500be Color Hex

#8500be color RGB value is (8, 80, 11).
#8500be hex color red value is 8, green value is 80, and blue value is 11.
Cylindrical-coordinate representations (HSL) of color #8500be hue: 122.5, saturation: 0.82 and lightness: 0.17.

The process color (four-color CMYK) of #8500be color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #8500be is #ff9999. Color #8500be contains mainly RED.

Color Spaces
Color spaces of #8500beValue
RGB133, 0, 190
HSL0.78, 1, 0.37
HSV282°, 100°, 75°
XYZ18.97, 8.7, 49.39
Base Numbers
Base Red Green Blue
Binary 10000101 0 10111110
Octal 205 0 276
Decimal 133 0 190
Hex 85 0 BE

RGB Percentages for Color #8500be

41.18%
58.82%

CMYK Percentages of the Color #8500be

30%
100%
25.49%
CSS Codes for Color #8500be
.mybgColor {background-color: #8500be;}
.myforeColor {color: #8500be;}
.myborderColor {border:3px solid #8500be;}
Text Font Color #8500be

<p style="color:#8500be">Text here</p>

This sample text is styled with the font color #8500be. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #8500be

<div style="background-color:#8500be">Div content here</div>

The background color of this div is #8500be
Border Color #8500be

<div style="border:3px solid #8500be">Div here</div>

The border color of this div is #8500be
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(133, 0, 190, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #8500be;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #8500be;
-webkit-box-shadow: 1px 1px 3px #8500be;
box-shadow: 1px 1px 3px #8500be;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133, 0, 190, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #8500be;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #8500be; -webkit-box-shadow: 1px 1px 3px #8500be; box-shadow: 1px 1px 3px #8500be;">Div content here</div>

This div box has a shadow with a specified color. #8500be
Scroll to Top