Color Hex Logo

#826bde Color Hex

#826BDE
(130,107,222)
0 Favorites   0 Comments

Color spaces of #826bde

RGB 130107222
HSL0.700.640.65
HSV252°52°87°
CMYK 0.410.520.00   0.13
XYZ27.648420.535171.6137
Yxy20.53510.23080.1714
Hunter Lab45.315729.6056-61.9768
CIE-Lab52.436936.3076-55.9357

#826bde color RGB value is (130,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101011 11011110
Octal 202 153 336
Decimal 130 107 222
Hex 82 6B DE

RGB Percentages of Color #826bde

%28.32
%23.31
%48.37

CMYK Percentages of Color #826bde

%41
%52
%0
%13

Triadic Colors of #826bde

#826bde #de826b #6bde82

Analogous Colors of #826bde

#826bde #bc6bde #6b8ede

Monochromatic Colors of #826bde

#826bde

Complementary Color

#826bde #c7de6b

#826bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#826bde Color CSS Codes

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

#826bde Text Font Color

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

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


#826bde Background Color

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

This div background color is #826bde


#826bde Border Color

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

This div border color is #826bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826bde


Comments

No comments written yet.

Please login to write comment.