Color Hex Logo

#83547a Color Hex

#83547A
(131,84,122)
0 Favorites   0 Comments

Color spaces of #83547a

RGB 13184122
HSL0.870.220.42
HSV311°36°51°
CMYK 0.000.360.07   0.49
XYZ16.043212.571119.9932
Yxy12.57110.33010.2586
Hunter Lab35.455718.7210-8.6141
CIE-Lab42.109825.8523-13.4873

#83547a color RGB value is (131,84,122).

#83547a hex color red value is 131, green value is 84 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #83547a hue: 0.87 , saturation: 0.22 and the lightness value of 83547a is 0.42.

The process color (four color CMYK) of #83547a color hex is 0.00, 0.36, 0.07, 0.49. Web safe color of #83547a is #996666. Color #83547a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010100 01111010
Octal 203 124 172
Decimal 131 84 122
Hex 83 54 7A

RGB Percentages of Color #83547a

%38.87
%24.93
%36.20

CMYK Percentages of Color #83547a

%0
%36
%7
%49

Triadic Colors of #83547a

#83547a #7a8354 #547a83

Analogous Colors of #83547a

#83547a #835462 #755483

Monochromatic Colors of #83547a

#83547a

Complementary Color

#83547a #54835d

#83547a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83547a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83547a Color CSS Codes

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

#83547a Text Font Color

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

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


#83547a Background Color

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

This div background color is #83547a


#83547a Border Color

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

This div border color is #83547a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83547a


Comments

No comments written yet.

Please login to write comment.