Color Hex Logo

#528ac5 Color Hex

#528AC5
(82,138,197)
0 Favorites   0 Comments

Color spaces of #528ac5

RGB 82138197
HSL0.590.500.55
HSV211°58°77°
CMYK 0.580.300.00   0.23
XYZ22.646224.002056.2626
Yxy24.00200.22010.2332
Hunter Lab48.9918-3.2251-33.7948
CIE-Lab56.0898-0.7600-36.1980

#528ac5 color RGB value is (82,138,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001010 11000101
Octal 122 212 305
Decimal 82 138 197
Hex 52 8A C5

RGB Percentages of Color #528ac5

%19.66
%33.09
%47.24

CMYK Percentages of Color #528ac5

%58
%30
%0
%23

Triadic Colors of #528ac5

#528ac5 #c5528a #8ac552

Analogous Colors of #528ac5

#528ac5 #5452c5 #52c4c5

Monochromatic Colors of #528ac5

#528ac5

Complementary Color

#528ac5 #c58d52

#528ac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528ac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528ac5 Color CSS Codes

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

#528ac5 Text Font Color

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

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


#528ac5 Background Color

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

This div background color is #528ac5


#528ac5 Border Color

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

This div border color is #528ac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528ac5


Comments

No comments written yet.

Please login to write comment.