Color Hex Logo

#826678 Color Hex

#826678
(130,102,120)
0 Favorites   0 Comments

Color spaces of #826678

RGB 130102120
HSL0.890.120.45
HSV321°22°51°
CMYK 0.000.220.08   0.49
XYZ17.347515.604619.8670
Yxy15.60460.32840.2954
Hunter Lab39.50279.2582-2.1668
CIE-Lab46.451414.4325-5.7620

#826678 color RGB value is (130,102,120).

#826678 hex color red value is 130, green value is 102 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #826678 hue: 0.89 , saturation: 0.12 and the lightness value of 826678 is 0.45.

The process color (four color CMYK) of #826678 color hex is 0.00, 0.22, 0.08, 0.49. Web safe color of #826678 is #996666. Color #826678 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100110 01111000
Octal 202 146 170
Decimal 130 102 120
Hex 82 66 78

RGB Percentages of Color #826678

%36.93
%28.98
%34.09

CMYK Percentages of Color #826678

%0
%22
%8
%49

Triadic Colors of #826678

#826678 #788266 #667882

Analogous Colors of #826678

#826678 #82666a #7e6682

Monochromatic Colors of #826678

#826678

Complementary Color

#826678 #668270

#826678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826678 Color CSS Codes

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

#826678 Text Font Color

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

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


#826678 Background Color

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

This div background color is #826678


#826678 Border Color

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

This div border color is #826678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826678


Comments

No comments written yet.

Please login to write comment.