Color Hex Logo

#528fbd Color Hex

#528FBD
(82,143,189)
0 Favorites   0 Comments

Color spaces of #528fbd

RGB 82143189
HSL0.570.450.53
HSV206°57°74°
CMYK 0.570.240.00   0.26
XYZ22.487425.112951.8062
Yxy25.11290.22620.2526
Hunter Lab50.1128-7.5980-26.2146
CIE-Lab57.1853-6.2080-29.9548

#528fbd color RGB value is (82,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001111 10111101
Octal 122 217 275
Decimal 82 143 189
Hex 52 8F BD

RGB Percentages of Color #528fbd

%19.81
%34.54
%45.65

CMYK Percentages of Color #528fbd

%57
%24
%0
%26

Triadic Colors of #528fbd

#528fbd #bd528f #8fbd52

Analogous Colors of #528fbd

#528fbd #525abd #52bdb6

Monochromatic Colors of #528fbd

#528fbd

Complementary Color

#528fbd #bd8052

#528fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#528fbd Color CSS Codes

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

#528fbd Text Font Color

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

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


#528fbd Background Color

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

This div background color is #528fbd


#528fbd Border Color

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

This div border color is #528fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528fbd


Comments

No comments written yet.

Please login to write comment.