Color Hex Logo

#83445a Color Hex

#83445A
(131,68,90)
0 Favorites   0 Comments

Color spaces of #83445a

RGB 1316890
HSL0.940.320.39
HSV339°48°51°
CMYK 0.000.480.31   0.49
XYZ13.27279.697710.8452
Yxy9.69770.39250.2868
Hunter Lab31.141121.58171.1505
CIE-Lab37.294329.6873-0.8224

#83445a color RGB value is (131,68,90).

#83445a hex color red value is 131, green value is 68 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #83445a hue: 0.94 , saturation: 0.32 and the lightness value of 83445a is 0.39.

The process color (four color CMYK) of #83445a color hex is 0.00, 0.48, 0.31, 0.49. Web safe color of #83445a is #993366. Color #83445a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000100 01011010
Octal 203 104 132
Decimal 131 68 90
Hex 83 44 5A

RGB Percentages of Color #83445a

%45.33
%23.53
%31.14

CMYK Percentages of Color #83445a

%0
%48
%31
%49

Triadic Colors of #83445a

#83445a #5a8344 #445a83

Analogous Colors of #83445a

#83445a #834e44 #83447a

Monochromatic Colors of #83445a

#83445a

Complementary Color

#83445a #44836d

#83445a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83445a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83445a Color CSS Codes

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

#83445a Text Font Color

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

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


#83445a Background Color

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

This div background color is #83445a


#83445a Border Color

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

This div border color is #83445a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83445a


Comments

No comments written yet.

Please login to write comment.