Color Hex Logo

#821dce Color Hex

#821DCE
(130,29,206)
0 Favorites   0 Comments

Color spaces of #821dce

RGB 13029206
HSL0.760.750.46
HSV274°86°81°
CMYK 0.370.860.00   0.19
XYZ20.785910.080859.2428
Yxy10.08080.23070.1119
Hunter Lab31.750361.2953-88.4039
CIE-Lab37.987168.5377-70.1947

#821dce color RGB value is (130,29,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011101 11001110
Octal 202 35 316
Decimal 130 29 206
Hex 82 1D CE

RGB Percentages of Color #821dce

%35.62
%7.95
%56.44

CMYK Percentages of Color #821dce

%37
%86
%0
%19

Triadic Colors of #821dce

#821dce #ce821d #1dce82

Analogous Colors of #821dce

#821dce #ce1dc2 #291dce

Monochromatic Colors of #821dce

#821dce

Complementary Color

#821dce #69ce1d

#821dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#821dce Color CSS Codes

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

#821dce Text Font Color

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

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


#821dce Background Color

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

This div background color is #821dce


#821dce Border Color

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

This div border color is #821dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821dce


Comments

No comments written yet.

Please login to write comment.