Color Hex Logo

#822bdb Color Hex

#822BDB
(130,43,219)
0 Favorites   0 Comments

Color spaces of #822bdb

RGB 13043219
HSL0.750.710.51
HSV270°80°86°
CMYK 0.410.800.00   0.14
XYZ22.856011.588168.0499
Yxy11.58810.22300.1131
Hunter Lab34.041360.2762-94.6941
CIE-Lab40.553867.1596-73.4893

#822bdb color RGB value is (130,43,219).

#822bdb hex color red value is 130, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #822bdb hue: 0.75 , saturation: 0.71 and the lightness value of 822bdb is 0.51.

The process color (four color CMYK) of #822bdb color hex is 0.41, 0.80, 0.00, 0.14. Web safe color of #822bdb is #9933cc. Color #822bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101011 11011011
Octal 202 53 333
Decimal 130 43 219
Hex 82 2B DB

RGB Percentages of Color #822bdb

%33.16
%10.97
%55.87

CMYK Percentages of Color #822bdb

%41
%80
%0
%14

Triadic Colors of #822bdb

#822bdb #db822b #2bdb82

Analogous Colors of #822bdb

#822bdb #da2bdb #2b2cdb

Monochromatic Colors of #822bdb

#822bdb

Complementary Color

#822bdb #84db2b

#822bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#822bdb Color CSS Codes

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

#822bdb Text Font Color

<p style="color:#822bdb">Text here</p>

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


#822bdb Background Color

<div style="background-color:#822bdb">
Div content here</div>

This div background color is #822bdb


#822bdb Border Color

<div style="border:3px solid #822bdb">
Div here</div>

This div border color is #822bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822bdb


Comments

No comments written yet.

Please login to write comment.