Color Hex Logo

#8b50ff Color Hex

#8B50FF
(139,80,255)
0 Favorites   0 Comments

Color spaces of #8b50ff

RGB 13980255
HSL0.721.000.66
HSV260°69°100°
CMYK 0.450.690.00   0.00
XYZ31.566118.446396.5045
Yxy18.44630.21540.1259
Hunter Lab42.949256.0301-103.1571
CIE-Lab50.033061.6311-78.2641

#8b50ff color RGB value is (139,80,255).

#8b50ff hex color red value is 139, green value is 80 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8b50ff hue: 0.72 , saturation: 1.00 and the lightness value of 8b50ff is 0.66.

The process color (four color CMYK) of #8b50ff color hex is 0.45, 0.69, 0.00, 0.00. Web safe color of #8b50ff is #9966ff. Color #8b50ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01010000 11111111
Octal 213 120 377
Decimal 139 80 255
Hex 8B 50 FF

RGB Percentages of Color #8b50ff

%29.32
%16.88
%53.80

CMYK Percentages of Color #8b50ff

%45
%69
%0
%0

Triadic Colors of #8b50ff

#8b50ff #ff8b50 #50ff8b

Analogous Colors of #8b50ff

#8b50ff #e350ff #506dff

Monochromatic Colors of #8b50ff

#8b50ff

Complementary Color

#8b50ff #c4ff50

#8b50ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b50ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b50ff Color CSS Codes

.mybgcolor {background-color:#8b50ff; } 
.myforecolor {color:#8b50ff; }
.mybordercolor {border:3px solid #8b50ff; }

#8b50ff Text Font Color

<p style="color:#8b50ff">Text here</p>

This sample text font color is #8b50ff
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.


#8b50ff Background Color

<div style="background-color:#8b50ff">
Div content here</div>

This div background color is #8b50ff


#8b50ff Border Color

<div style="border:3px solid #8b50ff">
Div here</div>

This div border color is #8b50ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,80,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b50ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b50ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8b50ff;
  box-shadow:         1px 1px 3px 2px #8b50ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,80,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8b50ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b50ff

Related Colors

#8b50ff Color Palettes


Comments

No comments written yet.

Please login to write comment.