Color Hex Logo

#828ffb Color Hex

#828FFB
(130,143,251)
0 Favorites   0 Comments

Color spaces of #828ffb

RGB 130143251
HSL0.650.940.75
HSV234°48°98°
CMYK 0.480.430.00   0.02
XYZ36.441031.355895.3984
Yxy31.35580.22330.1921
Hunter Lab55.996218.1700-61.8124
CIE-Lab62.806823.5500-55.5034

#828ffb color RGB value is (130,143,251).

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

The process color (four color CMYK) of #828ffb color hex is 0.48, 0.43, 0.00, 0.02. Web safe color of #828ffb is #9999ff. Color #828ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001111 11111011
Octal 202 217 373
Decimal 130 143 251
Hex 82 8F FB

RGB Percentages of Color #828ffb

%24.81
%27.29
%47.90

CMYK Percentages of Color #828ffb

%48
%43
%0
%2

Triadic Colors of #828ffb

#828ffb #fb828f #8ffb82

Analogous Colors of #828ffb

#828ffb #b282fb #82ccfb

Monochromatic Colors of #828ffb

#828ffb

Complementary Color

#828ffb #fbee82

#828ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#828ffb Color CSS Codes

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

#828ffb Text Font Color

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

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


#828ffb Background Color

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

This div background color is #828ffb


#828ffb Border Color

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

This div border color is #828ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828ffb


Comments

No comments written yet.

Please login to write comment.