Color Hex Logo

#82608d Color Hex

#82608D
(130,96,141)
0 Favorites   0 Comments

Color spaces of #82608d

RGB 13096141
HSL0.790.190.46
HSV285°32°55°
CMYK 0.080.320.00   0.45
XYZ18.196515.034727.1422
Yxy15.03470.30140.2490
Hunter Lab38.774615.9125-14.3607
CIE-Lab45.681722.3036-19.5231

#82608d color RGB value is (130,96,141).

#82608d hex color red value is 130, green value is 96 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #82608d hue: 0.79 , saturation: 0.19 and the lightness value of 82608d is 0.46.

The process color (four color CMYK) of #82608d color hex is 0.08, 0.32, 0.00, 0.45. Web safe color of #82608d is #996699. Color #82608d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100000 10001101
Octal 202 140 215
Decimal 130 96 141
Hex 82 60 8D

RGB Percentages of Color #82608d

%35.42
%26.16
%38.42

CMYK Percentages of Color #82608d

%8
%32
%0
%45

Triadic Colors of #82608d

#82608d #8d8260 #608d82

Analogous Colors of #82608d

#82608d #8d6082 #6c608d

Monochromatic Colors of #82608d

#82608d

Complementary Color

#82608d #6b8d60

#82608d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82608d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82608d Color CSS Codes

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

#82608d Text Font Color

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

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


#82608d Background Color

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

This div background color is #82608d


#82608d Border Color

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

This div border color is #82608d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82608d


Comments

No comments written yet.

Please login to write comment.