Color Hex Logo

#828fff Color Hex

#828FFF
(130,143,255)
0 Favorites   0 Comments

Color spaces of #828fff

RGB 130143255
HSL0.651.000.75
HSV234°49°100°
CMYK 0.490.440.00   0.00
XYZ37.078431.610798.7550
Yxy31.61070.22140.1888
Hunter Lab56.223419.3269-64.7850
CIE-Lab63.019824.7376-57.3549

#828fff color RGB value is (130,143,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001111 11111111
Octal 202 217 377
Decimal 130 143 255
Hex 82 8F FF

RGB Percentages of Color #828fff

%24.62
%27.08
%48.30

CMYK Percentages of Color #828fff

%49
%44
%0
%0

Triadic Colors of #828fff

#828fff #ff828f #8fff82

Analogous Colors of #828fff

#828fff #b482ff #82ceff

Monochromatic Colors of #828fff

#828fff

Complementary Color

#828fff #fff282

#828fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#828fff Color CSS Codes

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

#828fff Text Font Color

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

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


#828fff Background Color

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

This div background color is #828fff


#828fff Border Color

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

This div border color is #828fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,143,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 #828fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828fff

Related Colors


Comments

No comments written yet.

Please login to write comment.