Color Hex Logo

#827eca Color Hex

#827ECA
(130,126,202)
0 Favorites   0 Comments

Color spaces of #827eca

RGB 130126202
HSL0.680.420.64
HSV243°38°79°
CMYK 0.360.380.00   0.21
XYZ27.327423.931859.0561
Yxy23.93180.24770.2169
Hunter Lab48.920114.1021-37.3304
CIE-Lab56.019419.5785-38.9326

#827eca color RGB value is (130,126,202).

#827eca hex color red value is 130, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #827eca hue: 0.68 , saturation: 0.42 and the lightness value of 827eca is 0.64.

The process color (four color CMYK) of #827eca color hex is 0.36, 0.38, 0.00, 0.21. Web safe color of #827eca is #9966cc. Color #827eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111110 11001010
Octal 202 176 312
Decimal 130 126 202
Hex 82 7E CA

RGB Percentages of Color #827eca

%28.38
%27.51
%44.10

CMYK Percentages of Color #827eca

%36
%38
%0
%21

Triadic Colors of #827eca

#827eca #ca827e #7eca82

Analogous Colors of #827eca

#827eca #a87eca #7ea0ca

Monochromatic Colors of #827eca

#827eca

Complementary Color

#827eca #c6ca7e

#827eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#827eca Color CSS Codes

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

#827eca Text Font Color

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

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


#827eca Background Color

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

This div background color is #827eca


#827eca Border Color

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

This div border color is #827eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827eca


Comments

No comments written yet.

Please login to write comment.