Color Hex Logo

#832ffe Color Hex

#832FFE
(131,47,254)
0 Favorites   0 Comments

Color spaces of #832ffe

RGB 13147254
HSL0.730.990.59
HSV264°81°100°
CMYK 0.480.810.00   0.00
XYZ28.266014.014194.9811
Yxy14.01410.20590.1021
Hunter Lab37.435469.2663-124.2258
CIE-Lab44.253174.0310-87.2131

#832ffe color RGB value is (131,47,254).

#832ffe hex color red value is 131, green value is 47 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #832ffe hue: 0.73 , saturation: 0.99 and the lightness value of 832ffe is 0.59.

The process color (four color CMYK) of #832ffe color hex is 0.48, 0.81, 0.00, 0.00. Web safe color of #832ffe is #9933ff. Color #832ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101111 11111110
Octal 203 57 376
Decimal 131 47 254
Hex 83 2F FE

RGB Percentages of Color #832ffe

%30.32
%10.88
%58.80

CMYK Percentages of Color #832ffe

%48
%81
%0
%0

Triadic Colors of #832ffe

#832ffe #fe832f #2ffe83

Analogous Colors of #832ffe

#832ffe #eb2ffe #2f43fe

Monochromatic Colors of #832ffe

#832ffe

Complementary Color

#832ffe #aafe2f

#832ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#832ffe Color CSS Codes

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

#832ffe Text Font Color

<p style="color:#832ffe">Text here</p>

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


#832ffe Background Color

<div style="background-color:#832ffe">
Div content here</div>

This div background color is #832ffe


#832ffe Border Color

<div style="border:3px solid #832ffe">
Div here</div>

This div border color is #832ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.