Color Hex Logo

#821bce Color Hex

#821BCE
(130,27,206)
0 Favorites   0 Comments

Color spaces of #821bce

RGB 13027206
HSL0.760.770.46
HSV275°87°81°
CMYK 0.370.870.00   0.19
XYZ20.73849.985959.2270
Yxy9.98590.23060.1110
Hunter Lab31.600561.8431-89.0036
CIE-Lab37.817169.0406-70.4732

#821bce color RGB value is (130,27,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011011 11001110
Octal 202 33 316
Decimal 130 27 206
Hex 82 1B CE

RGB Percentages of Color #821bce

%35.81
%7.44
%56.75

CMYK Percentages of Color #821bce

%37
%87
%0
%19

Triadic Colors of #821bce

#821bce #ce821b #1bce82

Analogous Colors of #821bce

#821bce #ce1bc1 #291bce

Monochromatic Colors of #821bce

#821bce

Complementary Color

#821bce #67ce1b

#821bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#821bce Color CSS Codes

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

#821bce Text Font Color

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

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


#821bce Background Color

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

This div background color is #821bce


#821bce Border Color

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

This div border color is #821bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821bce


Comments

No comments written yet.

Please login to write comment.