Color Hex Logo

#8334fa Color Hex

#8334FA
(131,52,250)
0 Favorites   0 Comments

Color spaces of #8334fa

RGB 13152250
HSL0.730.950.59
HSV264°79°98°
CMYK 0.480.790.00   0.02
XYZ27.843414.183491.7126
Yxy14.18340.20820.1061
Hunter Lab37.660966.0620-118.0218
CIE-Lab44.494871.3178-84.5787

#8334fa color RGB value is (131,52,250).

#8334fa hex color red value is 131, green value is 52 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8334fa hue: 0.73 , saturation: 0.95 and the lightness value of 8334fa is 0.59.

The process color (four color CMYK) of #8334fa color hex is 0.48, 0.79, 0.00, 0.02. Web safe color of #8334fa is #9933ff. Color #8334fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110100 11111010
Octal 203 64 372
Decimal 131 52 250
Hex 83 34 FA

RGB Percentages of Color #8334fa

%30.25
%12.01
%57.74

CMYK Percentages of Color #8334fa

%48
%79
%0
%2

Triadic Colors of #8334fa

#8334fa #fa8334 #34fa83

Analogous Colors of #8334fa

#8334fa #e634fa #3448fa

Monochromatic Colors of #8334fa

#8334fa

Complementary Color

#8334fa #abfa34

#8334fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8334fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8334fa Color CSS Codes

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

#8334fa Text Font Color

<p style="color:#8334fa">Text here</p>

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


#8334fa Background Color

<div style="background-color:#8334fa">
Div content here</div>

This div background color is #8334fa


#8334fa Border Color

<div style="border:3px solid #8334fa">
Div here</div>

This div border color is #8334fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,52,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8334fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8334fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8334fa;
  box-shadow:         1px 1px 3px 2px #8334fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,52,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8334fa

Related Colors


Comments

No comments written yet.

Please login to write comment.