Color Hex Logo

#828eff Color Hex

#828EFF
(130,142,255)
0 Favorites   0 Comments

Color spaces of #828eff

RGB 130142255
HSL0.651.000.75
HSV234°49°100°
CMYK 0.490.440.00   0.00
XYZ36.928931.311898.7052
Yxy31.31180.22120.1876
Hunter Lab55.956919.8768-65.4147
CIE-Lab62.770025.3229-57.7531

#828eff color RGB value is (130,142,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001110 11111111
Octal 202 216 377
Decimal 130 142 255
Hex 82 8E FF

RGB Percentages of Color #828eff

%24.67
%26.94
%48.39

CMYK Percentages of Color #828eff

%49
%44
%0
%0

Triadic Colors of #828eff

#828eff #ff828e #8eff82

Analogous Colors of #828eff

#828eff #b582ff #82cdff

Monochromatic Colors of #828eff

#828eff

Complementary Color

#828eff #fff382

#828eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#828eff Color CSS Codes

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

#828eff Text Font Color

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

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


#828eff Background Color

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

This div background color is #828eff


#828eff Border Color

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

This div border color is #828eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828eff

Related Colors


Comments

No comments written yet.

Please login to write comment.