Color Hex Logo

#821dcf Color Hex

#821DCF
(130,29,207)
0 Favorites   0 Comments

Color spaces of #821dcf

RGB 13029207
HSL0.760.750.46
HSV274°86°81°
CMYK 0.370.860.00   0.19
XYZ20.907810.129659.8847
Yxy10.12960.23000.1114
Hunter Lab31.827061.5628-89.2792
CIE-Lab38.074068.7506-70.6323

#821dcf color RGB value is (130,29,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011101 11001111
Octal 202 35 317
Decimal 130 29 207
Hex 82 1D CF

RGB Percentages of Color #821dcf

%35.52
%7.92
%56.56

CMYK Percentages of Color #821dcf

%37
%86
%0
%19

Triadic Colors of #821dcf

#821dcf #cf821d #1dcf82

Analogous Colors of #821dcf

#821dcf #cf1dc3 #291dcf

Monochromatic Colors of #821dcf

#821dcf

Complementary Color

#821dcf #6acf1d

#821dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#821dcf Color CSS Codes

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

#821dcf Text Font Color

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

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


#821dcf Background Color

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

This div background color is #821dcf


#821dcf Border Color

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

This div border color is #821dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821dcf


Comments

No comments written yet.

Please login to write comment.