Color Hex Logo

#828cbc Color Hex

#828CBC
(130,140,188)
0 Favorites   0 Comments

Color spaces of #828cbc

RGB 130140188
HSL0.640.300.62
HSV230°31°74°
CMYK 0.310.260.00   0.26
XYZ27.661127.132851.3562
Yxy27.13280.26060.2556
Hunter Lab52.08923.6335-21.9933
CIE-Lab59.09707.6508-26.2052

#828cbc color RGB value is (130,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001100 10111100
Octal 202 214 274
Decimal 130 140 188
Hex 82 8C BC

RGB Percentages of Color #828cbc

%28.38
%30.57
%41.05

CMYK Percentages of Color #828cbc

%31
%26
%0
%26

Triadic Colors of #828cbc

#828cbc #bc828c #8cbc82

Analogous Colors of #828cbc

#828cbc #9582bc #82a9bc

Monochromatic Colors of #828cbc

#828cbc

Complementary Color

#828cbc #bcb282

#828cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#828cbc Color CSS Codes

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

#828cbc Text Font Color

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

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


#828cbc Background Color

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

This div background color is #828cbc


#828cbc Border Color

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

This div border color is #828cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828cbc


Comments

No comments written yet.

Please login to write comment.