Color Hex Logo

#82586a Color Hex

#82586A
(130,88,106)
0 Favorites   0 Comments

Color spaces of #82586a

RGB 13088106
HSL0.930.190.43
HSV334°32°51°
CMYK 0.000.320.18   0.49
XYZ15.297212.765915.2935
Yxy12.76590.35280.2944
Hunter Lab35.729413.8966-0.3677
CIE-Lab42.408420.2140-3.2589

#82586a color RGB value is (130,88,106).

#82586a hex color red value is 130, green value is 88 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #82586a hue: 0.93 , saturation: 0.19 and the lightness value of 82586a is 0.43.

The process color (four color CMYK) of #82586a color hex is 0.00, 0.32, 0.18, 0.49. Web safe color of #82586a is #996666. Color #82586a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011000 01101010
Octal 202 130 152
Decimal 130 88 106
Hex 82 58 6A

RGB Percentages of Color #82586a

%40.12
%27.16
%32.72

CMYK Percentages of Color #82586a

%0
%32
%18
%49

Triadic Colors of #82586a

#82586a #6a8258 #586a82

Analogous Colors of #82586a

#82586a #825b58 #82587f

Monochromatic Colors of #82586a

#82586a

Complementary Color

#82586a #588270

#82586a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82586a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82586a Color CSS Codes

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

#82586a Text Font Color

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

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


#82586a Background Color

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

This div background color is #82586a


#82586a Border Color

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

This div border color is #82586a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82586a


Comments

No comments written yet.

Please login to write comment.