Color Hex Logo

#528def Color Hex

#528DEF
(82,141,239)
0 Favorites   0 Comments

Color spaces of #528def

RGB 82141239
HSL0.600.830.63
HSV217°66°94°
CMYK 0.660.410.00   0.06
XYZ28.584527.075685.3809
Yxy27.07560.20270.1920
Hunter Lab52.03426.9974-60.8627
CIE-Lab59.044211.5252-55.0428

#528def color RGB value is (82,141,239).

#528def hex color red value is 82, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #528def hue: 0.60 , saturation: 0.83 and the lightness value of 528def is 0.63.

The process color (four color CMYK) of #528def color hex is 0.66, 0.41, 0.00, 0.06. Web safe color of #528def is #6699ff. Color #528def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001101 11101111
Octal 122 215 357
Decimal 82 141 239
Hex 52 8D EF

RGB Percentages of Color #528def

%17.75
%30.52
%51.73

CMYK Percentages of Color #528def

%66
%41
%0
%6

Triadic Colors of #528def

#528def #ef528d #8def52

Analogous Colors of #528def

#528def #6652ef #52dcef

Monochromatic Colors of #528def

#528def

Complementary Color

#528def #efb452

#528def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528def Color Preview on White Background

Lorem ipsum dolor sit amet.

#528def Color CSS Codes

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

#528def Text Font Color

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

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


#528def Background Color

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

This div background color is #528def


#528def Border Color

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

This div border color is #528def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528def


Comments

No comments written yet.

Please login to write comment.