Color Hex Logo

#822eba Color Hex

#822EBA
(130,46,186)
0 Favorites   0 Comments

Color spaces of #822eba

RGB 13046186
HSL0.770.600.45
HSV276°75°73°
CMYK 0.300.750.00   0.27
XYZ19.045810.245047.4280
Yxy10.24500.24830.1335
Hunter Lab32.007850.2003-65.4483
CIE-Lab38.278658.6288-58.0240

#822eba color RGB value is (130,46,186).

#822eba hex color red value is 130, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #822eba hue: 0.77 , saturation: 0.60 and the lightness value of 822eba is 0.45.

The process color (four color CMYK) of #822eba color hex is 0.30, 0.75, 0.00, 0.27. Web safe color of #822eba is #9933cc. Color #822eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101110 10111010
Octal 202 56 272
Decimal 130 46 186
Hex 82 2E BA

RGB Percentages of Color #822eba

%35.91
%12.71
%51.38

CMYK Percentages of Color #822eba

%30
%75
%0
%27

Triadic Colors of #822eba

#822eba #ba822e #2eba82

Analogous Colors of #822eba

#822eba #ba2eac #3c2eba

Monochromatic Colors of #822eba

#822eba

Complementary Color

#822eba #66ba2e

#822eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#822eba Color CSS Codes

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

#822eba Text Font Color

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

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


#822eba Background Color

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

This div background color is #822eba


#822eba Border Color

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

This div border color is #822eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822eba


Comments

No comments written yet.

Please login to write comment.