Color Hex Logo

#826abe Color Hex

#826ABE
(130,106,190)
0 Favorites   0 Comments

Color spaces of #826abe

RGB 130106190
HSL0.710.390.58
HSV257°44°75°
CMYK 0.320.440.00   0.25
XYZ23.654218.771651.0918
Yxy18.77160.25290.2007
Hunter Lab43.326221.6323-39.5885
CIE-Lab50.418928.2159-40.8999

#826abe color RGB value is (130,106,190).

#826abe hex color red value is 130, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #826abe hue: 0.71 , saturation: 0.39 and the lightness value of 826abe is 0.58.

The process color (four color CMYK) of #826abe color hex is 0.32, 0.44, 0.00, 0.25. Web safe color of #826abe is #9966cc. Color #826abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101010 10111110
Octal 202 152 276
Decimal 130 106 190
Hex 82 6A BE

RGB Percentages of Color #826abe

%30.52
%24.88
%44.60

CMYK Percentages of Color #826abe

%32
%44
%0
%25

Triadic Colors of #826abe

#826abe #be826a #6abe82

Analogous Colors of #826abe

#826abe #ac6abe #6a7cbe

Monochromatic Colors of #826abe

#826abe

Complementary Color

#826abe #a6be6a

#826abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#826abe Color CSS Codes

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

#826abe Text Font Color

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

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


#826abe Background Color

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

This div background color is #826abe


#826abe Border Color

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

This div border color is #826abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826abe

#826abe Color Palettes


Comments

No comments written yet.

Please login to write comment.