color codes Logo

#8b01fd color codes

#8B01FD
(139,1,253)
0 Favorites   0 Comments

Color spaces of #8b01fd

RGB 1391253
HSL0.760.990.50
HSV273°100°99°
CMYK 0.451.000.00   0.01
XYZ28.387912.602593.8648
Yxy12.60250.21050.0935
Hunter Lab35.500080.6142-131.9174
CIE-Lab42.158183.5405-90.0736

#8b01fd color RGB value is (139,1,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000001 11111101
Octal 213 1 375
Decimal 139 1 253
Hex 8B 1 FD

RGB Percentages of Color #8b01fd

%35.37
%0.25
%64.38

CMYK Percentages of Color #8b01fd

%45
%100
%0
%1

Triadic Colors of #8b01fd

#8b01fd #fd8b01 #01fd8b

Analogous Colors of #8b01fd

#8b01fd #fd01f1 #0d01fd

Monochromatic Colors of #8b01fd

#8b01fd

Complementary Color

#8b01fd #73fd01

#8b01fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b01fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b01fd Color CSS Codes

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

#8b01fd Text Font Color

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

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


#8b01fd Background Color

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

This div background color is #8b01fd


#8b01fd Border Color

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

This div border color is #8b01fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b01fd

Related Colors


Comments

No comments written yet.

Please login to write comment.