Color Hex Logo

#528bbd Color Hex

#528BBD
(82,139,189)
0 Favorites   0 Comments

Color spaces of #528bbd

RGB 82139189
HSL0.580.450.53
HSV208°57°74°
CMYK 0.570.260.00   0.26
XYZ21.897623.933251.6096
Yxy23.93320.22470.2456
Hunter Lab48.9216-5.7150-28.3026
CIE-Lab56.0209-3.9167-31.7647

#528bbd color RGB value is (82,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001011 10111101
Octal 122 213 275
Decimal 82 139 189
Hex 52 8B BD

RGB Percentages of Color #528bbd

%20.00
%33.90
%46.10

CMYK Percentages of Color #528bbd

%57
%26
%0
%26

Triadic Colors of #528bbd

#528bbd #bd528b #8bbd52

Analogous Colors of #528bbd

#528bbd #5255bd #52bdba

Monochromatic Colors of #528bbd

#528bbd

Complementary Color

#528bbd #bd8452

#528bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#528bbd Color CSS Codes

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

#528bbd Text Font Color

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

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


#528bbd Background Color

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

This div background color is #528bbd


#528bbd Border Color

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

This div border color is #528bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,139,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 #528bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528bbd


Comments

No comments written yet.

Please login to write comment.