Color Hex Logo

#822dca Color Hex

#822DCA
(130,45,202)
0 Favorites   0 Comments

Color spaces of #822dca

RGB 13045202
HSL0.760.640.48
HSV272°78°79°
CMYK 0.360.780.00   0.21
XYZ20.805010.886956.8819
Yxy10.88690.23490.1229
Hunter Lab32.995354.8104-79.1157
CIE-Lab39.389362.5857-65.5786

#822dca color RGB value is (130,45,202).

#822dca hex color red value is 130, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #822dca hue: 0.76 , saturation: 0.64 and the lightness value of 822dca is 0.48.

The process color (four color CMYK) of #822dca color hex is 0.36, 0.78, 0.00, 0.21. Web safe color of #822dca is #9933cc. Color #822dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101101 11001010
Octal 202 55 312
Decimal 130 45 202
Hex 82 2D CA

RGB Percentages of Color #822dca

%34.48
%11.94
%53.58

CMYK Percentages of Color #822dca

%36
%78
%0
%21

Triadic Colors of #822dca

#822dca #ca822d #2dca82

Analogous Colors of #822dca

#822dca #ca2dc4 #342dca

Monochromatic Colors of #822dca

#822dca

Complementary Color

#822dca #75ca2d

#822dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#822dca Color CSS Codes

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

#822dca Text Font Color

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

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


#822dca Background Color

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

This div background color is #822dca


#822dca Border Color

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

This div border color is #822dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822dca


Comments

No comments written yet.

Please login to write comment.