Color Hex Logo

#8b01ff Color Hex

#8B01FF
(139,1,255)
0 Favorites   0 Comments

Color spaces of #8b01ff

RGB 1391255
HSL0.761.000.50
HSV273°100°100°
CMYK 0.451.000.00   0.00
XYZ28.708312.730795.5519
Yxy12.73070.20960.0929
Hunter Lab35.680181.1813-133.8035
CIE-Lab42.354683.9460-90.8684

#8b01ff color RGB value is (139,1,255).

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

The process color (four color CMYK) of #8b01ff color hex is 0.45, 1.00, 0.00, 0.00. Web safe color of #8b01ff is #9900ff. Color #8b01ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000001 11111111
Octal 213 1 377
Decimal 139 1 255
Hex 8B 1 FF

RGB Percentages of Color #8b01ff

%35.19
%0.25
%64.56

CMYK Percentages of Color #8b01ff

%45
%100
%0
%0

Triadic Colors of #8b01ff

#8b01ff #ff8b01 #01ff8b

Analogous Colors of #8b01ff

#8b01ff #ff01f4 #0c01ff

Monochromatic Colors of #8b01ff

#8b01ff

Complementary Color

#8b01ff #75ff01

#8b01ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b01ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b01ff Color CSS Codes

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

#8b01ff Text Font Color

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

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


#8b01ff Background Color

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

This div background color is #8b01ff


#8b01ff Border Color

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

This div border color is #8b01ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,1,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 #8b01ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b01ff

#8b01ff Color Palettes


Comments

No comments written yet.

Please login to write comment.