Color Hex Logo

#528dcf Color Hex

#528DCF
(82,141,207)
0 Favorites   0 Comments

Color spaces of #528dcf

RGB 82141207
HSL0.590.570.57
HSV212°60°81°
CMYK 0.600.320.00   0.19
XYZ24.267025.348662.6452
Yxy25.34860.21620.2258
Hunter Lab50.3474-2.0725-38.5289
CIE-Lab57.41350.7596-39.7685

#528dcf color RGB value is (82,141,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001101 11001111
Octal 122 215 317
Decimal 82 141 207
Hex 52 8D CF

RGB Percentages of Color #528dcf

%19.07
%32.79
%48.14

CMYK Percentages of Color #528dcf

%60
%32
%0
%19

Triadic Colors of #528dcf

#528dcf #cf528d #8dcf52

Analogous Colors of #528dcf

#528dcf #5552cf #52cccf

Monochromatic Colors of #528dcf

#528dcf

Complementary Color

#528dcf #cf9452

#528dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#528dcf Color CSS Codes

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

#528dcf Text Font Color

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

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


#528dcf Background Color

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

This div background color is #528dcf


#528dcf Border Color

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

This div border color is #528dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528dcf


Comments

No comments written yet.

Please login to write comment.