Color Hex Logo

#822ddd Color Hex

#822DDD
(130,45,221)
0 Favorites   0 Comments

Color spaces of #822ddd

RGB 13045221
HSL0.750.720.52
HSV269°80°87°
CMYK 0.410.800.00   0.13
XYZ23.195511.843169.4700
Yxy11.84310.22190.1133
Hunter Lab34.413860.0879-95.5971
CIE-Lab40.965766.9165-73.9606

#822ddd color RGB value is (130,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101101 11011101
Octal 202 55 335
Decimal 130 45 221
Hex 82 2D DD

RGB Percentages of Color #822ddd

%32.83
%11.36
%55.81

CMYK Percentages of Color #822ddd

%41
%80
%0
%13

Triadic Colors of #822ddd

#822ddd #dd822d #2ddd82

Analogous Colors of #822ddd

#822ddd #da2ddd #2d30dd

Monochromatic Colors of #822ddd

#822ddd

Complementary Color

#822ddd #88dd2d

#822ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#822ddd Color CSS Codes

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

#822ddd Text Font Color

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

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


#822ddd Background Color

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

This div background color is #822ddd


#822ddd Border Color

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

This div border color is #822ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822ddd


Comments

No comments written yet.

Please login to write comment.