Color Hex Logo

#528ddc Color Hex

#528DDC
(82,141,220)
0 Favorites   0 Comments

Color spaces of #528ddc

RGB 82141220
HSL0.600.660.59
HSV214°63°86°
CMYK 0.630.360.00   0.14
XYZ25.922826.010971.3645
Yxy26.01090.21020.2110
Hunter Lab51.00091.4767-47.2627
CIE-Lab58.04745.0836-46.0604

#528ddc color RGB value is (82,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001101 11011100
Octal 122 215 334
Decimal 82 141 220
Hex 52 8D DC

RGB Percentages of Color #528ddc

%18.51
%31.83
%49.66

CMYK Percentages of Color #528ddc

%63
%36
%0
%14

Triadic Colors of #528ddc

#528ddc #dc528d #8ddc52

Analogous Colors of #528ddc

#528ddc #5c52dc #52d2dc

Monochromatic Colors of #528ddc

#528ddc

Complementary Color

#528ddc #dca152

#528ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#528ddc Color CSS Codes

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

#528ddc Text Font Color

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

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


#528ddc Background Color

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

This div background color is #528ddc


#528ddc Border Color

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

This div border color is #528ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528ddc


Comments

No comments written yet.

Please login to write comment.