Color Hex Logo

#528deb Color Hex

#528DEB
(82,141,235)
0 Favorites   0 Comments

Color spaces of #528deb

RGB 82141235
HSL0.600.790.62
HSV217°65°92°
CMYK 0.650.400.00   0.08
XYZ27.999926.841782.3025
Yxy26.84170.20420.1957
Hunter Lab51.80905.8037-57.9204
CIE-Lab58.827510.1599-53.1728

#528deb color RGB value is (82,141,235).

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

The process color (four color CMYK) of #528deb color hex is 0.65, 0.40, 0.00, 0.08. Web safe color of #528deb is #6699ff. Color #528deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001101 11101011
Octal 122 215 353
Decimal 82 141 235
Hex 52 8D EB

RGB Percentages of Color #528deb

%17.90
%30.79
%51.31

CMYK Percentages of Color #528deb

%65
%40
%0
%8

Triadic Colors of #528deb

#528deb #eb528d #8deb52

Analogous Colors of #528deb

#528deb #6452eb #52daeb

Monochromatic Colors of #528deb

#528deb

Complementary Color

#528deb #ebb052

#528deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#528deb Color CSS Codes

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

#528deb Text Font Color

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

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


#528deb Background Color

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

This div background color is #528deb


#528deb Border Color

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

This div border color is #528deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528deb


Comments

No comments written yet.

Please login to write comment.