Color Hex Logo

#528ffd Color Hex

#528FFD
(82,143,253)
0 Favorites   0 Comments

Color spaces of #528ffd

RGB 82143253
HSL0.610.980.66
HSV219°68°99°
CMYK 0.680.430.00   0.01
XYZ31.031828.530696.7999
Yxy28.53060.19850.1825
Hunter Lab53.414010.2280-70.0588
CIE-Lab60.365115.1315-60.6459

#528ffd color RGB value is (82,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001111 11111101
Octal 122 217 375
Decimal 82 143 253
Hex 52 8F FD

RGB Percentages of Color #528ffd

%17.15
%29.92
%52.93

CMYK Percentages of Color #528ffd

%68
%43
%0
%1

Triadic Colors of #528ffd

#528ffd #fd528f #8ffd52

Analogous Colors of #528ffd

#528ffd #6b52fd #52e5fd

Monochromatic Colors of #528ffd

#528ffd

Complementary Color

#528ffd #fdc052

#528ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#528ffd Color CSS Codes

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

#528ffd Text Font Color

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

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


#528ffd Background Color

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

This div background color is #528ffd


#528ffd Border Color

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

This div border color is #528ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528ffd


Comments

No comments written yet.

Please login to write comment.