Color Hex Logo

#528fc8 Color Hex

#528FC8
(82,143,200)
0 Favorites   0 Comments

Color spaces of #528fc8

RGB 82143200
HSL0.580.520.55
HSV209°59°78°
CMYK 0.590.290.00   0.22
XYZ23.727525.608958.3360
Yxy25.60890.22040.2378
Hunter Lab50.6052-4.8651-32.9238
CIE-Lab57.6639-2.6881-35.4317

#528fc8 color RGB value is (82,143,200).

#528fc8 hex color red value is 82, green value is 143 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #528fc8 hue: 0.58 , saturation: 0.52 and the lightness value of 528fc8 is 0.55.

The process color (four color CMYK) of #528fc8 color hex is 0.59, 0.29, 0.00, 0.22. Web safe color of #528fc8 is #6699cc. Color #528fc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001111 11001000
Octal 122 217 310
Decimal 82 143 200
Hex 52 8F C8

RGB Percentages of Color #528fc8

%19.29
%33.65
%47.06

CMYK Percentages of Color #528fc8

%59
%29
%0
%22

Triadic Colors of #528fc8

#528fc8 #c8528f #8fc852

Analogous Colors of #528fc8

#528fc8 #5254c8 #52c8c6

Monochromatic Colors of #528fc8

#528fc8

Complementary Color

#528fc8 #c88b52

#528fc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528fc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528fc8 Color CSS Codes

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

#528fc8 Text Font Color

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

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


#528fc8 Background Color

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

This div background color is #528fc8


#528fc8 Border Color

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

This div border color is #528fc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528fc8


Comments

No comments written yet.

Please login to write comment.