Color Hex Logo

#828cdf Color Hex

#828CDF
(130,140,223)
0 Favorites   0 Comments

Color spaces of #828cdf

RGB 130140223
HSL0.650.590.69
HSV234°42°87°
CMYK 0.420.370.00   0.13
XYZ31.903328.829773.6952
Yxy28.82970.23730.2145
Hunter Lab53.693312.0973-43.7915
CIE-Lab60.631017.1785-43.4769

#828cdf color RGB value is (130,140,223).

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

The process color (four color CMYK) of #828cdf color hex is 0.42, 0.37, 0.00, 0.13. Web safe color of #828cdf is #9999cc. Color #828cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001100 11011111
Octal 202 214 337
Decimal 130 140 223
Hex 82 8C DF

RGB Percentages of Color #828cdf

%26.37
%28.40
%45.23

CMYK Percentages of Color #828cdf

%42
%37
%0
%13

Triadic Colors of #828cdf

#828cdf #df828c #8cdf82

Analogous Colors of #828cdf

#828cdf #a782df #82bbdf

Monochromatic Colors of #828cdf

#828cdf

Complementary Color

#828cdf #dfd582

#828cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#828cdf Color CSS Codes

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

#828cdf Text Font Color

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

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


#828cdf Background Color

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

This div background color is #828cdf


#828cdf Border Color

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

This div border color is #828cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828cdf


Comments

No comments written yet.

Please login to write comment.