Color Hex Logo

#822edb Color Hex

#822EDB
(130,46,219)
0 Favorites   0 Comments

Color spaces of #822edb

RGB 13046219
HSL0.750.710.52
HSV269°79°86°
CMYK 0.410.790.00   0.14
XYZ22.969111.814368.0876
Yxy11.81430.22330.1148
Hunter Lab34.371959.1320-93.3876
CIE-Lab40.919466.0958-72.8905

#822edb color RGB value is (130,46,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101110 11011011
Octal 202 56 333
Decimal 130 46 219
Hex 82 2E DB

RGB Percentages of Color #822edb

%32.91
%11.65
%55.44

CMYK Percentages of Color #822edb

%41
%79
%0
%14

Triadic Colors of #822edb

#822edb #db822e #2edb82

Analogous Colors of #822edb

#822edb #d92edb #2e30db

Monochromatic Colors of #822edb

#822edb

Complementary Color

#822edb #87db2e

#822edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#822edb Color CSS Codes

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

#822edb Text Font Color

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

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


#822edb Background Color

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

This div background color is #822edb


#822edb Border Color

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

This div border color is #822edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822edb


Comments

No comments written yet.

Please login to write comment.