Color Hex Logo

#82509b Color Hex

#82509B
(130,80,155)
0 Favorites   0 Comments

Color spaces of #82509b

RGB 13080155
HSL0.780.320.46
HSV280°48°61°
CMYK 0.160.480.00   0.39
XYZ17.991012.849732.5424
Yxy12.84970.28380.2027
Hunter Lab35.846526.8561-28.7325
CIE-Lab42.535934.7741-32.7950

#82509b color RGB value is (130,80,155).

#82509b hex color red value is 130, green value is 80 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #82509b hue: 0.78 , saturation: 0.32 and the lightness value of 82509b is 0.46.

The process color (four color CMYK) of #82509b color hex is 0.16, 0.48, 0.00, 0.39. Web safe color of #82509b is #996699. Color #82509b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 10011011
Octal 202 120 233
Decimal 130 80 155
Hex 82 50 9B

RGB Percentages of Color #82509b

%35.62
%21.92
%42.47

CMYK Percentages of Color #82509b

%16
%48
%0
%39

Triadic Colors of #82509b

#82509b #9b8250 #509b82

Analogous Colors of #82509b

#82509b #9b508f #5d509b

Monochromatic Colors of #82509b

#82509b

Complementary Color

#82509b #699b50

#82509b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82509b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82509b Color CSS Codes

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

#82509b Text Font Color

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

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


#82509b Background Color

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

This div background color is #82509b


#82509b Border Color

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

This div border color is #82509b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82509b


Comments

No comments written yet.

Please login to write comment.