Color Hex Logo

#822cee Color Hex

#822CEE
(130,44,238)
0 Favorites   0 Comments

Color spaces of #822cee

RGB 13044238
HSL0.740.850.55
HSV267°82°93°
CMYK 0.450.820.00   0.07
XYZ25.539212.720281.9981
Yxy12.72020.21240.1058
Hunter Lab35.665465.4055-111.3475
CIE-Lab42.338671.1865-81.3770

#822cee color RGB value is (130,44,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101100 11101110
Octal 202 54 356
Decimal 130 44 238
Hex 82 2C EE

RGB Percentages of Color #822cee

%31.55
%10.68
%57.77

CMYK Percentages of Color #822cee

%45
%82
%0
%7

Triadic Colors of #822cee

#822cee #ee822c #2cee82

Analogous Colors of #822cee

#822cee #e32cee #2c37ee

Monochromatic Colors of #822cee

#822cee

Complementary Color

#822cee #98ee2c

#822cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#822cee Color CSS Codes

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

#822cee Text Font Color

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

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


#822cee Background Color

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

This div background color is #822cee


#822cee Border Color

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

This div border color is #822cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,44,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 #822cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822cee


Comments

No comments written yet.

Please login to write comment.