Color Hex Logo

#528187 Color Hex

#528187
(82,129,135)
0 Favorites   0 Comments

Color spaces of #528187

RGB 82129135
HSL0.520.240.43
HSV187°39°53°
CMYK 0.390.040.00   0.47
XYZ15.703119.243625.8084
Yxy19.24360.25850.3167
Hunter Lab43.8675-12.8712-4.1746
CIE-Lab50.9710-14.3092-8.3070

#528187 color RGB value is (82,129,135).

#528187 hex color red value is 82, green value is 129 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #528187 hue: 0.52 , saturation: 0.24 and the lightness value of 528187 is 0.43.

The process color (four color CMYK) of #528187 color hex is 0.39, 0.04, 0.00, 0.47. Web safe color of #528187 is #669999. Color #528187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000001 10000111
Octal 122 201 207
Decimal 82 129 135
Hex 52 81 87

RGB Percentages of Color #528187

%23.70
%37.28
%39.02

CMYK Percentages of Color #528187

%39
%4
%0
%47

Triadic Colors of #528187

#528187 #875281 #818752

Analogous Colors of #528187

#528187 #526787 #528773

Monochromatic Colors of #528187

#528187

Complementary Color

#528187 #875852

#528187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528187 Color CSS Codes

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

#528187 Text Font Color

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

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


#528187 Background Color

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

This div background color is #528187


#528187 Border Color

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

This div border color is #528187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528187


Comments

No comments written yet.

Please login to write comment.