Color Hex Logo

#826589 Color Hex

#826589
(130,101,137)
0 Favorites   0 Comments

Color spaces of #826589

RGB 130101137
HSL0.800.150.47
HSV288°26°54°
CMYK 0.050.260.00   0.46
XYZ18.375015.859325.7596
Yxy15.85930.30630.2643
Hunter Lab39.823712.6698-10.4745
CIE-Lab46.789418.4684-15.4387

#826589 color RGB value is (130,101,137).

#826589 hex color red value is 130, green value is 101 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #826589 hue: 0.80 , saturation: 0.15 and the lightness value of 826589 is 0.47.

The process color (four color CMYK) of #826589 color hex is 0.05, 0.26, 0.00, 0.46. Web safe color of #826589 is #996699. Color #826589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100101 10001001
Octal 202 145 211
Decimal 130 101 137
Hex 82 65 89

RGB Percentages of Color #826589

%35.33
%27.45
%37.23

CMYK Percentages of Color #826589

%5
%26
%0
%46

Triadic Colors of #826589

#826589 #898265 #658982

Analogous Colors of #826589

#826589 #89657e #706589

Monochromatic Colors of #826589

#826589

Complementary Color

#826589 #6c8965

#826589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826589 Color CSS Codes

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

#826589 Text Font Color

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

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


#826589 Background Color

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

This div background color is #826589


#826589 Border Color

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

This div border color is #826589


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,101,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826589; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826589;
  -webkit-box-shadow: 1px 1px 3px 2px #826589;
  box-shadow:         1px 1px 3px 2px #826589; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,101,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826589


Comments

No comments written yet.

Please login to write comment.