Color Hex Logo

#828dbb Color Hex

#828DBB
(130,141,187)
0 Favorites   0 Comments

Color spaces of #828dbb

RGB 130141187
HSL0.630.300.62
HSV228°30°73°
CMYK 0.300.250.00   0.27
XYZ27.700427.383450.8393
Yxy27.38340.26150.2585
Hunter Lab52.32922.9128-20.9716
CIE-Lab59.32756.8141-25.2838

#828dbb color RGB value is (130,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001101 10111011
Octal 202 215 273
Decimal 130 141 187
Hex 82 8D BB

RGB Percentages of Color #828dbb

%28.38
%30.79
%40.83

CMYK Percentages of Color #828dbb

%30
%25
%0
%27

Triadic Colors of #828dbb

#828dbb #bb828d #8dbb82

Analogous Colors of #828dbb

#828dbb #9482bb #82aabb

Monochromatic Colors of #828dbb

#828dbb

Complementary Color

#828dbb #bbb082

#828dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#828dbb Color CSS Codes

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

#828dbb Text Font Color

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

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


#828dbb Background Color

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

This div background color is #828dbb


#828dbb Border Color

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

This div border color is #828dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828dbb


Comments

No comments written yet.

Please login to write comment.