Color Hex Logo

#821dbe Color Hex

#821DBE
(130,29,190)
0 Favorites   0 Comments

Color spaces of #821dbe

RGB 13029190
HSL0.770.740.43
HSV278°85°75°
CMYK 0.320.850.00   0.25
XYZ18.93959.342349.5202
Yxy9.34230.24340.1201
Hunter Lab30.565257.1172-74.6631
CIE-Lab36.635265.1673-63.0548

#821dbe color RGB value is (130,29,190).

#821dbe hex color red value is 130, green value is 29 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #821dbe hue: 0.77 , saturation: 0.74 and the lightness value of 821dbe is 0.43.

The process color (four color CMYK) of #821dbe color hex is 0.32, 0.85, 0.00, 0.25. Web safe color of #821dbe is #9933cc. Color #821dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011101 10111110
Octal 202 35 276
Decimal 130 29 190
Hex 82 1D BE

RGB Percentages of Color #821dbe

%37.25
%8.31
%54.44

CMYK Percentages of Color #821dbe

%32
%85
%0
%25

Triadic Colors of #821dbe

#821dbe #be821d #1dbe82

Analogous Colors of #821dbe

#821dbe #be1daa #321dbe

Monochromatic Colors of #821dbe

#821dbe

Complementary Color

#821dbe #59be1d

#821dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#821dbe Color CSS Codes

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

#821dbe Text Font Color

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

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


#821dbe Background Color

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

This div background color is #821dbe


#821dbe Border Color

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

This div border color is #821dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821dbe


Comments

No comments written yet.

Please login to write comment.