Color Hex Logo

#828aba Color Hex

#828ABA
(130,138,186)
0 Favorites   0 Comments

Color spaces of #828aba

RGB 130138186
HSL0.640.290.62
HSV231°30°73°
CMYK 0.300.260.00   0.27
XYZ27.157326.468050.1319
Yxy26.46800.26170.2551
Hunter Lab51.44714.1922-21.7614
CIE-Lab58.47868.2924-26.0244

#828aba color RGB value is (130,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001010 10111010
Octal 202 212 272
Decimal 130 138 186
Hex 82 8A BA

RGB Percentages of Color #828aba

%28.63
%30.40
%40.97

CMYK Percentages of Color #828aba

%30
%26
%0
%27

Triadic Colors of #828aba

#828aba #ba828a #8aba82

Analogous Colors of #828aba

#828aba #9682ba #82a6ba

Monochromatic Colors of #828aba

#828aba

Complementary Color

#828aba #bab282

#828aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#828aba Color CSS Codes

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

#828aba Text Font Color

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

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


#828aba Background Color

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

This div background color is #828aba


#828aba Border Color

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

This div border color is #828aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828aba


Comments

No comments written yet.

Please login to write comment.