Color Hex Logo

#821eab Color Hex

#821EAB
(130,30,171)
0 Favorites   0 Comments

Color spaces of #821eab

RGB 13030171
HSL0.780.700.39
HSV283°82°67°
CMYK 0.240.820.00   0.33
XYZ17.02098.614639.2938
Yxy8.61460.26210.1327
Hunter Lab29.350652.1514-58.8303
CIE-Lab35.231461.0033-54.0617

#821eab color RGB value is (130,30,171).

#821eab hex color red value is 130, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #821eab hue: 0.78 , saturation: 0.70 and the lightness value of 821eab is 0.39.

The process color (four color CMYK) of #821eab color hex is 0.24, 0.82, 0.00, 0.33. Web safe color of #821eab is #993399. Color #821eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011110 10101011
Octal 202 36 253
Decimal 130 30 171
Hex 82 1E AB

RGB Percentages of Color #821eab

%39.27
%9.06
%51.66

CMYK Percentages of Color #821eab

%24
%82
%0
%33

Triadic Colors of #821eab

#821eab #ab821e #1eab82

Analogous Colors of #821eab

#821eab #ab1e8e #3c1eab

Monochromatic Colors of #821eab

#821eab

Complementary Color

#821eab #47ab1e

#821eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#821eab Color CSS Codes

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

#821eab Text Font Color

<p style="color:#821eab">Text here</p>

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


#821eab Background Color

<div style="background-color:#821eab">
Div content here</div>

This div background color is #821eab


#821eab Border Color

<div style="border:3px solid #821eab">
Div here</div>

This div border color is #821eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,30,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #821eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #821eab;
  -webkit-box-shadow: 1px 1px 3px 2px #821eab;
  box-shadow:         1px 1px 3px 2px #821eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821eab


Comments

No comments written yet.

Please login to write comment.