Color Hex Logo

#821cd4 Color Hex

#821CD4
(130,28,212)
0 Favorites   0 Comments

Color spaces of #821cd4

RGB 13028212
HSL0.760.770.47
HSV273°87°83°
CMYK 0.390.870.00   0.17
XYZ21.504810.329863.1478
Yxy10.32980.22640.1088
Hunter Lab32.140063.1889-93.9934
CIE-Lab38.427970.0710-72.9459

#821cd4 color RGB value is (130,28,212).

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

The process color (four color CMYK) of #821cd4 color hex is 0.39, 0.87, 0.00, 0.17. Web safe color of #821cd4 is #9933cc. Color #821cd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011100 11010100
Octal 202 34 324
Decimal 130 28 212
Hex 82 1C D4

RGB Percentages of Color #821cd4

%35.14
%7.57
%57.30

CMYK Percentages of Color #821cd4

%39
%87
%0
%17

Triadic Colors of #821cd4

#821cd4 #d4821c #1cd482

Analogous Colors of #821cd4

#821cd4 #d41cca #261cd4

Monochromatic Colors of #821cd4

#821cd4

Complementary Color

#821cd4 #6ed41c

#821cd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821cd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821cd4 Color CSS Codes

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

#821cd4 Text Font Color

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

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


#821cd4 Background Color

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

This div background color is #821cd4


#821cd4 Border Color

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

This div border color is #821cd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821cd4


Comments

No comments written yet.

Please login to write comment.