Color Hex Logo

#828abb Color Hex

#828ABB
(130,138,187)
0 Favorites   0 Comments

Color spaces of #828abb

RGB 130138187
HSL0.640.300.62
HSV232°30°73°
CMYK 0.300.260.00   0.27
XYZ27.264026.510650.6938
Yxy26.51060.26100.2538
Hunter Lab51.48844.4140-22.3330
CIE-Lab58.51868.5510-26.5304

#828abb color RGB value is (130,138,187).

#828abb hex color red value is 130, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #828abb hue: 0.64 , saturation: 0.30 and the lightness value of 828abb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001010 10111011
Octal 202 212 273
Decimal 130 138 187
Hex 82 8A BB

RGB Percentages of Color #828abb

%28.57
%30.33
%41.10

CMYK Percentages of Color #828abb

%30
%26
%0
%27

Triadic Colors of #828abb

#828abb #bb828a #8abb82

Analogous Colors of #828abb

#828abb #9782bb #82a7bb

Monochromatic Colors of #828abb

#828abb

Complementary Color

#828abb #bbb382

#828abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#828abb Color CSS Codes

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

#828abb Text Font Color

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

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


#828abb Background Color

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

This div background color is #828abb


#828abb Border Color

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

This div border color is #828abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828abb


Comments

No comments written yet.

Please login to write comment.