Color Hex Logo

#528baf Color Hex

#528BAF
(82,139,175)
0 Favorites   0 Comments

Color spaces of #528baf

RGB 82139175
HSL0.560.370.50
HSV203°53°69°
CMYK 0.530.210.00   0.31
XYZ20.450223.354243.9874
Yxy23.35420.23290.2660
Hunter Lab48.3262-9.0349-20.1385
CIE-Lab55.4353-8.3008-24.6850

#528baf color RGB value is (82,139,175).

#528baf hex color red value is 82, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #528baf hue: 0.56 , saturation: 0.37 and the lightness value of 528baf is 0.50.

The process color (four color CMYK) of #528baf color hex is 0.53, 0.21, 0.00, 0.31. Web safe color of #528baf is #669999. Color #528baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001011 10101111
Octal 122 213 257
Decimal 82 139 175
Hex 52 8B AF

RGB Percentages of Color #528baf

%20.71
%35.10
%44.19

CMYK Percentages of Color #528baf

%53
%21
%0
%31

Triadic Colors of #528baf

#528baf #af528b #8baf52

Analogous Colors of #528baf

#528baf #525daf #52afa5

Monochromatic Colors of #528baf

#528baf

Complementary Color

#528baf #af7652

#528baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#528baf Color CSS Codes

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

#528baf Text Font Color

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

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


#528baf Background Color

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

This div background color is #528baf


#528baf Border Color

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

This div border color is #528baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528baf


Comments

No comments written yet.

Please login to write comment.