Color Hex Logo

#83477e Color Hex

#83477E
(131,71,126)
0 Favorites   0 Comments

Color spaces of #83477e

RGB 13171126
HSL0.850.300.40
HSV305°46°51°
CMYK 0.000.460.04   0.49
XYZ15.379210.838121.0201
Yxy10.83810.32560.2294
Hunter Lab32.921325.7742-14.8115
CIE-Lab39.306434.0696-20.2344

#83477e color RGB value is (131,71,126).

#83477e hex color red value is 131, green value is 71 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #83477e hue: 0.85 , saturation: 0.30 and the lightness value of 83477e is 0.40.

The process color (four color CMYK) of #83477e color hex is 0.00, 0.46, 0.04, 0.49. Web safe color of #83477e is #993366. Color #83477e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000111 01111110
Octal 203 107 176
Decimal 131 71 126
Hex 83 47 7E

RGB Percentages of Color #83477e

%39.94
%21.65
%38.41

CMYK Percentages of Color #83477e

%0
%46
%4
%49

Triadic Colors of #83477e

#83477e #7e8347 #477e83

Analogous Colors of #83477e

#83477e #834760 #6a4783

Monochromatic Colors of #83477e

#83477e

Complementary Color

#83477e #47834c

#83477e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83477e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83477e Color CSS Codes

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

#83477e Text Font Color

<p style="color:#83477e">Text here</p>

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


#83477e Background Color

<div style="background-color:#83477e">
Div content here</div>

This div background color is #83477e


#83477e Border Color

<div style="border:3px solid #83477e">
Div here</div>

This div border color is #83477e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,71,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83477e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83477e;
  -webkit-box-shadow: 1px 1px 3px 2px #83477e;
  box-shadow:         1px 1px 3px 2px #83477e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83477e


Comments

No comments written yet.

Please login to write comment.