Color Hex Logo

#528dba Color Hex

#528DBA
(82,141,186)
0 Favorites   0 Comments

Color spaces of #528dba

RGB 82141186
HSL0.570.430.53
HSV206°56°73°
CMYK 0.560.240.00   0.27
XYZ21.867524.388850.0093
Yxy24.38880.22720.2533
Hunter Lab49.3850-7.3847-25.4700
CIE-Lab56.4750-6.0146-29.3529

#528dba color RGB value is (82,141,186).

#528dba hex color red value is 82, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #528dba hue: 0.57 , saturation: 0.43 and the lightness value of 528dba is 0.53.

The process color (four color CMYK) of #528dba color hex is 0.56, 0.24, 0.00, 0.27. Web safe color of #528dba is #6699cc. Color #528dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001101 10111010
Octal 122 215 272
Decimal 82 141 186
Hex 52 8D BA

RGB Percentages of Color #528dba

%20.05
%34.47
%45.48

CMYK Percentages of Color #528dba

%56
%24
%0
%27

Triadic Colors of #528dba

#528dba #ba528d #8dba52

Analogous Colors of #528dba

#528dba #5259ba #52bab3

Monochromatic Colors of #528dba

#528dba

Complementary Color

#528dba #ba7f52

#528dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#528dba Color CSS Codes

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

#528dba Text Font Color

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

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


#528dba Background Color

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

This div background color is #528dba


#528dba Border Color

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

This div border color is #528dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528dba


Comments

No comments written yet.

Please login to write comment.