Color Hex Logo

#528cff Color Hex

#528CFF
(82,140,255)
0 Favorites   0 Comments

Color spaces of #528cff

RGB 82140255
HSL0.611.000.66
HSV220°68°100°
CMYK 0.680.450.00   0.00
XYZ30.907827.770098.3389
Yxy27.77000.19680.1769
Hunter Lab52.697212.4730-73.7536
CIE-Lab59.680417.6237-62.8403

#528cff color RGB value is (82,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001100 11111111
Octal 122 214 377
Decimal 82 140 255
Hex 52 8C FF

RGB Percentages of Color #528cff

%17.19
%29.35
%53.46

CMYK Percentages of Color #528cff

%68
%45
%0
%0

Triadic Colors of #528cff

#528cff #ff528c #8cff52

Analogous Colors of #528cff

#528cff #6f52ff #52e3ff

Monochromatic Colors of #528cff

#528cff

Complementary Color

#528cff #ffc552

#528cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#528cff Color CSS Codes

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

#528cff Text Font Color

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

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


#528cff Background Color

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

This div background color is #528cff


#528cff Border Color

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

This div border color is #528cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528cff


Comments

No comments written yet.

Please login to write comment.