Color Hex Logo

#528bef Color Hex

#528BEF
(82,139,239)
0 Favorites   0 Comments

Color spaces of #528bef

RGB 82139239
HSL0.610.830.63
HSV218°66°94°
CMYK 0.660.420.00   0.06
XYZ28.292326.491185.2835
Yxy26.49110.20200.1891
Hunter Lab51.46958.0481-62.2132
CIE-Lab58.500312.7244-55.9105

#528bef color RGB value is (82,139,239).

#528bef hex color red value is 82, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #528bef hue: 0.61 , saturation: 0.83 and the lightness value of 528bef is 0.63.

The process color (four color CMYK) of #528bef color hex is 0.66, 0.42, 0.00, 0.06. Web safe color of #528bef is #6699ff. Color #528bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001011 11101111
Octal 122 213 357
Decimal 82 139 239
Hex 52 8B EF

RGB Percentages of Color #528bef

%17.83
%30.22
%51.96

CMYK Percentages of Color #528bef

%66
%42
%0
%6

Triadic Colors of #528bef

#528bef #ef528b #8bef52

Analogous Colors of #528bef

#528bef #6852ef #52daef

Monochromatic Colors of #528bef

#528bef

Complementary Color

#528bef #efb652

#528bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#528bef Color CSS Codes

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

#528bef Text Font Color

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

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


#528bef Background Color

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

This div background color is #528bef


#528bef Border Color

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

This div border color is #528bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528bef


Comments

No comments written yet.

Please login to write comment.