Color Hex Logo

#528fcf Color Hex

#528FCF
(82,143,207)
0 Favorites   0 Comments

Color spaces of #528fcf

RGB 82143207
HSL0.590.570.57
HSV211°60°81°
CMYK 0.600.310.00   0.19
XYZ24.564625.943862.7444
Yxy25.94380.21690.2291
Hunter Lab50.9351-3.0506-37.3819
CIE-Lab57.9837-0.4066-38.8732

#528fcf color RGB value is (82,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001111 11001111
Octal 122 217 317
Decimal 82 143 207
Hex 52 8F CF

RGB Percentages of Color #528fcf

%18.98
%33.10
%47.92

CMYK Percentages of Color #528fcf

%60
%31
%0
%19

Triadic Colors of #528fcf

#528fcf #cf528f #8fcf52

Analogous Colors of #528fcf

#528fcf #5452cf #52cecf

Monochromatic Colors of #528fcf

#528fcf

Complementary Color

#528fcf #cf9252

#528fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#528fcf Color CSS Codes

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

#528fcf Text Font Color

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

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


#528fcf Background Color

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

This div background color is #528fcf


#528fcf Border Color

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

This div border color is #528fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528fcf

#528fcf Color Palettes


Comments

No comments written yet.

Please login to write comment.