Color Hex Logo

#528fa4 Color Hex

#528FA4
(82,143,164)
0 Favorites   0 Comments

Color spaces of #528fa4

RGB 82143164
HSL0.540.330.48
HSV195°50°64°
CMYK 0.500.130.00   0.36
XYZ20.003024.119138.7231
Yxy24.11910.24150.2911
Hunter Lab49.1112-13.2415-12.3710
CIE-Lab56.2068-13.8264-17.2044

#528fa4 color RGB value is (82,143,164).

#528fa4 hex color red value is 82, green value is 143 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #528fa4 hue: 0.54 , saturation: 0.33 and the lightness value of 528fa4 is 0.48.

The process color (four color CMYK) of #528fa4 color hex is 0.50, 0.13, 0.00, 0.36. Web safe color of #528fa4 is #669999. Color #528fa4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001111 10100100
Octal 122 217 244
Decimal 82 143 164
Hex 52 8F A4

RGB Percentages of Color #528fa4

%21.08
%36.76
%42.16

CMYK Percentages of Color #528fa4

%50
%13
%0
%36

Triadic Colors of #528fa4

#528fa4 #a4528f #8fa452

Analogous Colors of #528fa4

#528fa4 #5266a4 #52a490

Monochromatic Colors of #528fa4

#528fa4

Complementary Color

#528fa4 #a46752

#528fa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528fa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528fa4 Color CSS Codes

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

#528fa4 Text Font Color

<p style="color:#528fa4">Text here</p>

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


#528fa4 Background Color

<div style="background-color:#528fa4">
Div content here</div>

This div background color is #528fa4


#528fa4 Border Color

<div style="border:3px solid #528fa4">
Div here</div>

This div border color is #528fa4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,143,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #528fa4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #528fa4;
  -webkit-box-shadow: 1px 1px 3px 2px #528fa4;
  box-shadow:         1px 1px 3px 2px #528fa4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528fa4


Comments

No comments written yet.

Please login to write comment.