Color Hex Logo

#8376fb Color Hex

#8376FB
(131,118,251)
0 Favorites   0 Comments

Color spaces of #8376fb

RGB 131118251
HSL0.680.940.72
HSV246°53°98°
CMYK 0.480.530.00   0.02
XYZ33.251124.747294.2909
Yxy24.74720.21830.1625
Hunter Lab49.746632.2547-77.5572
CIE-Lab56.828338.3958-65.0678

#8376fb color RGB value is (131,118,251).

#8376fb hex color red value is 131, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8376fb hue: 0.68 , saturation: 0.94 and the lightness value of 8376fb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110110 11111011
Octal 203 166 373
Decimal 131 118 251
Hex 83 76 FB

RGB Percentages of Color #8376fb

%26.20
%23.60
%50.20

CMYK Percentages of Color #8376fb

%48
%53
%0
%2

Triadic Colors of #8376fb

#8376fb #fb8376 #76fb83

Analogous Colors of #8376fb

#8376fb #c676fb #76acfb

Monochromatic Colors of #8376fb

#8376fb

Complementary Color

#8376fb #eefb76

#8376fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8376fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8376fb Color CSS Codes

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

#8376fb Text Font Color

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

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


#8376fb Background Color

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

This div background color is #8376fb


#8376fb Border Color

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

This div border color is #8376fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8376fb


Comments

No comments written yet.

Please login to write comment.