Color Hex Logo

#528fcd Color Hex

#528FCD
(82,143,205)
0 Favorites   0 Comments

Color spaces of #528fcd

RGB 82143205
HSL0.580.550.56
HSV210°60°80°
CMYK 0.600.300.00   0.20
XYZ24.321625.846561.4646
Yxy25.84650.21790.2315
Hunter Lab50.8395-3.5746-36.0936
CIE-Lab57.8911-1.0611-37.8936

#528fcd color RGB value is (82,143,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001111 11001101
Octal 122 217 315
Decimal 82 143 205
Hex 52 8F CD

RGB Percentages of Color #528fcd

%19.07
%33.26
%47.67

CMYK Percentages of Color #528fcd

%60
%30
%0
%20

Triadic Colors of #528fcd

#528fcd #cd528f #8fcd52

Analogous Colors of #528fcd

#528fcd #5352cd #52cdcd

Monochromatic Colors of #528fcd

#528fcd

Complementary Color

#528fcd #cd9052

#528fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#528fcd Color CSS Codes

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

#528fcd Text Font Color

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

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


#528fcd Background Color

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

This div background color is #528fcd


#528fcd Border Color

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

This div border color is #528fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528fcd


Comments

No comments written yet.

Please login to write comment.