Color Hex Logo

#826b8d Color Hex

#826B8D
(130,107,141)
0 Favorites   0 Comments

Color spaces of #826b8d

RGB 130107141
HSL0.780.140.49
HSV281°24°55°
CMYK 0.080.240.00   0.45
XYZ19.271317.184327.5005
Yxy17.18430.30130.2687
Hunter Lab41.454010.4375-10.3151
CIE-Lab48.491415.7582-15.2301

#826b8d color RGB value is (130,107,141).

#826b8d hex color red value is 130, green value is 107 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #826b8d hue: 0.78 , saturation: 0.14 and the lightness value of 826b8d is 0.49.

The process color (four color CMYK) of #826b8d color hex is 0.08, 0.24, 0.00, 0.45. Web safe color of #826b8d is #996699. Color #826b8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101011 10001101
Octal 202 153 215
Decimal 130 107 141
Hex 82 6B 8D

RGB Percentages of Color #826b8d

%34.39
%28.31
%37.30

CMYK Percentages of Color #826b8d

%8
%24
%0
%45

Triadic Colors of #826b8d

#826b8d #8d826b #6b8d82

Analogous Colors of #826b8d

#826b8d #8d6b87 #716b8d

Monochromatic Colors of #826b8d

#826b8d

Complementary Color

#826b8d #768d6b

#826b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#826b8d Color CSS Codes

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

#826b8d Text Font Color

<p style="color:#826b8d">Text here</p>

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


#826b8d Background Color

<div style="background-color:#826b8d">
Div content here</div>

This div background color is #826b8d


#826b8d Border Color

<div style="border:3px solid #826b8d">
Div here</div>

This div border color is #826b8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,107,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826b8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826b8d;
  -webkit-box-shadow: 1px 1px 3px 2px #826b8d;
  box-shadow:         1px 1px 3px 2px #826b8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,107,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 #826b8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826b8d


Comments

No comments written yet.

Please login to write comment.