Color Hex Logo

#528aef Color Hex

#528AEF
(82,138,239)
0 Favorites   0 Comments

Color spaces of #528aef

RGB 82138239
HSL0.610.830.63
HSV219°66°94°
CMYK 0.660.420.00   0.06
XYZ28.148126.202885.2354
Yxy26.20280.20170.1877
Hunter Lab51.18878.5751-62.8930
CIE-Lab58.229013.3254-56.3435

#528aef color RGB value is (82,138,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001010 11101111
Octal 122 212 357
Decimal 82 138 239
Hex 52 8A EF

RGB Percentages of Color #528aef

%17.86
%30.07
%52.07

CMYK Percentages of Color #528aef

%66
%42
%0
%6

Triadic Colors of #528aef

#528aef #ef528a #8aef52

Analogous Colors of #528aef

#528aef #6952ef #52d9ef

Monochromatic Colors of #528aef

#528aef

Complementary Color

#528aef #efb752

#528aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#528aef Color CSS Codes

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

#528aef Text Font Color

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

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


#528aef Background Color

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

This div background color is #528aef


#528aef Border Color

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

This div border color is #528aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528aef


Comments

No comments written yet.

Please login to write comment.