Color Hex Logo

#834bfe Color Hex

#834BFE
(131,75,254)
0 Favorites   0 Comments

Color spaces of #834bfe

RGB 13175254
HSL0.720.990.65
HSV259°70°100°
CMYK 0.480.700.00   0.00
XYZ29.765517.013295.4810
Yxy17.01320.20920.1196
Hunter Lab41.247156.6303-108.3749
CIE-Lab48.276762.4885-80.6106

#834bfe color RGB value is (131,75,254).

#834bfe hex color red value is 131, green value is 75 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #834bfe hue: 0.72 , saturation: 0.99 and the lightness value of 834bfe is 0.65.

The process color (four color CMYK) of #834bfe color hex is 0.48, 0.70, 0.00, 0.00. Web safe color of #834bfe is #9933ff. Color #834bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001011 11111110
Octal 203 113 376
Decimal 131 75 254
Hex 83 4B FE

RGB Percentages of Color #834bfe

%28.48
%16.30
%55.22

CMYK Percentages of Color #834bfe

%48
%70
%0
%0

Triadic Colors of #834bfe

#834bfe #fe834b #4bfe83

Analogous Colors of #834bfe

#834bfe #dd4bfe #4b6dfe

Monochromatic Colors of #834bfe

#834bfe

Complementary Color

#834bfe #c6fe4b

#834bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#834bfe Color CSS Codes

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

#834bfe Text Font Color

<p style="color:#834bfe">Text here</p>

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


#834bfe Background Color

<div style="background-color:#834bfe">
Div content here</div>

This div background color is #834bfe


#834bfe Border Color

<div style="border:3px solid #834bfe">
Div here</div>

This div border color is #834bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,75,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #834bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #834bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #834bfe;
  box-shadow:         1px 1px 3px 2px #834bfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834bfe


Comments

No comments written yet.

Please login to write comment.