Color Hex Logo

#828dba Color Hex

#828DBA
(130,141,186)
0 Favorites   0 Comments

Color spaces of #828dba

RGB 130141186
HSL0.630.290.62
HSV228°30°73°
CMYK 0.300.240.00   0.27
XYZ27.593727.340750.2773
Yxy27.34070.26230.2599
Hunter Lab52.28832.6938-20.4078
CIE-Lab59.28846.5568-24.7775

#828dba color RGB value is (130,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001101 10111010
Octal 202 215 272
Decimal 130 141 186
Hex 82 8D BA

RGB Percentages of Color #828dba

%28.45
%30.85
%40.70

CMYK Percentages of Color #828dba

%30
%24
%0
%27

Triadic Colors of #828dba

#828dba #ba828d #8dba82

Analogous Colors of #828dba

#828dba #9382ba #82a9ba

Monochromatic Colors of #828dba

#828dba

Complementary Color

#828dba #baaf82

#828dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#828dba Color CSS Codes

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

#828dba Text Font Color

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

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


#828dba Background Color

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

This div background color is #828dba


#828dba Border Color

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

This div border color is #828dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828dba


Comments

No comments written yet.

Please login to write comment.