Color Hex Logo

#528fdd Color Hex

#528FDD
(82,143,221)
0 Favorites   0 Comments

Color spaces of #528fdd

RGB 82143221
HSL0.590.670.59
HSV214°63°87°
CMYK 0.630.350.00   0.13
XYZ26.353326.659272.1634
Yxy26.65920.21050.2130
Hunter Lab51.63250.7496-46.7229
CIE-Lab58.65754.2387-45.6543

#528fdd color RGB value is (82,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001111 11011101
Octal 122 217 335
Decimal 82 143 221
Hex 52 8F DD

RGB Percentages of Color #528fdd

%18.39
%32.06
%49.55

CMYK Percentages of Color #528fdd

%63
%35
%0
%13

Triadic Colors of #528fdd

#528fdd #dd528f #8fdd52

Analogous Colors of #528fdd

#528fdd #5b52dd #52d5dd

Monochromatic Colors of #528fdd

#528fdd

Complementary Color

#528fdd #dda052

#528fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#528fdd Color CSS Codes

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

#528fdd Text Font Color

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

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


#528fdd Background Color

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

This div background color is #528fdd


#528fdd Border Color

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

This div border color is #528fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528fdd


Comments

No comments written yet.

Please login to write comment.