Color Hex Logo

#827eff Color Hex

#827EFF
(130,126,255)
0 Favorites   0 Comments

Color spaces of #827eff

RGB 130126255
HSL0.671.000.75
HSV242°51°100°
CMYK 0.490.510.00   0.00
XYZ34.716826.887597.9678
Yxy26.88750.21760.1685
Hunter Lab51.853228.7665-75.7212
CIE-Lab58.870134.6973-63.9939

#827eff color RGB value is (130,126,255).

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

The process color (four color CMYK) of #827eff color hex is 0.49, 0.51, 0.00, 0.00. Web safe color of #827eff is #9966ff. Color #827eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111110 11111111
Octal 202 176 377
Decimal 130 126 255
Hex 82 7E FF

RGB Percentages of Color #827eff

%25.44
%24.66
%49.90

CMYK Percentages of Color #827eff

%49
%51
%0
%0

Triadic Colors of #827eff

#827eff #ff827e #7eff82

Analogous Colors of #827eff

#827eff #c37eff #7ebbff

Monochromatic Colors of #827eff

#827eff

Complementary Color

#827eff #fbff7e

#827eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#827eff Color CSS Codes

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

#827eff Text Font Color

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

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


#827eff Background Color

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

This div background color is #827eff


#827eff Border Color

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

This div border color is #827eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827eff

#827eff Color Palettes


Comments

No comments written yet.

Please login to write comment.