Color Hex Logo

#52807f Color Hex

#52807F
(82,128,127)
0 Favorites   0 Comments

Color spaces of #52807f

RGB 82128127
HSL0.500.220.41
HSV179°36°50°
CMYK 0.360.000.01   0.50
XYZ15.029618.764522.9084
Yxy18.76450.26510.3309
Hunter Lab43.3180-13.8742-1.0325
CIE-Lab50.4105-15.8733-4.4519

#52807f color RGB value is (82,128,127).

#52807f hex color red value is 82, green value is 128 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #52807f hue: 0.50 , saturation: 0.22 and the lightness value of 52807f is 0.41.

The process color (four color CMYK) of #52807f color hex is 0.36, 0.00, 0.01, 0.50. Web safe color of #52807f is #669966. Color #52807f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000000 01111111
Octal 122 200 177
Decimal 82 128 127
Hex 52 80 7F

RGB Percentages of Color #52807f

%24.33
%37.98
%37.69

CMYK Percentages of Color #52807f

%36
%0
%1
%50

Triadic Colors of #52807f

#52807f #7f5280 #807f52

Analogous Colors of #52807f

#52807f #526a80 #528068

Monochromatic Colors of #52807f

#52807f

Complementary Color

#52807f #805253

#52807f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52807f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52807f Color CSS Codes

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

#52807f Text Font Color

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

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


#52807f Background Color

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

This div background color is #52807f


#52807f Border Color

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

This div border color is #52807f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52807f


Comments

No comments written yet.

Please login to write comment.