Color Hex Logo

#528ece Color Hex

#528ECE
(82,142,206)
0 Favorites   0 Comments

Color spaces of #528ece

RGB 82142206
HSL0.590.560.56
HSV211°60°81°
CMYK 0.600.310.00   0.19
XYZ24.293325.596162.0527
Yxy25.59610.21700.2287
Hunter Lab50.5926-2.8258-37.3054
CIE-Lab57.6517-0.1524-38.8318

#528ece color RGB value is (82,142,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001110 11001110
Octal 122 216 316
Decimal 82 142 206
Hex 52 8E CE

RGB Percentages of Color #528ece

%19.07
%33.02
%47.91

CMYK Percentages of Color #528ece

%60
%31
%0
%19

Triadic Colors of #528ece

#528ece #ce528e #8ece52

Analogous Colors of #528ece

#528ece #5452ce #52ccce

Monochromatic Colors of #528ece

#528ece

Complementary Color

#528ece #ce9252

#528ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#528ece Color CSS Codes

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

#528ece Text Font Color

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

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


#528ece Background Color

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

This div background color is #528ece


#528ece Border Color

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

This div border color is #528ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528ece


Comments

No comments written yet.

Please login to write comment.