Color Hex Logo

#8476fb Color Hex

#8476FB
(132,118,251)
0 Favorites   0 Comments

Color spaces of #8476fb

RGB 132118251
HSL0.680.940.72
HSV246°53°98°
CMYK 0.470.530.00   0.02
XYZ33.406724.827494.2982
Yxy24.82740.21900.1628
Hunter Lab49.827132.4783-77.3278
CIE-Lab56.906938.6057-64.9372

#8476fb color RGB value is (132,118,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110110 11111011
Octal 204 166 373
Decimal 132 118 251
Hex 84 76 FB

RGB Percentages of Color #8476fb

%26.35
%23.55
%50.10

CMYK Percentages of Color #8476fb

%47
%53
%0
%2

Triadic Colors of #8476fb

#8476fb #fb8476 #76fb84

Analogous Colors of #8476fb

#8476fb #c776fb #76abfb

Monochromatic Colors of #8476fb

#8476fb

Complementary Color

#8476fb #edfb76

#8476fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8476fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8476fb Color CSS Codes

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

#8476fb Text Font Color

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

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


#8476fb Background Color

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

This div background color is #8476fb


#8476fb Border Color

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

This div border color is #8476fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8476fb


Comments

No comments written yet.

Please login to write comment.