Color Hex Logo

#528adb Color Hex

#528ADB
(82,138,219)
0 Favorites   0 Comments

Color spaces of #528adb

RGB 82138219
HSL0.600.660.59
HSV215°63°86°
CMYK 0.630.370.00   0.14
XYZ25.354325.085370.5235
Yxy25.08530.20960.2074
Hunter Lab50.08522.7117-48.4248
CIE-Lab57.15846.5274-46.9080

#528adb color RGB value is (82,138,219).

#528adb hex color red value is 82, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #528adb hue: 0.60 , saturation: 0.66 and the lightness value of 528adb is 0.59.

The process color (four color CMYK) of #528adb color hex is 0.63, 0.37, 0.00, 0.14. Web safe color of #528adb is #6699cc. Color #528adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001010 11011011
Octal 122 212 333
Decimal 82 138 219
Hex 52 8A DB

RGB Percentages of Color #528adb

%18.68
%31.44
%49.89

CMYK Percentages of Color #528adb

%63
%37
%0
%14

Triadic Colors of #528adb

#528adb #db528a #8adb52

Analogous Colors of #528adb

#528adb #5e52db #52cfdb

Monochromatic Colors of #528adb

#528adb

Complementary Color

#528adb #dba352

#528adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#528adb Color CSS Codes

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

#528adb Text Font Color

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

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


#528adb Background Color

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

This div background color is #528adb


#528adb Border Color

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

This div border color is #528adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528adb


Comments

No comments written yet.

Please login to write comment.