Color Hex Logo

#83208b Color Hex

#83208B
(131,32,139)
0 Favorites   0 Comments

Color spaces of #83208b

RGB 13132139
HSL0.820.630.34
HSV296°77°55°
CMYK 0.060.770.00   0.45
XYZ14.53687.722425.1505
Yxy7.72240.30660.1629
Hunter Lab27.789244.7439-34.2077
CIE-Lab33.397954.4689-37.5446

#83208b color RGB value is (131,32,139).

#83208b hex color red value is 131, green value is 32 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #83208b hue: 0.82 , saturation: 0.63 and the lightness value of 83208b is 0.34.

The process color (four color CMYK) of #83208b color hex is 0.06, 0.77, 0.00, 0.45. Web safe color of #83208b is #993399. Color #83208b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100000 10001011
Octal 203 40 213
Decimal 131 32 139
Hex 83 20 8B

RGB Percentages of Color #83208b

%43.38
%10.60
%46.03

CMYK Percentages of Color #83208b

%6
%77
%0
%45

Triadic Colors of #83208b

#83208b #8b8320 #208b83

Analogous Colors of #83208b

#83208b #8b205e #4e208b

Monochromatic Colors of #83208b

#83208b

Complementary Color

#83208b #288b20

#83208b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83208b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83208b Color CSS Codes

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

#83208b Text Font Color

<p style="color:#83208b">Text here</p>

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


#83208b Background Color

<div style="background-color:#83208b">
Div content here</div>

This div background color is #83208b


#83208b Border Color

<div style="border:3px solid #83208b">
Div here</div>

This div border color is #83208b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,32,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83208b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83208b;
  -webkit-box-shadow: 1px 1px 3px 2px #83208b;
  box-shadow:         1px 1px 3px 2px #83208b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83208b


Comments

No comments written yet.

Please login to write comment.