Color Hex Logo

#826dfe Color Hex

#826DFE
(130,109,254)
0 Favorites   0 Comments

Color spaces of #826dfe

RGB 130109254
HSL0.690.990.71
HSV249°57°100°
CMYK 0.490.570.00   0.00
XYZ32.564022.838996.4580
Yxy22.83890.21440.1504
Hunter Lab47.790137.9967-86.2161
CIE-Lab54.906044.2378-69.8315

#826dfe color RGB value is (130,109,254).

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

The process color (four color CMYK) of #826dfe color hex is 0.49, 0.57, 0.00, 0.00. Web safe color of #826dfe is #9966ff. Color #826dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101101 11111110
Octal 202 155 376
Decimal 130 109 254
Hex 82 6D FE

RGB Percentages of Color #826dfe

%26.37
%22.11
%51.52

CMYK Percentages of Color #826dfe

%49
%57
%0
%0

Triadic Colors of #826dfe

#826dfe #fe826d #6dfe82

Analogous Colors of #826dfe

#826dfe #cb6dfe #6da1fe

Monochromatic Colors of #826dfe

#826dfe

Complementary Color

#826dfe #e9fe6d

#826dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#826dfe Color CSS Codes

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

#826dfe Text Font Color

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

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


#826dfe Background Color

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

This div background color is #826dfe


#826dfe Border Color

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

This div border color is #826dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826dfe


Comments

No comments written yet.

Please login to write comment.