Color Hex Logo

#528fa2 Color Hex

#528FA2
(82,143,162)
0 Favorites   0 Comments

Color spaces of #528fa2

RGB 82143162
HSL0.540.330.48
HSV194°49°64°
CMYK 0.490.120.00   0.36
XYZ19.823724.047437.7792
Yxy24.04740.24280.2945
Hunter Lab49.0381-13.6580-11.3506
CIE-Lab56.1352-14.4090-16.1671

#528fa2 color RGB value is (82,143,162).

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

The process color (four color CMYK) of #528fa2 color hex is 0.49, 0.12, 0.00, 0.36. Web safe color of #528fa2 is #669999. Color #528fa2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001111 10100010
Octal 122 217 242
Decimal 82 143 162
Hex 52 8F A2

RGB Percentages of Color #528fa2

%21.19
%36.95
%41.86

CMYK Percentages of Color #528fa2

%49
%12
%0
%36

Triadic Colors of #528fa2

#528fa2 #a2528f #8fa252

Analogous Colors of #528fa2

#528fa2 #5267a2 #52a28d

Monochromatic Colors of #528fa2

#528fa2

Complementary Color

#528fa2 #a26552

#528fa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528fa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528fa2 Color CSS Codes

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

#528fa2 Text Font Color

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

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


#528fa2 Background Color

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

This div background color is #528fa2


#528fa2 Border Color

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

This div border color is #528fa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528fa2


Comments

No comments written yet.

Please login to write comment.