Color Hex Logo

#826deb Color Hex

#826DEB
(130,109,235)
0 Favorites   0 Comments

Color spaces of #826deb

RGB 130109235
HSL0.690.760.67
HSV250°54°92°
CMYK 0.450.540.00   0.08
XYZ29.670021.681381.2184
Yxy21.68130.22380.1635
Hunter Lab46.563232.2544-70.8231
CIE-Lab53.687238.8037-61.2319

#826deb color RGB value is (130,109,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101101 11101011
Octal 202 155 353
Decimal 130 109 235
Hex 82 6D EB

RGB Percentages of Color #826deb

%27.43
%23.00
%49.58

CMYK Percentages of Color #826deb

%45
%54
%0
%8

Triadic Colors of #826deb

#826deb #eb826d #6deb82

Analogous Colors of #826deb

#826deb #c16deb #6d97eb

Monochromatic Colors of #826deb

#826deb

Complementary Color

#826deb #d6eb6d

#826deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#826deb Color CSS Codes

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

#826deb Text Font Color

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

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


#826deb Background Color

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

This div background color is #826deb


#826deb Border Color

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

This div border color is #826deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,109,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 #826deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826deb


Comments

No comments written yet.

Please login to write comment.