Color Hex Logo

#826588 Color Hex

#826588
(130,101,136)
0 Favorites   0 Comments

Color spaces of #826588

RGB 130101136
HSL0.800.150.46
HSV290°26°53°
CMYK 0.040.260.00   0.47
XYZ18.303515.830825.3835
Yxy15.83080.30750.2660
Hunter Lab39.787912.4858-9.9737
CIE-Lab46.751718.2551-14.8986

#826588 color RGB value is (130,101,136).

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

The process color (four color CMYK) of #826588 color hex is 0.04, 0.26, 0.00, 0.47. Web safe color of #826588 is #996699. Color #826588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100101 10001000
Octal 202 145 210
Decimal 130 101 136
Hex 82 65 88

RGB Percentages of Color #826588

%35.42
%27.52
%37.06

CMYK Percentages of Color #826588

%4
%26
%0
%47

Triadic Colors of #826588

#826588 #888265 #658882

Analogous Colors of #826588

#826588 #88657d #716588

Monochromatic Colors of #826588

#826588

Complementary Color

#826588 #6b8865

#826588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826588 Color CSS Codes

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

#826588 Text Font Color

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

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


#826588 Background Color

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

This div background color is #826588


#826588 Border Color

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

This div border color is #826588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826588


Comments

No comments written yet.

Please login to write comment.