Color Hex Logo

#820ddf Color Hex

#820DDF
(130,13,223)
0 Favorites   0 Comments

Color spaces of #820ddf

RGB 13013223
HSL0.760.890.46
HSV273°94°87°
CMYK 0.420.940.00   0.13
XYZ22.669110.361470.6172
Yxy10.36140.21870.1000
Hunter Lab32.189169.3771-107.5393
CIE-Lab38.483475.2341-79.1829

#820ddf color RGB value is (130,13,223).

#820ddf hex color red value is 130, green value is 13 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #820ddf hue: 0.76 , saturation: 0.89 and the lightness value of 820ddf is 0.46.

The process color (four color CMYK) of #820ddf color hex is 0.42, 0.94, 0.00, 0.13. Web safe color of #820ddf is #9900cc. Color #820ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001101 11011111
Octal 202 15 337
Decimal 130 13 223
Hex 82 D DF

RGB Percentages of Color #820ddf

%35.52
%3.55
%60.93

CMYK Percentages of Color #820ddf

%42
%94
%0
%13

Triadic Colors of #820ddf

#820ddf #df820d #0ddf82

Analogous Colors of #820ddf

#820ddf #df0dd3 #190ddf

Monochromatic Colors of #820ddf

#820ddf

Complementary Color

#820ddf #6adf0d

#820ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#820ddf Color CSS Codes

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

#820ddf Text Font Color

<p style="color:#820ddf">Text here</p>

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


#820ddf Background Color

<div style="background-color:#820ddf">
Div content here</div>

This div background color is #820ddf


#820ddf Border Color

<div style="border:3px solid #820ddf">
Div here</div>

This div border color is #820ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,13,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #820ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #820ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #820ddf;
  box-shadow:         1px 1px 3px 2px #820ddf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820ddf


Comments

No comments written yet.

Please login to write comment.