Color Hex Logo

#83627e Color Hex

#83627E
(131,98,126)
0 Favorites   0 Comments

Color spaces of #83627e

RGB 13198126
HSL0.860.140.45
HSV309°25°51°
CMYK 0.000.250.04   0.49
XYZ17.493715.067021.7249
Yxy15.06700.32230.2776
Hunter Lab38.816212.5180-6.0124
CIE-Lab45.725818.3545-10.4442

#83627e color RGB value is (131,98,126).

#83627e hex color red value is 131, green value is 98 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #83627e hue: 0.86 , saturation: 0.14 and the lightness value of 83627e is 0.45.

The process color (four color CMYK) of #83627e color hex is 0.00, 0.25, 0.04, 0.49. Web safe color of #83627e is #996666. Color #83627e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100010 01111110
Octal 203 142 176
Decimal 131 98 126
Hex 83 62 7E

RGB Percentages of Color #83627e

%36.90
%27.61
%35.49

CMYK Percentages of Color #83627e

%0
%25
%4
%49

Triadic Colors of #83627e

#83627e #7e8362 #627e83

Analogous Colors of #83627e

#83627e #83626e #786283

Monochromatic Colors of #83627e

#83627e

Complementary Color

#83627e #628367

#83627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83627e Color CSS Codes

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

#83627e Text Font Color

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

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


#83627e Background Color

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

This div background color is #83627e


#83627e Border Color

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

This div border color is #83627e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,98,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 #83627e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83627e


Comments

No comments written yet.

Please login to write comment.