Color Hex Logo

#820cbd Color Hex

#820CBD
(130,12,189)
0 Favorites   0 Comments

Color spaces of #820cbd

RGB 13012189
HSL0.780.880.39
HSV280°94°74°
CMYK 0.310.940.00   0.26
XYZ18.52278.682948.8438
Yxy8.68290.24360.1142
Hunter Lab29.466860.6376-77.6518
CIE-Lab35.366568.4776-64.5388

#820cbd color RGB value is (130,12,189).

#820cbd hex color red value is 130, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #820cbd hue: 0.78 , saturation: 0.88 and the lightness value of 820cbd is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001100 10111101
Octal 202 14 275
Decimal 130 12 189
Hex 82 C BD

RGB Percentages of Color #820cbd

%39.27
%3.63
%57.10

CMYK Percentages of Color #820cbd

%31
%94
%0
%26

Triadic Colors of #820cbd

#820cbd #bd820c #0cbd82

Analogous Colors of #820cbd

#820cbd #bd0ca0 #290cbd

Monochromatic Colors of #820cbd

#820cbd

Complementary Color

#820cbd #47bd0c

#820cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#820cbd Color CSS Codes

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

#820cbd Text Font Color

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

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


#820cbd Background Color

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

This div background color is #820cbd


#820cbd Border Color

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

This div border color is #820cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820cbd


Comments

No comments written yet.

Please login to write comment.