Color Hex Logo

#528182 Color Hex

#528182
(82,129,130)
0 Favorites   0 Comments

Color spaces of #528182

RGB 82129130
HSL0.500.230.42
HSV181°37°51°
CMYK 0.370.010.00   0.49
XYZ15.359219.106123.9974
Yxy19.10610.26270.3268
Hunter Lab43.7105-13.7713-1.9533
CIE-Lab50.8111-15.6377-5.6171

#528182 color RGB value is (82,129,130).

#528182 hex color red value is 82, green value is 129 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #528182 hue: 0.50 , saturation: 0.23 and the lightness value of 528182 is 0.42.

The process color (four color CMYK) of #528182 color hex is 0.37, 0.01, 0.00, 0.49. Web safe color of #528182 is #669999. Color #528182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000001 10000010
Octal 122 201 202
Decimal 82 129 130
Hex 52 81 82

RGB Percentages of Color #528182

%24.05
%37.83
%38.12

CMYK Percentages of Color #528182

%37
%1
%0
%49

Triadic Colors of #528182

#528182 #825281 #818252

Analogous Colors of #528182

#528182 #526982 #52826b

Monochromatic Colors of #528182

#528182

Complementary Color

#528182 #825352

#528182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528182 Color CSS Codes

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

#528182 Text Font Color

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

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


#528182 Background Color

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

This div background color is #528182


#528182 Border Color

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

This div border color is #528182


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,129,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #528182; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #528182;
  -webkit-box-shadow: 1px 1px 3px 2px #528182;
  box-shadow:         1px 1px 3px 2px #528182; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528182


Comments

No comments written yet.

Please login to write comment.