Color Hex Logo

#828caf Color Hex

#828CAF
(130,140,175)
0 Favorites   0 Comments

Color spaces of #828caf

RGB 130140175
HSL0.630.220.60
HSV227°26°69°
CMYK 0.260.200.00   0.31
XYZ26.321926.597144.3039
Yxy26.59710.27070.2736
Hunter Lab51.57240.8525-14.8332
CIE-Lab58.59954.3592-19.5832

#828caf color RGB value is (130,140,175).

#828caf hex color red value is 130, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #828caf hue: 0.63 , saturation: 0.22 and the lightness value of 828caf is 0.60.

The process color (four color CMYK) of #828caf color hex is 0.26, 0.20, 0.00, 0.31. Web safe color of #828caf is #999999. Color #828caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001100 10101111
Octal 202 214 257
Decimal 130 140 175
Hex 82 8C AF

RGB Percentages of Color #828caf

%29.21
%31.46
%39.33

CMYK Percentages of Color #828caf

%26
%20
%0
%31

Triadic Colors of #828caf

#828caf #af828c #8caf82

Analogous Colors of #828caf

#828caf #8f82af #82a3af

Monochromatic Colors of #828caf

#828caf

Complementary Color

#828caf #afa582

#828caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#828caf Color CSS Codes

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

#828caf Text Font Color

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

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


#828caf Background Color

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

This div background color is #828caf


#828caf Border Color

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

This div border color is #828caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828caf


Comments

No comments written yet.

Please login to write comment.