Color Hex Logo

#822caf Color Hex

#822CAF
(130,44,175)
0 Favorites   0 Comments

Color spaces of #822caf

RGB 13044175
HSL0.780.600.43
HSV279°75°69°
CMYK 0.260.750.00   0.31
XYZ17.84459.642341.4781
Yxy9.64230.25870.1398
Hunter Lab31.052148.2364-57.4608
CIE-Lab37.192657.0240-53.2713

#822caf color RGB value is (130,44,175).

#822caf hex color red value is 130, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #822caf hue: 0.78 , saturation: 0.60 and the lightness value of 822caf is 0.43.

The process color (four color CMYK) of #822caf color hex is 0.26, 0.75, 0.00, 0.31. Web safe color of #822caf is #993399. Color #822caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101100 10101111
Octal 202 54 257
Decimal 130 44 175
Hex 82 2C AF

RGB Percentages of Color #822caf

%37.25
%12.61
%50.14

CMYK Percentages of Color #822caf

%26
%75
%0
%31

Triadic Colors of #822caf

#822caf #af822c #2caf82

Analogous Colors of #822caf

#822caf #af2c9b #412caf

Monochromatic Colors of #822caf

#822caf

Complementary Color

#822caf #59af2c

#822caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#822caf Color CSS Codes

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

#822caf Text Font Color

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

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


#822caf Background Color

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

This div background color is #822caf


#822caf Border Color

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

This div border color is #822caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822caf


Comments

No comments written yet.

Please login to write comment.