Color Hex Logo

#826dbe Color Hex

#826DBE
(130,109,190)
0 Favorites   0 Comments

Color spaces of #826dbe

RGB 130109190
HSL0.710.380.59
HSV256°43°75°
CMYK 0.320.430.00   0.25
XYZ23.968819.400851.1966
Yxy19.40080.25350.2052
Hunter Lab44.046320.0537-38.0824
CIE-Lab51.152926.4405-39.7407

#826dbe color RGB value is (130,109,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101101 10111110
Octal 202 155 276
Decimal 130 109 190
Hex 82 6D BE

RGB Percentages of Color #826dbe

%30.30
%25.41
%44.29

CMYK Percentages of Color #826dbe

%32
%43
%0
%25

Triadic Colors of #826dbe

#826dbe #be826d #6dbe82

Analogous Colors of #826dbe

#826dbe #ab6dbe #6d81be

Monochromatic Colors of #826dbe

#826dbe

Complementary Color

#826dbe #a9be6d

#826dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#826dbe Color CSS Codes

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

#826dbe Text Font Color

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

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


#826dbe Background Color

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

This div background color is #826dbe


#826dbe Border Color

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

This div border color is #826dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826dbe


Comments

No comments written yet.

Please login to write comment.