Color Hex Logo

#832ceb Color Hex

#832CEB
(131,44,235)
0 Favorites   0 Comments

Color spaces of #832ceb

RGB 13144235
HSL0.740.830.55
HSV267°81°92°
CMYK 0.440.810.00   0.08
XYZ25.256212.624879.7029
Yxy12.62480.21480.1074
Hunter Lab35.531464.7003-108.1255
CIE-Lab42.192470.6206-79.9153

#832ceb color RGB value is (131,44,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101100 11101011
Octal 203 54 353
Decimal 131 44 235
Hex 83 2C EB

RGB Percentages of Color #832ceb

%31.95
%10.73
%57.32

CMYK Percentages of Color #832ceb

%44
%81
%0
%8

Triadic Colors of #832ceb

#832ceb #eb832c #2ceb83

Analogous Colors of #832ceb

#832ceb #e32ceb #2c34eb

Monochromatic Colors of #832ceb

#832ceb

Complementary Color

#832ceb #94eb2c

#832ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#832ceb Color CSS Codes

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

#832ceb Text Font Color

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

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


#832ceb Background Color

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

This div background color is #832ceb


#832ceb Border Color

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

This div border color is #832ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832ceb


Comments

No comments written yet.

Please login to write comment.