Color Hex Logo

#528efd Color Hex

#528EFD
(82,142,253)
0 Favorites   0 Comments

Color spaces of #528efd

RGB 82142253
HSL0.610.980.66
HSV219°68°99°
CMYK 0.680.440.00   0.01
XYZ30.882328.231796.7501
Yxy28.23170.19810.1811
Hunter Lab53.133510.7643-70.7669
CIE-Lab60.097515.7312-61.0743

#528efd color RGB value is (82,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001110 11111101
Octal 122 216 375
Decimal 82 142 253
Hex 52 8E FD

RGB Percentages of Color #528efd

%17.19
%29.77
%53.04

CMYK Percentages of Color #528efd

%68
%44
%0
%1

Triadic Colors of #528efd

#528efd #fd528e #8efd52

Analogous Colors of #528efd

#528efd #6c52fd #52e4fd

Monochromatic Colors of #528efd

#528efd

Complementary Color

#528efd #fdc152

#528efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#528efd Color CSS Codes

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

#528efd Text Font Color

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

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


#528efd Background Color

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

This div background color is #528efd


#528efd Border Color

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

This div border color is #528efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528efd

Related Colors


Comments

No comments written yet.

Please login to write comment.