Color Hex Logo

#528eff Color Hex

#528EFF
(82,142,255)
0 Favorites   0 Comments

Color spaces of #528eff

RGB 82142255
HSL0.611.000.66
HSV219°68°100°
CMYK 0.680.440.00   0.00
XYZ31.202728.359898.4372
Yxy28.35980.19750.1795
Hunter Lab53.253911.3929-72.3168
CIE-Lab60.212416.4205-61.9874

#528eff color RGB value is (82,142,255).

#528eff hex color red value is 82, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #528eff hue: 0.61 , saturation: 1.00 and the lightness value of 528eff is 0.66.

The process color (four color CMYK) of #528eff color hex is 0.68, 0.44, 0.00, 0.00. Web safe color of #528eff is #6699ff. Color #528eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001110 11111111
Octal 122 216 377
Decimal 82 142 255
Hex 52 8E FF

RGB Percentages of Color #528eff

%17.12
%29.65
%53.24

CMYK Percentages of Color #528eff

%68
%44
%0
%0

Triadic Colors of #528eff

#528eff #ff528e #8eff52

Analogous Colors of #528eff

#528eff #6d52ff #52e5ff

Monochromatic Colors of #528eff

#528eff

Complementary Color

#528eff #ffc352

#528eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#528eff Color CSS Codes

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

#528eff Text Font Color

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

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


#528eff Background Color

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

This div background color is #528eff


#528eff Border Color

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

This div border color is #528eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528eff

#528eff Color Palettes


Comments

No comments written yet.

Please login to write comment.