Color Hex Logo

#528bce Color Hex

#528BCE
(82,139,206)
0 Favorites   0 Comments

Color spaces of #528bce

RGB 82139206
HSL0.590.560.56
HSV212°60°81°
CMYK 0.600.330.00   0.19
XYZ23.852924.715361.9059
Yxy24.71530.21590.2237
Hunter Lab49.7145-1.3564-39.0295
CIE-Lab56.79701.6025-40.1746

#528bce color RGB value is (82,139,206).

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

The process color (four color CMYK) of #528bce color hex is 0.60, 0.33, 0.00, 0.19. Web safe color of #528bce is #6699cc. Color #528bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001011 11001110
Octal 122 213 316
Decimal 82 139 206
Hex 52 8B CE

RGB Percentages of Color #528bce

%19.20
%32.55
%48.24

CMYK Percentages of Color #528bce

%60
%33
%0
%19

Triadic Colors of #528bce

#528bce #ce528b #8bce52

Analogous Colors of #528bce

#528bce #5752ce #52c9ce

Monochromatic Colors of #528bce

#528bce

Complementary Color

#528bce #ce9552

#528bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#528bce Color CSS Codes

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

#528bce Text Font Color

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

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


#528bce Background Color

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

This div background color is #528bce


#528bce Border Color

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

This div border color is #528bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528bce


Comments

No comments written yet.

Please login to write comment.