Color Hex Logo

#822edd Color Hex

#822EDD
(130,46,221)
0 Favorites   0 Comments

Color spaces of #822edd

RGB 13046221
HSL0.750.720.52
HSV269°79°87°
CMYK 0.410.790.00   0.13
XYZ23.234111.920369.4829
Yxy11.92030.22200.1139
Hunter Lab34.525859.7013-95.1526
CIE-Lab41.089266.5573-73.7583

#822edd color RGB value is (130,46,221).

#822edd hex color red value is 130, green value is 46 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #822edd hue: 0.75 , saturation: 0.72 and the lightness value of 822edd is 0.52.

The process color (four color CMYK) of #822edd color hex is 0.41, 0.79, 0.00, 0.13. Web safe color of #822edd is #9933cc. Color #822edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101110 11011101
Octal 202 56 335
Decimal 130 46 221
Hex 82 2E DD

RGB Percentages of Color #822edd

%32.75
%11.59
%55.67

CMYK Percentages of Color #822edd

%41
%79
%0
%13

Triadic Colors of #822edd

#822edd #dd822e #2edd82

Analogous Colors of #822edd

#822edd #da2edd #2e32dd

Monochromatic Colors of #822edd

#822edd

Complementary Color

#822edd #89dd2e

#822edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#822edd Color CSS Codes

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

#822edd Text Font Color

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

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


#822edd Background Color

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

This div background color is #822edd


#822edd Border Color

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

This div border color is #822edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822edd


Comments

No comments written yet.

Please login to write comment.