Color Hex Logo

#8130fb Color Hex

#8130FB
(129,48,251)
0 Favorites   0 Comments

Color spaces of #8130fb

RGB 12948251
HSL0.730.960.59
HSV264°81°98°
CMYK 0.490.810.00   0.02
XYZ27.522813.746192.4694
Yxy13.74610.20580.1028
Hunter Lab37.075767.6252-121.9203
CIE-Lab43.866672.7462-86.1800

#8130fb color RGB value is (129,48,251).

#8130fb hex color red value is 129, green value is 48 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8130fb hue: 0.73 , saturation: 0.96 and the lightness value of 8130fb is 0.59.

The process color (four color CMYK) of #8130fb color hex is 0.49, 0.81, 0.00, 0.02. Web safe color of #8130fb is #9933ff. Color #8130fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00110000 11111011
Octal 201 60 373
Decimal 129 48 251
Hex 81 30 FB

RGB Percentages of Color #8130fb

%30.14
%11.21
%58.64

CMYK Percentages of Color #8130fb

%49
%81
%0
%2

Triadic Colors of #8130fb

#8130fb #fb8130 #30fb81

Analogous Colors of #8130fb

#8130fb #e730fb #3044fb

Monochromatic Colors of #8130fb

#8130fb

Complementary Color

#8130fb #aafb30

#8130fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8130fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8130fb Color CSS Codes

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

#8130fb Text Font Color

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

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


#8130fb Background Color

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

This div background color is #8130fb


#8130fb Border Color

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

This div border color is #8130fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,48,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 #8130fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8130fb

Related Colors


Comments

No comments written yet.

Please login to write comment.