Color Hex Logo

#82607d Color Hex

#82607D
(130,96,125)
0 Favorites   0 Comments

Color spaces of #82607d

RGB 13096125
HSL0.860.150.44
HSV309°26°51°
CMYK 0.000.260.04   0.49
XYZ17.090514.592221.3179
Yxy14.59220.32250.2753
Hunter Lab38.199713.0111-6.3478
CIE-Lab45.070518.9770-10.8397

#82607d color RGB value is (130,96,125).

#82607d hex color red value is 130, green value is 96 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #82607d hue: 0.86 , saturation: 0.15 and the lightness value of 82607d is 0.44.

The process color (four color CMYK) of #82607d color hex is 0.00, 0.26, 0.04, 0.49. Web safe color of #82607d is #996666. Color #82607d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100000 01111101
Octal 202 140 175
Decimal 130 96 125
Hex 82 60 7D

RGB Percentages of Color #82607d

%37.04
%27.35
%35.61

CMYK Percentages of Color #82607d

%0
%26
%4
%49

Triadic Colors of #82607d

#82607d #7d8260 #607d82

Analogous Colors of #82607d

#82607d #82606c #766082

Monochromatic Colors of #82607d

#82607d

Complementary Color

#82607d #608265

#82607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82607d Color CSS Codes

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

#82607d Text Font Color

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

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


#82607d Background Color

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

This div background color is #82607d


#82607d Border Color

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

This div border color is #82607d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82607d


Comments

No comments written yet.

Please login to write comment.