Color Hex Logo

#826bbd Color Hex

#826BBD
(130,107,189)
0 Favorites   0 Comments

Color spaces of #826bbd

RGB 130107189
HSL0.710.380.58
HSV257°43°74°
CMYK 0.310.430.00   0.26
XYZ23.648918.935350.5526
Yxy18.93530.25390.2033
Hunter Lab43.514720.8585-38.4190
CIE-Lab50.611427.3626-40.0193

#826bbd color RGB value is (130,107,189).

#826bbd hex color red value is 130, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #826bbd hue: 0.71 , saturation: 0.38 and the lightness value of 826bbd is 0.58.

The process color (four color CMYK) of #826bbd color hex is 0.31, 0.43, 0.00, 0.26. Web safe color of #826bbd is #9966cc. Color #826bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101011 10111101
Octal 202 153 275
Decimal 130 107 189
Hex 82 6B BD

RGB Percentages of Color #826bbd

%30.52
%25.12
%44.37

CMYK Percentages of Color #826bbd

%31
%43
%0
%26

Triadic Colors of #826bbd

#826bbd #bd826b #6bbd82

Analogous Colors of #826bbd

#826bbd #ab6bbd #6b7dbd

Monochromatic Colors of #826bbd

#826bbd

Complementary Color

#826bbd #a6bd6b

#826bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#826bbd Color CSS Codes

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

#826bbd Text Font Color

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

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


#826bbd Background Color

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

This div background color is #826bbd


#826bbd Border Color

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

This div border color is #826bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826bbd

#826bbd Color Palettes


Comments

No comments written yet.

Please login to write comment.