Color Hex Logo

#828abe Color Hex

#828ABE
(130,138,190)
0 Favorites   0 Comments

Color spaces of #828abe

RGB 130138190
HSL0.640.320.63
HSV232°32°75°
CMYK 0.320.270.00   0.25
XYZ27.588726.640552.4032
Yxy26.64050.25870.2498
Hunter Lab51.61445.0857-24.0660
CIE-Lab58.64019.3311-28.0440

#828abe color RGB value is (130,138,190).

#828abe hex color red value is 130, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #828abe hue: 0.64 , saturation: 0.32 and the lightness value of 828abe is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001010 10111110
Octal 202 212 276
Decimal 130 138 190
Hex 82 8A BE

RGB Percentages of Color #828abe

%28.38
%30.13
%41.48

CMYK Percentages of Color #828abe

%32
%27
%0
%25

Triadic Colors of #828abe

#828abe #be828a #8abe82

Analogous Colors of #828abe

#828abe #9882be #82a8be

Monochromatic Colors of #828abe

#828abe

Complementary Color

#828abe #beb682

#828abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#828abe Color CSS Codes

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

#828abe Text Font Color

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

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


#828abe Background Color

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

This div background color is #828abe


#828abe Border Color

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

This div border color is #828abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828abe


Comments

No comments written yet.

Please login to write comment.