Color Hex Logo

#826ba4 Color Hex

#826BA4
(130,107,164)
0 Favorites   0 Comments

Color spaces of #826ba4

RGB 130107164
HSL0.730.240.53
HSV264°35°64°
CMYK 0.210.350.00   0.36
XYZ21.164517.941637.4695
Yxy17.94160.27640.2343
Hunter Lab42.357515.0642-22.7977
CIE-Lab49.425221.0534-27.3510

#826ba4 color RGB value is (130,107,164).

#826ba4 hex color red value is 130, green value is 107 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #826ba4 hue: 0.73 , saturation: 0.24 and the lightness value of 826ba4 is 0.53.

The process color (four color CMYK) of #826ba4 color hex is 0.21, 0.35, 0.00, 0.36. Web safe color of #826ba4 is #996699. Color #826ba4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101011 10100100
Octal 202 153 244
Decimal 130 107 164
Hex 82 6B A4

RGB Percentages of Color #826ba4

%32.42
%26.68
%40.90

CMYK Percentages of Color #826ba4

%21
%35
%0
%36

Triadic Colors of #826ba4

#826ba4 #a4826b #6ba482

Analogous Colors of #826ba4

#826ba4 #9f6ba4 #6b71a4

Monochromatic Colors of #826ba4

#826ba4

Complementary Color

#826ba4 #8da46b

#826ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826ba4 Color CSS Codes

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

#826ba4 Text Font Color

<p style="color:#826ba4">Text here</p>

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


#826ba4 Background Color

<div style="background-color:#826ba4">
Div content here</div>

This div background color is #826ba4


#826ba4 Border Color

<div style="border:3px solid #826ba4">
Div here</div>

This div border color is #826ba4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,107,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826ba4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826ba4;
  -webkit-box-shadow: 1px 1px 3px 2px #826ba4;
  box-shadow:         1px 1px 3px 2px #826ba4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826ba4


Comments

No comments written yet.

Please login to write comment.