Color Hex Logo

#828ffc Color Hex

#828FFC
(130,143,252)
0 Favorites   0 Comments

Color spaces of #828ffc

RGB 130143252
HSL0.650.950.75
HSV234°48°99°
CMYK 0.480.430.00   0.01
XYZ36.599131.419096.2310
Yxy31.41900.22280.1913
Hunter Lab56.052718.4579-62.5520
CIE-Lab62.859823.8465-55.9673

#828ffc color RGB value is (130,143,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001111 11111100
Octal 202 217 374
Decimal 130 143 252
Hex 82 8F FC

RGB Percentages of Color #828ffc

%24.76
%27.24
%48.00

CMYK Percentages of Color #828ffc

%48
%43
%0
%1

Triadic Colors of #828ffc

#828ffc #fc828f #8ffc82

Analogous Colors of #828ffc

#828ffc #b282fc #82ccfc

Monochromatic Colors of #828ffc

#828ffc

Complementary Color

#828ffc #fcef82

#828ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#828ffc Color CSS Codes

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

#828ffc Text Font Color

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

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


#828ffc Background Color

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

This div background color is #828ffc


#828ffc Border Color

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

This div border color is #828ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828ffc


Comments

No comments written yet.

Please login to write comment.