Color Hex Logo

#828eba Color Hex

#828EBA
(130,142,186)
0 Favorites   0 Comments

Color spaces of #828eba

RGB 130142186
HSL0.630.290.62
HSV227°30°73°
CMYK 0.300.240.00   0.27
XYZ27.741827.637050.3267
Yxy27.63700.26240.2615
Hunter Lab52.57092.1958-19.9593
CIE-Lab59.55945.9799-24.3608

#828eba color RGB value is (130,142,186).

#828eba hex color red value is 130, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #828eba hue: 0.63 , saturation: 0.29 and the lightness value of 828eba is 0.62.

The process color (four color CMYK) of #828eba color hex is 0.30, 0.24, 0.00, 0.27. Web safe color of #828eba is #9999cc. Color #828eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001110 10111010
Octal 202 216 272
Decimal 130 142 186
Hex 82 8E BA

RGB Percentages of Color #828eba

%28.38
%31.00
%40.61

CMYK Percentages of Color #828eba

%30
%24
%0
%27

Triadic Colors of #828eba

#828eba #ba828e #8eba82

Analogous Colors of #828eba

#828eba #9282ba #82aaba

Monochromatic Colors of #828eba

#828eba

Complementary Color

#828eba #baae82

#828eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#828eba Color CSS Codes

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

#828eba Text Font Color

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

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


#828eba Background Color

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

This div background color is #828eba


#828eba Border Color

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

This div border color is #828eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828eba


Comments

No comments written yet.

Please login to write comment.