Color Hex Logo

#822fdb Color Hex

#822FDB
(130,47,219)
0 Favorites   0 Comments

Color spaces of #822fdb

RGB 13047219
HSL0.750.700.52
HSV269°79°86°
CMYK 0.410.790.00   0.14
XYZ23.008611.893368.1008
Yxy11.89330.22340.1155
Hunter Lab34.486758.7389-92.9393
CIE-Lab41.046065.7285-72.6833

#822fdb color RGB value is (130,47,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101111 11011011
Octal 202 57 333
Decimal 130 47 219
Hex 82 2F DB

RGB Percentages of Color #822fdb

%32.83
%11.87
%55.30

CMYK Percentages of Color #822fdb

%41
%79
%0
%14

Triadic Colors of #822fdb

#822fdb #db822f #2fdb82

Analogous Colors of #822fdb

#822fdb #d82fdb #2f32db

Monochromatic Colors of #822fdb

#822fdb

Complementary Color

#822fdb #88db2f

#822fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#822fdb Color CSS Codes

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

#822fdb Text Font Color

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

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


#822fdb Background Color

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

This div background color is #822fdb


#822fdb Border Color

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

This div border color is #822fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822fdb


Comments

No comments written yet.

Please login to write comment.