Color Hex Logo

#83129d Color Hex

#83129D
(131,18,157)
0 Favorites   0 Comments

Color spaces of #83129d

RGB 13118157
HSL0.800.790.34
HSV289°89°62°
CMYK 0.170.890.00   0.38
XYZ15.66227.692232.5575
Yxy7.69220.28010.1376
Hunter Lab27.734852.2653-50.1853
CIE-Lab33.333561.4763-48.6820

#83129d color RGB value is (131,18,157).

#83129d hex color red value is 131, green value is 18 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #83129d hue: 0.80 , saturation: 0.79 and the lightness value of 83129d is 0.34.

The process color (four color CMYK) of #83129d color hex is 0.17, 0.89, 0.00, 0.38. Web safe color of #83129d is #990099. Color #83129d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010010 10011101
Octal 203 22 235
Decimal 131 18 157
Hex 83 12 9D

RGB Percentages of Color #83129d

%42.81
%5.88
%51.31

CMYK Percentages of Color #83129d

%17
%89
%0
%38

Triadic Colors of #83129d

#83129d #9d8312 #129d83

Analogous Colors of #83129d

#83129d #9d1272 #3d129d

Monochromatic Colors of #83129d

#83129d

Complementary Color

#83129d #2c9d12

#83129d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83129d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83129d Color CSS Codes

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

#83129d Text Font Color

<p style="color:#83129d">Text here</p>

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


#83129d Background Color

<div style="background-color:#83129d">
Div content here</div>

This div background color is #83129d


#83129d Border Color

<div style="border:3px solid #83129d">
Div here</div>

This div border color is #83129d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83129d


Comments

No comments written yet.

Please login to write comment.