Color Hex Logo

#52947c Color Hex

#52947C
(82,148,124)
0 Favorites   0 Comments

Color spaces of #52947c

RGB 82148124
HSL0.440.290.45
HSV158°45°58°
CMYK 0.450.000.16   0.42
XYZ17.707724.428922.8507
Yxy24.42890.27250.3759
Hunter Lab49.4256-22.54367.1867
CIE-Lab56.5147-26.99426.1724

#52947c color RGB value is (82,148,124).

#52947c hex color red value is 82, green value is 148 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #52947c hue: 0.44 , saturation: 0.29 and the lightness value of 52947c is 0.45.

The process color (four color CMYK) of #52947c color hex is 0.45, 0.00, 0.16, 0.42. Web safe color of #52947c is #669966. Color #52947c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010100 01111100
Octal 122 224 174
Decimal 82 148 124
Hex 52 94 7C

RGB Percentages of Color #52947c

%23.16
%41.81
%35.03

CMYK Percentages of Color #52947c

%45
%0
%16
%42

Triadic Colors of #52947c

#52947c #7c5294 #947c52

Analogous Colors of #52947c

#52947c #528b94 #52945b

Monochromatic Colors of #52947c

#52947c

Complementary Color

#52947c #94526a

#52947c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52947c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52947c Color CSS Codes

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

#52947c Text Font Color

<p style="color:#52947c">Text here</p>

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


#52947c Background Color

<div style="background-color:#52947c">
Div content here</div>

This div background color is #52947c


#52947c Border Color

<div style="border:3px solid #52947c">
Div here</div>

This div border color is #52947c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,148,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52947c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52947c;
  -webkit-box-shadow: 1px 1px 3px 2px #52947c;
  box-shadow:         1px 1px 3px 2px #52947c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52947c


Comments

No comments written yet.

Please login to write comment.