Color Hex Logo

#528acf Color Hex

#528ACF
(82,138,207)
0 Favorites   0 Comments

Color spaces of #528acf

RGB 82138207
HSL0.590.570.57
HSV213°60°81°
CMYK 0.600.330.00   0.19
XYZ23.830624.475862.4998
Yxy24.47580.21510.2209
Hunter Lab49.4730-0.5963-40.2706
CIE-Lab56.56112.5210-41.1095

#528acf color RGB value is (82,138,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001010 11001111
Octal 122 212 317
Decimal 82 138 207
Hex 52 8A CF

RGB Percentages of Color #528acf

%19.20
%32.32
%48.48

CMYK Percentages of Color #528acf

%60
%33
%0
%19

Triadic Colors of #528acf

#528acf #cf528a #8acf52

Analogous Colors of #528acf

#528acf #5852cf #52c9cf

Monochromatic Colors of #528acf

#528acf

Complementary Color

#528acf #cf9752

#528acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#528acf Color CSS Codes

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

#528acf Text Font Color

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

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


#528acf Background Color

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

This div background color is #528acf


#528acf Border Color

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

This div border color is #528acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528acf


Comments

No comments written yet.

Please login to write comment.