Color Hex Logo

#826dde Color Hex

#826DDE
(130,109,222)
0 Favorites   0 Comments

Color spaces of #826dde

RGB 130109222
HSL0.700.630.65
HSV251°51°87°
CMYK 0.410.510.00   0.13
XYZ27.859420.957071.6840
Yxy20.95700.23120.1739
Hunter Lab45.778828.5160-60.7957
CIE-Lab52.902435.1417-55.1900

#826dde color RGB value is (130,109,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101101 11011110
Octal 202 155 336
Decimal 130 109 222
Hex 82 6D DE

RGB Percentages of Color #826dde

%28.20
%23.64
%48.16

CMYK Percentages of Color #826dde

%41
%51
%0
%13

Triadic Colors of #826dde

#826dde #de826d #6dde82

Analogous Colors of #826dde

#826dde #bb6dde #6d91de

Monochromatic Colors of #826dde

#826dde

Complementary Color

#826dde #c9de6d

#826dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#826dde Color CSS Codes

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

#826dde Text Font Color

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

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


#826dde Background Color

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

This div background color is #826dde


#826dde Border Color

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

This div border color is #826dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826dde


Comments

No comments written yet.

Please login to write comment.