Color Hex Logo

#528ecd Color Hex

#528ECD
(82,142,205)
0 Favorites   0 Comments

Color spaces of #528ecd

RGB 82142205
HSL0.590.550.56
HSV211°60°80°
CMYK 0.600.310.00   0.20
XYZ24.172125.547661.4148
Yxy25.54760.21750.2299
Hunter Lab50.5446-3.0886-36.6597
CIE-Lab57.6051-0.4804-38.3419

#528ecd color RGB value is (82,142,205).

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

The process color (four color CMYK) of #528ecd color hex is 0.60, 0.31, 0.00, 0.20. Web safe color of #528ecd is #6699cc. Color #528ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001110 11001101
Octal 122 216 315
Decimal 82 142 205
Hex 52 8E CD

RGB Percentages of Color #528ecd

%19.11
%33.10
%47.79

CMYK Percentages of Color #528ecd

%60
%31
%0
%20

Triadic Colors of #528ecd

#528ecd #cd528e #8ecd52

Analogous Colors of #528ecd

#528ecd #5352cd #52cccd

Monochromatic Colors of #528ecd

#528ecd

Complementary Color

#528ecd #cd9152

#528ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#528ecd Color CSS Codes

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

#528ecd Text Font Color

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

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


#528ecd Background Color

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

This div background color is #528ecd


#528ecd Border Color

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

This div border color is #528ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528ecd


Comments

No comments written yet.

Please login to write comment.