Color Hex Logo

#828afa Color Hex

#828AFA
(130,138,250)
0 Favorites   0 Comments

Color spaces of #828afa

RGB 130138250
HSL0.660.920.75
HSV236°48°98°
CMYK 0.480.450.00   0.02
XYZ35.549729.824994.3256
Yxy29.82490.22260.1868
Hunter Lab54.612220.6229-64.1766
CIE-Lab61.502826.1848-57.0316

#828afa color RGB value is (130,138,250).

#828afa hex color red value is 130, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #828afa hue: 0.66 , saturation: 0.92 and the lightness value of 828afa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001010 11111010
Octal 202 212 372
Decimal 130 138 250
Hex 82 8A FA

RGB Percentages of Color #828afa

%25.10
%26.64
%48.26

CMYK Percentages of Color #828afa

%48
%45
%0
%2

Triadic Colors of #828afa

#828afa #fa828a #8afa82

Analogous Colors of #828afa

#828afa #b682fa #82c6fa

Monochromatic Colors of #828afa

#828afa

Complementary Color

#828afa #faf282

#828afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#828afa Color CSS Codes

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

#828afa Text Font Color

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

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


#828afa Background Color

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

This div background color is #828afa


#828afa Border Color

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

This div border color is #828afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828afa


Comments

No comments written yet.

Please login to write comment.