Color Hex Logo

#820bcd Color Hex

#820BCD
(130,11,205)
0 Favorites   0 Comments

Color spaces of #820bcd

RGB 13011205
HSL0.770.900.42
HSV277°95°80°
CMYK 0.370.950.00   0.20
XYZ20.34509.392958.4983
Yxy9.39290.23060.1065
Hunter Lab30.647864.8602-91.7148
CIE-Lab36.730071.8109-71.6751

#820bcd color RGB value is (130,11,205).

#820bcd hex color red value is 130, green value is 11 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #820bcd hue: 0.77 , saturation: 0.90 and the lightness value of 820bcd is 0.42.

The process color (four color CMYK) of #820bcd color hex is 0.37, 0.95, 0.00, 0.20. Web safe color of #820bcd is #9900cc. Color #820bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001011 11001101
Octal 202 13 315
Decimal 130 11 205
Hex 82 B CD

RGB Percentages of Color #820bcd

%37.57
%3.18
%59.25

CMYK Percentages of Color #820bcd

%37
%95
%0
%20

Triadic Colors of #820bcd

#820bcd #cd820b #0bcd82

Analogous Colors of #820bcd

#820bcd #cd0bb7 #210bcd

Monochromatic Colors of #820bcd

#820bcd

Complementary Color

#820bcd #56cd0b

#820bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#820bcd Color CSS Codes

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

#820bcd Text Font Color

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

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


#820bcd Background Color

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

This div background color is #820bcd


#820bcd Border Color

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

This div border color is #820bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820bcd


Comments

No comments written yet.

Please login to write comment.