Color Hex Logo

#52898f Color Hex

#52898F
(82,137,143)
0 Favorites   0 Comments

Color spaces of #52898f

RGB 82137143
HSL0.520.270.44
HSV186°43°56°
CMYK 0.430.040.00   0.44
XYZ17.383321.668329.2528
Yxy21.66830.25450.3172
Hunter Lab46.5492-14.8023-4.6750
CIE-Lab53.6733-16.5014-8.9260

#52898f color RGB value is (82,137,143).

#52898f hex color red value is 82, green value is 137 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #52898f hue: 0.52 , saturation: 0.27 and the lightness value of 52898f is 0.44.

The process color (four color CMYK) of #52898f color hex is 0.43, 0.04, 0.00, 0.44. Web safe color of #52898f is #669999. Color #52898f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 10001111
Octal 122 211 217
Decimal 82 137 143
Hex 52 89 8F

RGB Percentages of Color #52898f

%22.65
%37.85
%39.50

CMYK Percentages of Color #52898f

%43
%4
%0
%44

Triadic Colors of #52898f

#52898f #8f5289 #898f52

Analogous Colors of #52898f

#52898f #526b8f #528f77

Monochromatic Colors of #52898f

#52898f

Complementary Color

#52898f #8f5852

#52898f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52898f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52898f Color CSS Codes

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

#52898f Text Font Color

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

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


#52898f Background Color

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

This div background color is #52898f


#52898f Border Color

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

This div border color is #52898f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,137,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52898f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52898f;
  -webkit-box-shadow: 1px 1px 3px 2px #52898f;
  box-shadow:         1px 1px 3px 2px #52898f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52898f


Comments

No comments written yet.

Please login to write comment.