Color Hex Logo

#828ca2 Color Hex

#828CA2
(130,140,162)
0 Favorites   0 Comments

Color spaces of #828ca2

RGB 130140162
HSL0.610.150.57
HSV221°20°64°
CMYK 0.200.140.00   0.36
XYZ25.105626.110637.8991
Yxy26.11060.28170.2930
Hunter Lab51.0985-1.7223-8.2056
CIE-Lab58.14191.2326-12.8558

#828ca2 color RGB value is (130,140,162).

#828ca2 hex color red value is 130, green value is 140 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #828ca2 hue: 0.61 , saturation: 0.15 and the lightness value of 828ca2 is 0.57.

The process color (four color CMYK) of #828ca2 color hex is 0.20, 0.14, 0.00, 0.36. Web safe color of #828ca2 is #999999. Color #828ca2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001100 10100010
Octal 202 214 242
Decimal 130 140 162
Hex 82 8C A2

RGB Percentages of Color #828ca2

%30.09
%32.41
%37.50

CMYK Percentages of Color #828ca2

%20
%14
%0
%36

Triadic Colors of #828ca2

#828ca2 #a2828c #8ca282

Analogous Colors of #828ca2

#828ca2 #8882a2 #829ca2

Monochromatic Colors of #828ca2

#828ca2

Complementary Color

#828ca2 #a29882

#828ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828ca2 Color CSS Codes

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

#828ca2 Text Font Color

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

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


#828ca2 Background Color

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

This div background color is #828ca2


#828ca2 Border Color

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

This div border color is #828ca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828ca2


Comments

No comments written yet.

Please login to write comment.