Color Hex Logo

#827eee Color Hex

#827EEE
(130,126,238)
0 Favorites   0 Comments

Color spaces of #827eee

RGB 130126238
HSL0.670.770.71
HSV242°47°93°
CMYK 0.450.470.00   0.07
XYZ32.099425.840684.1848
Yxy25.84060.22590.1818
Hunter Lab50.833723.7567-62.6057
CIE-Lab57.885429.7235-56.1755

#827eee color RGB value is (130,126,238).

#827eee hex color red value is 130, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #827eee hue: 0.67 , saturation: 0.77 and the lightness value of 827eee is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111110 11101110
Octal 202 176 356
Decimal 130 126 238
Hex 82 7E EE

RGB Percentages of Color #827eee

%26.32
%25.51
%48.18

CMYK Percentages of Color #827eee

%45
%47
%0
%7

Triadic Colors of #827eee

#827eee #ee827e #7eee82

Analogous Colors of #827eee

#827eee #ba7eee #7eb2ee

Monochromatic Colors of #827eee

#827eee

Complementary Color

#827eee #eaee7e

#827eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#827eee Color CSS Codes

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

#827eee Text Font Color

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

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


#827eee Background Color

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

This div background color is #827eee


#827eee Border Color

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

This div border color is #827eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827eee


Comments

No comments written yet.

Please login to write comment.