Color Hex Logo

#820475 Color Hex

#820475
(130,4,117)
0 Favorites   0 Comments

Color spaces of #820475

RGB 1304117
HSL0.850.940.26
HSV306°97°51°
CMYK 0.000.970.10   0.49
XYZ12.46026.117017.3536
Yxy6.11700.34680.1702
Hunter Lab24.732646.6458-24.2880
CIE-Lab29.705756.9916-29.6329

#820475 color RGB value is (130,4,117).

#820475 hex color red value is 130, green value is 4 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #820475 hue: 0.85 , saturation: 0.94 and the lightness value of 820475 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000100 01110101
Octal 202 4 165
Decimal 130 4 117
Hex 82 4 75

RGB Percentages of Color #820475

%51.79
%1.59
%46.61

CMYK Percentages of Color #820475

%0
%97
%10
%49

Triadic Colors of #820475

#820475 #758204 #047582

Analogous Colors of #820475

#820475 #820436 #500482

Monochromatic Colors of #820475

#820475

Complementary Color

#820475 #048211

#820475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820475 Color CSS Codes

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

#820475 Text Font Color

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

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


#820475 Background Color

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

This div background color is #820475


#820475 Border Color

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

This div border color is #820475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820475


Comments

No comments written yet.

Please login to write comment.