Color Hex Logo

#821cbe Color Hex

#821CBE
(130,28,190)
0 Favorites   0 Comments

Color spaces of #821cbe

RGB 13028190
HSL0.770.740.43
HSV278°85°75°
CMYK 0.320.850.00   0.25
XYZ18.91549.294049.5122
Yxy9.29400.24340.1196
Hunter Lab30.486157.4016-74.9522
CIE-Lab36.544365.4350-63.2032

#821cbe color RGB value is (130,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011100 10111110
Octal 202 34 276
Decimal 130 28 190
Hex 82 1C BE

RGB Percentages of Color #821cbe

%37.36
%8.05
%54.60

CMYK Percentages of Color #821cbe

%32
%85
%0
%25

Triadic Colors of #821cbe

#821cbe #be821c #1cbe82

Analogous Colors of #821cbe

#821cbe #be1ca9 #311cbe

Monochromatic Colors of #821cbe

#821cbe

Complementary Color

#821cbe #58be1c

#821cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#821cbe Color CSS Codes

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

#821cbe Text Font Color

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

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


#821cbe Background Color

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

This div background color is #821cbe


#821cbe Border Color

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

This div border color is #821cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821cbe


Comments

No comments written yet.

Please login to write comment.