Color Hex Logo

#52727a Color Hex

#52727A
(82,114,122)
0 Favorites   0 Comments

Color spaces of #52727a

RGB 82114122
HSL0.530.200.40
HSV192°33°48°
CMYK 0.330.070.00   0.52
XYZ13.009815.233620.6670
Yxy15.23360.26600.3115
Hunter Lab39.0302-8.8042-4.0736
CIE-Lab45.9525-9.3566-8.1248

#52727a color RGB value is (82,114,122).

#52727a hex color red value is 82, green value is 114 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #52727a hue: 0.53 , saturation: 0.20 and the lightness value of 52727a is 0.40.

The process color (four color CMYK) of #52727a color hex is 0.33, 0.07, 0.00, 0.52. Web safe color of #52727a is #666666. Color #52727a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110010 01111010
Octal 122 162 172
Decimal 82 114 122
Hex 52 72 7A

RGB Percentages of Color #52727a

%25.79
%35.85
%38.36

CMYK Percentages of Color #52727a

%33
%7
%0
%52

Triadic Colors of #52727a

#52727a #7a5272 #727a52

Analogous Colors of #52727a

#52727a #525e7a #527a6e

Monochromatic Colors of #52727a

#52727a

Complementary Color

#52727a #7a5a52

#52727a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52727a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52727a Color CSS Codes

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

#52727a Text Font Color

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

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


#52727a Background Color

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

This div background color is #52727a


#52727a Border Color

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

This div border color is #52727a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52727a


Comments

No comments written yet.

Please login to write comment.