Color Hex Logo

#821ecf Color Hex

#821ECF
(130,30,207)
0 Favorites   0 Comments

Color spaces of #821ecf

RGB 13030207
HSL0.760.750.46
HSV274°86°81°
CMYK 0.370.860.00   0.19
XYZ20.932710.179459.8930
Yxy10.17940.23000.1119
Hunter Lab31.905261.2782-88.9667
CIE-Lab38.162568.4890-70.4873

#821ecf color RGB value is (130,30,207).

#821ecf hex color red value is 130, green value is 30 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #821ecf hue: 0.76 , saturation: 0.75 and the lightness value of 821ecf is 0.46.

The process color (four color CMYK) of #821ecf color hex is 0.37, 0.86, 0.00, 0.19. Web safe color of #821ecf is #9933cc. Color #821ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011110 11001111
Octal 202 36 317
Decimal 130 30 207
Hex 82 1E CF

RGB Percentages of Color #821ecf

%35.42
%8.17
%56.40

CMYK Percentages of Color #821ecf

%37
%86
%0
%19

Triadic Colors of #821ecf

#821ecf #cf821e #1ecf82

Analogous Colors of #821ecf

#821ecf #cf1ec4 #2a1ecf

Monochromatic Colors of #821ecf

#821ecf

Complementary Color

#821ecf #6bcf1e

#821ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#821ecf Color CSS Codes

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

#821ecf Text Font Color

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

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


#821ecf Background Color

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

This div background color is #821ecf


#821ecf Border Color

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

This div border color is #821ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821ecf


Comments

No comments written yet.

Please login to write comment.