Color Hex Logo

#528edc Color Hex

#528EDC
(82,142,220)
0 Favorites   0 Comments

Color spaces of #528edc

RGB 82142220
HSL0.590.660.59
HSV214°63°86°
CMYK 0.630.350.00   0.14
XYZ26.070926.307171.4138
Yxy26.30710.21060.2125
Hunter Lab51.29040.9731-46.6486
CIE-Lab58.32744.4929-45.6177

#528edc color RGB value is (82,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001110 11011100
Octal 122 216 334
Decimal 82 142 220
Hex 52 8E DC

RGB Percentages of Color #528edc

%18.47
%31.98
%49.55

CMYK Percentages of Color #528edc

%63
%35
%0
%14

Triadic Colors of #528edc

#528edc #dc528e #8edc52

Analogous Colors of #528edc

#528edc #5b52dc #52d3dc

Monochromatic Colors of #528edc

#528edc

Complementary Color

#528edc #dca052

#528edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#528edc Color CSS Codes

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

#528edc Text Font Color

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

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


#528edc Background Color

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

This div background color is #528edc


#528edc Border Color

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

This div border color is #528edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,142,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 #528edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528edc


Comments

No comments written yet.

Please login to write comment.