Color Hex Logo

#822dab Color Hex

#822DAB
(130,45,171)
0 Favorites   0 Comments

Color spaces of #822dab

RGB 13045171
HSL0.780.580.42
HSV280°74°67°
CMYK 0.240.740.00   0.33
XYZ17.49509.562939.4518
Yxy9.56290.26300.1438
Hunter Lab30.923946.8682-53.9936
CIE-Lab37.046255.7736-51.1233

#822dab color RGB value is (130,45,171).

#822dab hex color red value is 130, green value is 45 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #822dab hue: 0.78 , saturation: 0.58 and the lightness value of 822dab is 0.42.

The process color (four color CMYK) of #822dab color hex is 0.24, 0.74, 0.00, 0.33. Web safe color of #822dab is #993399. Color #822dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101101 10101011
Octal 202 55 253
Decimal 130 45 171
Hex 82 2D AB

RGB Percentages of Color #822dab

%37.57
%13.01
%49.42

CMYK Percentages of Color #822dab

%24
%74
%0
%33

Triadic Colors of #822dab

#822dab #ab822d #2dab82

Analogous Colors of #822dab

#822dab #ab2d95 #432dab

Monochromatic Colors of #822dab

#822dab

Complementary Color

#822dab #56ab2d

#822dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#822dab Color CSS Codes

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

#822dab Text Font Color

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

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


#822dab Background Color

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

This div background color is #822dab


#822dab Border Color

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

This div border color is #822dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822dab


Comments

No comments written yet.

Please login to write comment.