Color Hex Logo

#83128a Color Hex

#83128A
(131,18,138)
0 Favorites   0 Comments

Color spaces of #83128a

RGB 13118138
HSL0.820.770.31
HSV297°87°54°
CMYK 0.050.870.00   0.46
XYZ14.16387.092924.6673
Yxy7.09290.30840.1544
Hunter Lab26.632548.3237-36.2723
CIE-Lab32.017558.1123-39.1338

#83128a color RGB value is (131,18,138).

#83128a hex color red value is 131, green value is 18 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #83128a hue: 0.82 , saturation: 0.77 and the lightness value of 83128a is 0.31.

The process color (four color CMYK) of #83128a color hex is 0.05, 0.87, 0.00, 0.46. Web safe color of #83128a is #990099. Color #83128a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010010 10001010
Octal 203 22 212
Decimal 131 18 138
Hex 83 12 8A

RGB Percentages of Color #83128a

%45.64
%6.27
%48.08

CMYK Percentages of Color #83128a

%5
%87
%0
%46

Triadic Colors of #83128a

#83128a #8a8312 #128a83

Analogous Colors of #83128a

#83128a #8a1255 #47128a

Monochromatic Colors of #83128a

#83128a

Complementary Color

#83128a #198a12

#83128a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83128a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83128a Color CSS Codes

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

#83128a Text Font Color

<p style="color:#83128a">Text here</p>

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


#83128a Background Color

<div style="background-color:#83128a">
Div content here</div>

This div background color is #83128a


#83128a Border Color

<div style="border:3px solid #83128a">
Div here</div>

This div border color is #83128a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,18,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83128a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83128a;
  -webkit-box-shadow: 1px 1px 3px 2px #83128a;
  box-shadow:         1px 1px 3px 2px #83128a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83128a


Comments

No comments written yet.

Please login to write comment.