Color Hex Logo

#820d75 Color Hex

#820D75
(130,13,117)
0 Favorites   0 Comments

Color spaces of #820d75

RGB 13013117
HSL0.850.820.28
HSV307°90°51°
CMYK 0.000.900.10   0.49
XYZ12.56076.318017.3871
Yxy6.31800.34640.1742
Hunter Lab25.135645.2121-23.4178
CIE-Lab30.201055.5380-28.8488

#820d75 color RGB value is (130,13,117).

#820d75 hex color red value is 130, green value is 13 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #820d75 hue: 0.85 , saturation: 0.82 and the lightness value of 820d75 is 0.28.

The process color (four color CMYK) of #820d75 color hex is 0.00, 0.90, 0.10, 0.49. Web safe color of #820d75 is #990066. Color #820d75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001101 01110101
Octal 202 15 165
Decimal 130 13 117
Hex 82 D 75

RGB Percentages of Color #820d75

%50.00
%5.00
%45.00

CMYK Percentages of Color #820d75

%0
%90
%10
%49

Triadic Colors of #820d75

#820d75 #75820d #0d7582

Analogous Colors of #820d75

#820d75 #820d3b #550d82

Monochromatic Colors of #820d75

#820d75

Complementary Color

#820d75 #0d821a

#820d75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820d75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820d75 Color CSS Codes

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

#820d75 Text Font Color

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

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


#820d75 Background Color

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

This div background color is #820d75


#820d75 Border Color

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

This div border color is #820d75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820d75


Comments

No comments written yet.

Please login to write comment.