Color Hex Logo

#8200fb Color Hex

#8200FB
(130,0,251)
0 Favorites   0 Comments

Color spaces of #8200fb

RGB 1300251
HSL0.751.000.49
HSV271°100°98°
CMYK 0.481.000.00   0.02
XYZ26.618511.710992.1243
Yxy11.71090.20400.0898
Hunter Lab34.221278.9568-135.6553
CIE-Lab40.752982.5039-91.3125

#8200fb color RGB value is (130,0,251).

#8200fb hex color red value is 130, green value is 0 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8200fb hue: 0.75 , saturation: 1.00 and the lightness value of 8200fb is 0.49.

The process color (four color CMYK) of #8200fb color hex is 0.48, 1.00, 0.00, 0.02. Web safe color of #8200fb is #9900ff. Color #8200fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000000 11111011
Octal 202 0 373
Decimal 130 0 251
Hex 82 0 FB

RGB Percentages of Color #8200fb

%34.12
%0.00
%65.88

CMYK Percentages of Color #8200fb

%48
%100
%0
%2

Triadic Colors of #8200fb

#8200fb #fb8200 #00fb82

Analogous Colors of #8200fb

#8200fb #fb00f7 #0500fb

Monochromatic Colors of #8200fb

#8200fb

Complementary Color

#8200fb #79fb00

#8200fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8200fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8200fb Color CSS Codes

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

#8200fb Text Font Color

<p style="color:#8200fb">Text here</p>

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


#8200fb Background Color

<div style="background-color:#8200fb">
Div content here</div>

This div background color is #8200fb


#8200fb Border Color

<div style="border:3px solid #8200fb">
Div here</div>

This div border color is #8200fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,0,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8200fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8200fb;
  -webkit-box-shadow: 1px 1px 3px 2px #8200fb;
  box-shadow:         1px 1px 3px 2px #8200fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8200fb


Comments

No comments written yet.

Please login to write comment.