Color Hex Logo

#821bdd Color Hex

#821BDD
(130,27,221)
0 Favorites   0 Comments

Color spaces of #821bdd

RGB 13027221
HSL0.760.780.49
HSV272°88°87°
CMYK 0.410.880.00   0.13
XYZ22.649010.750269.2879
Yxy10.75020.22060.1047
Hunter Lab32.787565.9264-102.3428
CIE-Lab39.156572.2411-76.9292

#821bdd color RGB value is (130,27,221).

#821bdd hex color red value is 130, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #821bdd hue: 0.76 , saturation: 0.78 and the lightness value of 821bdd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011011 11011101
Octal 202 33 335
Decimal 130 27 221
Hex 82 1B DD

RGB Percentages of Color #821bdd

%34.39
%7.14
%58.47

CMYK Percentages of Color #821bdd

%41
%88
%0
%13

Triadic Colors of #821bdd

#821bdd #dd821b #1bdd82

Analogous Colors of #821bdd

#821bdd #dd1bd7 #211bdd

Monochromatic Colors of #821bdd

#821bdd

Complementary Color

#821bdd #76dd1b

#821bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#821bdd Color CSS Codes

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

#821bdd Text Font Color

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

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


#821bdd Background Color

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

This div background color is #821bdd


#821bdd Border Color

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

This div border color is #821bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821bdd


Comments

No comments written yet.

Please login to write comment.