Color Hex Logo

#828cfc Color Hex

#828CFC
(130,140,252)
0 Favorites   0 Comments

Color spaces of #828cfc

RGB 130140252
HSL0.650.950.75
HSV235°48°99°
CMYK 0.480.440.00   0.01
XYZ36.154730.530396.0828
Yxy30.53030.22210.1876
Hunter Lab55.254220.1036-64.4227
CIE-Lab62.109125.6037-57.1629

#828cfc color RGB value is (130,140,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001100 11111100
Octal 202 214 374
Decimal 130 140 252
Hex 82 8C FC

RGB Percentages of Color #828cfc

%24.90
%26.82
%48.28

CMYK Percentages of Color #828cfc

%48
%44
%0
%1

Triadic Colors of #828cfc

#828cfc #fc828c #8cfc82

Analogous Colors of #828cfc

#828cfc #b582fc #82c9fc

Monochromatic Colors of #828cfc

#828cfc

Complementary Color

#828cfc #fcf282

#828cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#828cfc Color CSS Codes

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

#828cfc Text Font Color

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

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


#828cfc Background Color

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

This div background color is #828cfc


#828cfc Border Color

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

This div border color is #828cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.