Color Hex Logo

#828fdf Color Hex

#828FDF
(130,143,223)
0 Favorites   0 Comments

Color spaces of #828fdf

RGB 130143223
HSL0.640.590.69
HSV232°42°87°
CMYK 0.420.360.00   0.13
XYZ32.347729.718573.8434
Yxy29.71850.23800.2187
Hunter Lab54.514710.5169-42.1516
CIE-Lab61.410615.4245-42.2505

#828fdf color RGB value is (130,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001111 11011111
Octal 202 217 337
Decimal 130 143 223
Hex 82 8F DF

RGB Percentages of Color #828fdf

%26.21
%28.83
%44.96

CMYK Percentages of Color #828fdf

%42
%36
%0
%13

Triadic Colors of #828fdf

#828fdf #df828f #8fdf82

Analogous Colors of #828fdf

#828fdf #a482df #82bedf

Monochromatic Colors of #828fdf

#828fdf

Complementary Color

#828fdf #dfd282

#828fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#828fdf Color CSS Codes

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

#828fdf Text Font Color

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

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


#828fdf Background Color

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

This div background color is #828fdf


#828fdf Border Color

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

This div border color is #828fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828fdf


Comments

No comments written yet.

Please login to write comment.