Color Hex Logo

#826cdb Color Hex

#826CDB
(130,108,219)
0 Favorites   0 Comments

Color spaces of #826cdb

RGB 130108219
HSL0.700.610.64
HSV252°51°86°
CMYK 0.410.510.00   0.14
XYZ27.354720.585469.5495
Yxy20.58540.23280.1752
Hunter Lab45.371128.2199-59.1260
CIE-Lab52.492734.8897-54.1520

#826cdb color RGB value is (130,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101100 11011011
Octal 202 154 333
Decimal 130 108 219
Hex 82 6C DB

RGB Percentages of Color #826cdb

%28.45
%23.63
%47.92

CMYK Percentages of Color #826cdb

%41
%51
%0
%14

Triadic Colors of #826cdb

#826cdb #db826c #6cdb82

Analogous Colors of #826cdb

#826cdb #ba6cdb #6c8edb

Monochromatic Colors of #826cdb

#826cdb

Complementary Color

#826cdb #c5db6c

#826cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#826cdb Color CSS Codes

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

#826cdb Text Font Color

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

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


#826cdb Background Color

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

This div background color is #826cdb


#826cdb Border Color

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

This div border color is #826cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826cdb


Comments

No comments written yet.

Please login to write comment.