Color Hex Logo

#832cff Color Hex

#832CFF
(131,44,255)
0 Favorites   0 Comments

Color spaces of #832cff

RGB 13144255
HSL0.741.000.59
HSV265°83°100°
CMYK 0.490.830.00   0.00
XYZ28.310813.846795.7883
Yxy13.84670.20520.1004
Hunter Lab37.211270.6859-126.5755
CIE-Lab44.012375.2455-88.1682

#832cff color RGB value is (131,44,255).

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

The process color (four color CMYK) of #832cff color hex is 0.49, 0.83, 0.00, 0.00. Web safe color of #832cff is #9933ff. Color #832cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101100 11111111
Octal 203 54 377
Decimal 131 44 255
Hex 83 2C FF

RGB Percentages of Color #832cff

%30.47
%10.23
%59.30

CMYK Percentages of Color #832cff

%49
%83
%0
%0

Triadic Colors of #832cff

#832cff #ff832c #2cff83

Analogous Colors of #832cff

#832cff #ed2cff #2c3fff

Monochromatic Colors of #832cff

#832cff

Complementary Color

#832cff #a8ff2c

#832cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#832cff Color CSS Codes

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

#832cff Text Font Color

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

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


#832cff Background Color

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

This div background color is #832cff


#832cff Border Color

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

This div border color is #832cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832cff


Comments

No comments written yet.

Please login to write comment.