Color Hex Logo

#528efb Color Hex

#528EFB
(82,142,251)
0 Favorites   0 Comments

Color spaces of #528efb

RGB 82142251
HSL0.610.950.65
HSV219°67°98°
CMYK 0.670.430.00   0.02
XYZ30.565328.104995.0806
Yxy28.10490.19880.1828
Hunter Lab53.014110.1397-69.2267
CIE-Lab59.983415.0428-60.1587

#528efb color RGB value is (82,142,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001110 11111011
Octal 122 216 373
Decimal 82 142 251
Hex 52 8E FB

RGB Percentages of Color #528efb

%17.26
%29.89
%52.84

CMYK Percentages of Color #528efb

%67
%43
%0
%2

Triadic Colors of #528efb

#528efb #fb528e #8efb52

Analogous Colors of #528efb

#528efb #6b52fb #52e3fb

Monochromatic Colors of #528efb

#528efb

Complementary Color

#528efb #fbbf52

#528efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#528efb Color CSS Codes

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

#528efb Text Font Color

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

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


#528efb Background Color

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

This div background color is #528efb


#528efb Border Color

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

This div border color is #528efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528efb


Comments

No comments written yet.

Please login to write comment.