Color Hex Logo

#826eee Color Hex

#826EEE
(130,110,238)
0 Favorites   0 Comments

Color spaces of #826eee

RGB 130110238
HSL0.690.790.68
HSV249°54°93°
CMYK 0.450.540.00   0.07
XYZ30.214522.070783.5565
Yxy22.07070.22240.1625
Hunter Lab46.979532.5869-72.5661
CIE-Lab54.101939.0784-62.2409

#826eee color RGB value is (130,110,238).

#826eee hex color red value is 130, green value is 110 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #826eee hue: 0.69 , saturation: 0.79 and the lightness value of 826eee is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101110 11101110
Octal 202 156 356
Decimal 130 110 238
Hex 82 6E EE

RGB Percentages of Color #826eee

%27.20
%23.01
%49.79

CMYK Percentages of Color #826eee

%45
%54
%0
%7

Triadic Colors of #826eee

#826eee #ee826e #6eee82

Analogous Colors of #826eee

#826eee #c26eee #6e9aee

Monochromatic Colors of #826eee

#826eee

Complementary Color

#826eee #daee6e

#826eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#826eee Color CSS Codes

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

#826eee Text Font Color

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

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


#826eee Background Color

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

This div background color is #826eee


#826eee Border Color

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

This div border color is #826eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826eee


Comments

No comments written yet.

Please login to write comment.