Color Hex Logo

#828eeb Color Hex

#828EEB
(130,142,235)
0 Favorites   0 Comments

Color spaces of #828eeb

RGB 130142235
HSL0.650.720.72
HSV233°45°92°
CMYK 0.450.400.00   0.08
XYZ33.874330.090082.6198
Yxy30.09000.23110.2053
Hunter Lab54.854414.2343-50.9026
CIE-Lab61.731819.4473-48.3992

#828eeb color RGB value is (130,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001110 11101011
Octal 202 216 353
Decimal 130 142 235
Hex 82 8E EB

RGB Percentages of Color #828eeb

%25.64
%28.01
%46.35

CMYK Percentages of Color #828eeb

%45
%40
%0
%8

Triadic Colors of #828eeb

#828eeb #eb828e #8eeb82

Analogous Colors of #828eeb

#828eeb #ab82eb #82c3eb

Monochromatic Colors of #828eeb

#828eeb

Complementary Color

#828eeb #ebdf82

#828eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#828eeb Color CSS Codes

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

#828eeb Text Font Color

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

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


#828eeb Background Color

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

This div background color is #828eeb


#828eeb Border Color

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

This div border color is #828eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828eeb


Comments

No comments written yet.

Please login to write comment.