Color Hex Logo

#83638d Color Hex

#83638D
(131,99,141)
0 Favorites   0 Comments

Color spaces of #83638d

RGB 13199141
HSL0.790.180.47
HSV286°30°55°
CMYK 0.070.300.00   0.45
XYZ18.629615.672127.2424
Yxy15.67210.30270.2546
Hunter Lab39.588014.7208-13.0887
CIE-Lab46.541320.8666-18.1956

#83638d color RGB value is (131,99,141).

#83638d hex color red value is 131, green value is 99 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #83638d hue: 0.79 , saturation: 0.18 and the lightness value of 83638d is 0.47.

The process color (four color CMYK) of #83638d color hex is 0.07, 0.30, 0.00, 0.45. Web safe color of #83638d is #996699. Color #83638d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100011 10001101
Octal 203 143 215
Decimal 131 99 141
Hex 83 63 8D

RGB Percentages of Color #83638d

%35.31
%26.68
%38.01

CMYK Percentages of Color #83638d

%7
%30
%0
%45

Triadic Colors of #83638d

#83638d #8d8363 #638d83

Analogous Colors of #83638d

#83638d #8d6382 #6e638d

Monochromatic Colors of #83638d

#83638d

Complementary Color

#83638d #6d8d63

#83638d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83638d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83638d Color CSS Codes

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

#83638d Text Font Color

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

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


#83638d Background Color

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

This div background color is #83638d


#83638d Border Color

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

This div border color is #83638d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83638d

#83638d Color Palettes


Comments

No comments written yet.

Please login to write comment.