Color Hex Logo

#832eeb Color Hex

#832EEB
(131,46,235)
0 Favorites   0 Comments

Color spaces of #832eeb

RGB 13146235
HSL0.740.830.55
HSV267°80°92°
CMYK 0.440.800.00   0.08
XYZ25.332512.777479.7284
Yxy12.77740.21500.1084
Hunter Lab35.745563.9467-107.2213
CIE-Lab42.425969.9374-79.5319

#832eeb color RGB value is (131,46,235).

#832eeb hex color red value is 131, green value is 46 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #832eeb hue: 0.74 , saturation: 0.83 and the lightness value of 832eeb is 0.55.

The process color (four color CMYK) of #832eeb color hex is 0.44, 0.80, 0.00, 0.08. Web safe color of #832eeb is #9933ff. Color #832eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101110 11101011
Octal 203 56 353
Decimal 131 46 235
Hex 83 2E EB

RGB Percentages of Color #832eeb

%31.80
%11.17
%57.04

CMYK Percentages of Color #832eeb

%44
%80
%0
%8

Triadic Colors of #832eeb

#832eeb #eb832e #2eeb83

Analogous Colors of #832eeb

#832eeb #e22eeb #2e37eb

Monochromatic Colors of #832eeb

#832eeb

Complementary Color

#832eeb #96eb2e

#832eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#832eeb Color CSS Codes

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

#832eeb Text Font Color

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

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


#832eeb Background Color

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

This div background color is #832eeb


#832eeb Border Color

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

This div border color is #832eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832eeb


Comments

No comments written yet.

Please login to write comment.