Color Hex Logo

#52908b Color Hex

#52908B
(82,144,139)
0 Favorites   0 Comments

Color spaces of #52908b

RGB 82144139
HSL0.490.270.44
HSV175°43°56°
CMYK 0.430.000.03   0.44
XYZ18.113123.604428.0275
Yxy23.60440.25970.3384
Hunter Lab48.5844-18.4747-0.1944
CIE-Lab55.6895-21.2746-3.6221

#52908b color RGB value is (82,144,139).

#52908b hex color red value is 82, green value is 144 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #52908b hue: 0.49 , saturation: 0.27 and the lightness value of 52908b is 0.44.

The process color (four color CMYK) of #52908b color hex is 0.43, 0.00, 0.03, 0.44. Web safe color of #52908b is #669999. Color #52908b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010000 10001011
Octal 122 220 213
Decimal 82 144 139
Hex 52 90 8B

RGB Percentages of Color #52908b

%22.47
%39.45
%38.08

CMYK Percentages of Color #52908b

%43
%0
%3
%44

Triadic Colors of #52908b

#52908b #8b5290 #908b52

Analogous Colors of #52908b

#52908b #527690 #52906c

Monochromatic Colors of #52908b

#52908b

Complementary Color

#52908b #905257

#52908b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52908b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52908b Color CSS Codes

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

#52908b Text Font Color

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

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


#52908b Background Color

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

This div background color is #52908b


#52908b Border Color

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

This div border color is #52908b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,144,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52908b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52908b;
  -webkit-box-shadow: 1px 1px 3px 2px #52908b;
  box-shadow:         1px 1px 3px 2px #52908b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52908b

#52908b Color Palettes


Comments

No comments written yet.

Please login to write comment.