Color Hex Logo

#52728a Color Hex

#52728A
(82,114,138)
0 Favorites   0 Comments

Color spaces of #52728a

RGB 82114138
HSL0.570.250.43
HSV206°41°54°
CMYK 0.410.170.00   0.46
XYZ14.084415.663426.3258
Yxy15.66340.25120.2793
Hunter Lab39.5770-5.7364-11.7346
CIE-Lab46.5297-4.9369-16.7860

#52728a color RGB value is (82,114,138).

#52728a hex color red value is 82, green value is 114 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #52728a hue: 0.57 , saturation: 0.25 and the lightness value of 52728a is 0.43.

The process color (four color CMYK) of #52728a color hex is 0.41, 0.17, 0.00, 0.46. Web safe color of #52728a is #666699. Color #52728a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110010 10001010
Octal 122 162 212
Decimal 82 114 138
Hex 52 72 8A

RGB Percentages of Color #52728a

%24.55
%34.13
%41.32

CMYK Percentages of Color #52728a

%41
%17
%0
%46

Triadic Colors of #52728a

#52728a #8a5272 #728a52

Analogous Colors of #52728a

#52728a #52568a #528a86

Monochromatic Colors of #52728a

#52728a

Complementary Color

#52728a #8a6a52

#52728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52728a Color CSS Codes

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

#52728a Text Font Color

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

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


#52728a Background Color

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

This div background color is #52728a


#52728a Border Color

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

This div border color is #52728a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,114,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52728a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52728a;
  -webkit-box-shadow: 1px 1px 3px 2px #52728a;
  box-shadow:         1px 1px 3px 2px #52728a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52728a


Comments

No comments written yet.

Please login to write comment.