Color Hex Logo

#528fa5 Color Hex

#528FA5
(82,143,165)
0 Favorites   0 Comments

Color spaces of #528fa5

RGB 82143165
HSL0.540.340.48
HSV196°50°65°
CMYK 0.500.130.00   0.35
XYZ20.093724.155439.2007
Yxy24.15540.24080.2895
Hunter Lab49.1481-13.0314-12.8862
CIE-Lab56.2430-13.5336-17.7222

#528fa5 color RGB value is (82,143,165).

#528fa5 hex color red value is 82, green value is 143 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #528fa5 hue: 0.54 , saturation: 0.34 and the lightness value of 528fa5 is 0.48.

The process color (four color CMYK) of #528fa5 color hex is 0.50, 0.13, 0.00, 0.35. Web safe color of #528fa5 is #669999. Color #528fa5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001111 10100101
Octal 122 217 245
Decimal 82 143 165
Hex 52 8F A5

RGB Percentages of Color #528fa5

%21.03
%36.67
%42.31

CMYK Percentages of Color #528fa5

%50
%13
%0
%35

Triadic Colors of #528fa5

#528fa5 #a5528f #8fa552

Analogous Colors of #528fa5

#528fa5 #5266a5 #52a592

Monochromatic Colors of #528fa5

#528fa5

Complementary Color

#528fa5 #a56852

#528fa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528fa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528fa5 Color CSS Codes

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

#528fa5 Text Font Color

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

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


#528fa5 Background Color

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

This div background color is #528fa5


#528fa5 Border Color

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

This div border color is #528fa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528fa5


Comments

No comments written yet.

Please login to write comment.