Color Hex Logo

#826beb Color Hex

#826BEB
(130,107,235)
0 Favorites   0 Comments

Color spaces of #826beb

RGB 130107235
HSL0.700.760.67
HSV251°54°92°
CMYK 0.450.540.00   0.08
XYZ29.459021.259481.1481
Yxy21.25940.22340.1612
Hunter Lab46.107933.3573-72.0725
CIE-Lab53.232239.9589-61.9640

#826beb color RGB value is (130,107,235).

#826beb hex color red value is 130, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #826beb hue: 0.70 , saturation: 0.76 and the lightness value of 826beb is 0.67.

The process color (four color CMYK) of #826beb color hex is 0.45, 0.54, 0.00, 0.08. Web safe color of #826beb is #9966ff. Color #826beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101011 11101011
Octal 202 153 353
Decimal 130 107 235
Hex 82 6B EB

RGB Percentages of Color #826beb

%27.54
%22.67
%49.79

CMYK Percentages of Color #826beb

%45
%54
%0
%8

Triadic Colors of #826beb

#826beb #eb826b #6beb82

Analogous Colors of #826beb

#826beb #c26beb #6b94eb

Monochromatic Colors of #826beb

#826beb

Complementary Color

#826beb #d4eb6b

#826beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#826beb Color CSS Codes

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

#826beb Text Font Color

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

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


#826beb Background Color

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

This div background color is #826beb


#826beb Border Color

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

This div border color is #826beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826beb


Comments

No comments written yet.

Please login to write comment.