Color Hex Logo

#828bea Color Hex

#828BEA
(130,139,234)
0 Favorites   0 Comments

Color spaces of #828bea

RGB 130139234
HSL0.650.710.71
HSV235°44°92°
CMYK 0.440.410.00   0.08
XYZ33.289829.151681.7142
Yxy29.15160.23090.2022
Hunter Lab53.992215.5707-51.9375
CIE-Lab60.915220.9164-49.1382

#828bea color RGB value is (130,139,234).

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

The process color (four color CMYK) of #828bea color hex is 0.44, 0.41, 0.00, 0.08. Web safe color of #828bea is #9999ff. Color #828bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001011 11101010
Octal 202 213 352
Decimal 130 139 234
Hex 82 8B EA

RGB Percentages of Color #828bea

%25.84
%27.63
%46.52

CMYK Percentages of Color #828bea

%44
%41
%0
%8

Triadic Colors of #828bea

#828bea #ea828b #8bea82

Analogous Colors of #828bea

#828bea #ad82ea #82bfea

Monochromatic Colors of #828bea

#828bea

Complementary Color

#828bea #eae182

#828bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#828bea Color CSS Codes

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

#828bea Text Font Color

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

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


#828bea Background Color

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

This div background color is #828bea


#828bea Border Color

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

This div border color is #828bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828bea


Comments

No comments written yet.

Please login to write comment.