Color Hex Logo

#82538c Color Hex

#82538C
(130,83,140)
0 Favorites   0 Comments

Color spaces of #82538c

RGB 13083140
HSL0.800.260.44
HSV289°41°55°
CMYK 0.070.410.00   0.45
XYZ17.032812.825826.3888
Yxy12.82580.30280.2280
Hunter Lab35.813122.2220-18.6185
CIE-Lab42.499629.7406-23.8339

#82538c color RGB value is (130,83,140).

#82538c hex color red value is 130, green value is 83 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #82538c hue: 0.80 , saturation: 0.26 and the lightness value of 82538c is 0.44.

The process color (four color CMYK) of #82538c color hex is 0.07, 0.41, 0.00, 0.45. Web safe color of #82538c is #996699. Color #82538c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010011 10001100
Octal 202 123 214
Decimal 130 83 140
Hex 82 53 8C

RGB Percentages of Color #82538c

%36.83
%23.51
%39.66

CMYK Percentages of Color #82538c

%7
%41
%0
%45

Triadic Colors of #82538c

#82538c #8c8253 #538c82

Analogous Colors of #82538c

#82538c #8c537a #66538c

Monochromatic Colors of #82538c

#82538c

Complementary Color

#82538c #5d8c53

#82538c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82538c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82538c Color CSS Codes

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

#82538c Text Font Color

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

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


#82538c Background Color

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

This div background color is #82538c


#82538c Border Color

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

This div border color is #82538c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82538c


Comments

No comments written yet.

Please login to write comment.