Color Hex Logo

#822bee Color Hex

#822BEE
(130,43,238)
0 Favorites   0 Comments

Color spaces of #822bee

RGB 13043238
HSL0.740.850.55
HSV267°82°93°
CMYK 0.450.820.00   0.07
XYZ25.502412.646681.9858
Yxy12.64660.21230.1053
Hunter Lab35.562165.7730-111.7954
CIE-Lab42.225971.5174-81.5623

#822bee color RGB value is (130,43,238).

#822bee hex color red value is 130, green value is 43 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #822bee hue: 0.74 , saturation: 0.85 and the lightness value of 822bee is 0.55.

The process color (four color CMYK) of #822bee color hex is 0.45, 0.82, 0.00, 0.07. Web safe color of #822bee is #9933ff. Color #822bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101011 11101110
Octal 202 53 356
Decimal 130 43 238
Hex 82 2B EE

RGB Percentages of Color #822bee

%31.63
%10.46
%57.91

CMYK Percentages of Color #822bee

%45
%82
%0
%7

Triadic Colors of #822bee

#822bee #ee822b #2bee82

Analogous Colors of #822bee

#822bee #e42bee #2b36ee

Monochromatic Colors of #822bee

#822bee

Complementary Color

#822bee #97ee2b

#822bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#822bee Color CSS Codes

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

#822bee Text Font Color

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

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


#822bee Background Color

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

This div background color is #822bee


#822bee Border Color

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

This div border color is #822bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822bee


Comments

No comments written yet.

Please login to write comment.