Color Hex Logo

#828bde Color Hex

#828BDE
(130,139,222)
0 Favorites   0 Comments

Color spaces of #828bde

RGB 130139222
HSL0.650.580.69
HSV234°41°87°
CMYK 0.410.370.00   0.13
XYZ31.623428.485072.9387
Yxy28.48500.23770.2141
Hunter Lab53.371312.3643-43.6674
CIE-Lab60.324417.4811-43.4027

#828bde color RGB value is (130,139,222).

#828bde hex color red value is 130, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #828bde hue: 0.65 , saturation: 0.58 and the lightness value of 828bde is 0.69.

The process color (four color CMYK) of #828bde color hex is 0.41, 0.37, 0.00, 0.13. Web safe color of #828bde is #9999cc. Color #828bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001011 11011110
Octal 202 213 336
Decimal 130 139 222
Hex 82 8B DE

RGB Percentages of Color #828bde

%26.48
%28.31
%45.21

CMYK Percentages of Color #828bde

%41
%37
%0
%13

Triadic Colors of #828bde

#828bde #de828b #8bde82

Analogous Colors of #828bde

#828bde #a782de #82b9de

Monochromatic Colors of #828bde

#828bde

Complementary Color

#828bde #ded582

#828bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#828bde Color CSS Codes

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

#828bde Text Font Color

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

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


#828bde Background Color

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

This div background color is #828bde


#828bde Border Color

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

This div border color is #828bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828bde


Comments

No comments written yet.

Please login to write comment.