Color Hex Logo

#528cbb Color Hex

#528CBB
(82,140,187)
0 Favorites   0 Comments

Color spaces of #528cbb

RGB 82140187
HSL0.570.440.53
HSV207°56°73°
CMYK 0.560.250.00   0.27
XYZ21.827424.137950.5224
Yxy24.13790.22620.2502
Hunter Lab49.1303-6.6749-26.5787
CIE-Lab56.2256-5.1271-30.3089

#528cbb color RGB value is (82,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001100 10111011
Octal 122 214 273
Decimal 82 140 187
Hex 52 8C BB

RGB Percentages of Color #528cbb

%20.05
%34.23
%45.72

CMYK Percentages of Color #528cbb

%56
%25
%0
%27

Triadic Colors of #528cbb

#528cbb #bb528c #8cbb52

Analogous Colors of #528cbb

#528cbb #5258bb #52bbb6

Monochromatic Colors of #528cbb

#528cbb

Complementary Color

#528cbb #bb8152

#528cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#528cbb Color CSS Codes

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

#528cbb Text Font Color

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

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


#528cbb Background Color

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

This div background color is #528cbb


#528cbb Border Color

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

This div border color is #528cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528cbb


Comments

No comments written yet.

Please login to write comment.