Color Hex Logo

#528efa Color Hex

#528EFA
(82,142,250)
0 Favorites   0 Comments

Color spaces of #528efa

RGB 82142250
HSL0.610.940.65
HSV219°67°98°
CMYK 0.670.430.00   0.02
XYZ30.408028.042094.2524
Yxy28.04200.19910.1836
Hunter Lab52.95479.8287-68.4601
CIE-Lab59.926714.6987-59.6998

#528efa color RGB value is (82,142,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001110 11111010
Octal 122 216 372
Decimal 82 142 250
Hex 52 8E FA

RGB Percentages of Color #528efa

%17.30
%29.96
%52.74

CMYK Percentages of Color #528efa

%67
%43
%0
%2

Triadic Colors of #528efa

#528efa #fa528e #8efa52

Analogous Colors of #528efa

#528efa #6a52fa #52e2fa

Monochromatic Colors of #528efa

#528efa

Complementary Color

#528efa #fabe52

#528efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#528efa Color CSS Codes

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

#528efa Text Font Color

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

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


#528efa Background Color

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

This div background color is #528efa


#528efa Border Color

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

This div border color is #528efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528efa


Comments

No comments written yet.

Please login to write comment.