Color Hex Logo

#826fde Color Hex

#826FDE
(130,111,222)
0 Favorites   0 Comments

Color spaces of #826fde

RGB 130111222
HSL0.700.630.65
HSV250°50°87°
CMYK 0.410.500.00   0.13
XYZ28.075221.388671.7559
Yxy21.38860.23160.1764
Hunter Lab46.247827.4266-59.6181
CIE-Lab53.372233.9721-54.4381

#826fde color RGB value is (130,111,222).

#826fde hex color red value is 130, green value is 111 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #826fde hue: 0.70 , saturation: 0.63 and the lightness value of 826fde is 0.65.

The process color (four color CMYK) of #826fde color hex is 0.41, 0.50, 0.00, 0.13. Web safe color of #826fde is #9966cc. Color #826fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101111 11011110
Octal 202 157 336
Decimal 130 111 222
Hex 82 6F DE

RGB Percentages of Color #826fde

%28.08
%23.97
%47.95

CMYK Percentages of Color #826fde

%41
%50
%0
%13

Triadic Colors of #826fde

#826fde #de826f #6fde82

Analogous Colors of #826fde

#826fde #ba6fde #6f94de

Monochromatic Colors of #826fde

#826fde

Complementary Color

#826fde #cbde6f

#826fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#826fde Color CSS Codes

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

#826fde Text Font Color

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

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


#826fde Background Color

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

This div background color is #826fde


#826fde Border Color

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

This div border color is #826fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826fde


Comments

No comments written yet.

Please login to write comment.