Color Hex Logo

#528afd Color Hex

#528AFD
(82,138,253)
0 Favorites   0 Comments

Color spaces of #528afd

RGB 82138253
HSL0.610.980.66
HSV220°68°99°
CMYK 0.680.450.00   0.01
XYZ30.297827.062696.5553
Yxy27.06260.19680.1758
Hunter Lab52.021712.9216-73.6304
CIE-Lab59.032218.1404-62.7819

#528afd color RGB value is (82,138,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001010 11111101
Octal 122 212 375
Decimal 82 138 253
Hex 52 8A FD

RGB Percentages of Color #528afd

%17.34
%29.18
%53.49

CMYK Percentages of Color #528afd

%68
%45
%0
%1

Triadic Colors of #528afd

#528afd #fd528a #8afd52

Analogous Colors of #528afd

#528afd #7052fd #52e0fd

Monochromatic Colors of #528afd

#528afd

Complementary Color

#528afd #fdc552

#528afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#528afd Color CSS Codes

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

#528afd Text Font Color

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

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


#528afd Background Color

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

This div background color is #528afd


#528afd Border Color

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

This div border color is #528afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528afd


Comments

No comments written yet.

Please login to write comment.