Color Hex Logo

#528dca Color Hex

#528DCA
(82,141,202)
0 Favorites   0 Comments

Color spaces of #528dca

RGB 82141202
HSL0.580.530.56
HSV211°59°79°
CMYK 0.590.300.00   0.21
XYZ23.665225.107959.4761
Yxy25.10790.21860.2319
Hunter Lab50.1078-3.3856-35.2996
CIE-Lab57.1804-0.8797-37.3167

#528dca color RGB value is (82,141,202).

#528dca hex color red value is 82, green value is 141 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #528dca hue: 0.58 , saturation: 0.53 and the lightness value of 528dca is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001101 11001010
Octal 122 215 312
Decimal 82 141 202
Hex 52 8D CA

RGB Percentages of Color #528dca

%19.29
%33.18
%47.53

CMYK Percentages of Color #528dca

%59
%30
%0
%21

Triadic Colors of #528dca

#528dca #ca528d #8dca52

Analogous Colors of #528dca

#528dca #5352ca #52c9ca

Monochromatic Colors of #528dca

#528dca

Complementary Color

#528dca #ca8f52

#528dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#528dca Color CSS Codes

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

#528dca Text Font Color

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

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


#528dca Background Color

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

This div background color is #528dca


#528dca Border Color

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

This div border color is #528dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528dca


Comments

No comments written yet.

Please login to write comment.