Color Hex Logo

#52889a Color Hex

#52889A
(82,136,154)
0 Favorites   0 Comments

Color spaces of #52889a

RGB 82136154
HSL0.540.310.46
HSV195°47°60°
CMYK 0.470.120.00   0.40
XYZ18.116621.735333.8123
Yxy21.73530.24590.2951
Hunter Lab46.6211-12.2233-10.3657
CIE-Lab53.7450-12.8746-15.1862

#52889a color RGB value is (82,136,154).

#52889a hex color red value is 82, green value is 136 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #52889a hue: 0.54 , saturation: 0.31 and the lightness value of 52889a is 0.46.

The process color (four color CMYK) of #52889a color hex is 0.47, 0.12, 0.00, 0.40. Web safe color of #52889a is #669999. Color #52889a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001000 10011010
Octal 122 210 232
Decimal 82 136 154
Hex 52 88 9A

RGB Percentages of Color #52889a

%22.04
%36.56
%41.40

CMYK Percentages of Color #52889a

%47
%12
%0
%40

Triadic Colors of #52889a

#52889a #9a5288 #889a52

Analogous Colors of #52889a

#52889a #52649a #529a88

Monochromatic Colors of #52889a

#52889a

Complementary Color

#52889a #9a6452

#52889a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52889a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52889a Color CSS Codes

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

#52889a Text Font Color

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

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


#52889a Background Color

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

This div background color is #52889a


#52889a Border Color

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

This div border color is #52889a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52889a


Comments

No comments written yet.

Please login to write comment.