Color Hex Logo

#828ccc Color Hex

#828CCC
(130,140,204)
0 Favorites   0 Comments

Color spaces of #828ccc

RGB 130140204
HSL0.640.420.65
HSV232°36°80°
CMYK 0.360.310.00   0.20
XYZ29.483127.861660.9506
Yxy27.86160.24920.2355
Hunter Lab52.78417.3309-31.5142
CIE-Lab59.763511.8991-34.2032

#828ccc color RGB value is (130,140,204).

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

The process color (four color CMYK) of #828ccc color hex is 0.36, 0.31, 0.00, 0.20. Web safe color of #828ccc is #9999cc. Color #828ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001100 11001100
Octal 202 214 314
Decimal 130 140 204
Hex 82 8C CC

RGB Percentages of Color #828ccc

%27.43
%29.54
%43.04

CMYK Percentages of Color #828ccc

%36
%31
%0
%20

Triadic Colors of #828ccc

#828ccc #cc828c #8ccc82

Analogous Colors of #828ccc

#828ccc #9d82cc #82b1cc

Monochromatic Colors of #828ccc

#828ccc

Complementary Color

#828ccc #ccc282

#828ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#828ccc Color CSS Codes

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

#828ccc Text Font Color

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

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


#828ccc Background Color

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

This div background color is #828ccc


#828ccc Border Color

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

This div border color is #828ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828ccc


Comments

No comments written yet.

Please login to write comment.