Color Hex Logo

#821dcb Color Hex

#821DCB
(130,29,203)
0 Favorites   0 Comments

Color spaces of #821dcb

RGB 13029203
HSL0.760.750.45
HSV275°86°80°
CMYK 0.360.860.00   0.20
XYZ20.42489.936457.3413
Yxy9.93640.23290.1133
Hunter Lab31.522160.4960-85.7881
CIE-Lab37.728067.8996-68.8753

#821dcb color RGB value is (130,29,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011101 11001011
Octal 202 35 313
Decimal 130 29 203
Hex 82 1D CB

RGB Percentages of Color #821dcb

%35.91
%8.01
%56.08

CMYK Percentages of Color #821dcb

%36
%86
%0
%20

Triadic Colors of #821dcb

#821dcb #cb821d #1dcb82

Analogous Colors of #821dcb

#821dcb #cb1dbd #2b1dcb

Monochromatic Colors of #821dcb

#821dcb

Complementary Color

#821dcb #66cb1d

#821dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#821dcb Color CSS Codes

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

#821dcb Text Font Color

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

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


#821dcb Background Color

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

This div background color is #821dcb


#821dcb Border Color

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

This div border color is #821dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821dcb


Comments

No comments written yet.

Please login to write comment.