Color Hex Logo

#528bea Color Hex

#528BEA
(82,139,234)
0 Favorites   0 Comments

Color spaces of #528bea

RGB 82139234
HSL0.600.780.62
HSV218°65°92°
CMYK 0.650.410.00   0.08
XYZ27.563626.199681.4462
Yxy26.19960.20390.1938
Hunter Lab51.18556.5482-58.5121
CIE-Lab58.226011.0154-53.5758

#528bea color RGB value is (82,139,234).

#528bea hex color red value is 82, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #528bea hue: 0.60 , saturation: 0.78 and the lightness value of 528bea is 0.62.

The process color (four color CMYK) of #528bea color hex is 0.65, 0.41, 0.00, 0.08. Web safe color of #528bea is #6699ff. Color #528bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001011 11101010
Octal 122 213 352
Decimal 82 139 234
Hex 52 8B EA

RGB Percentages of Color #528bea

%18.02
%30.55
%51.43

CMYK Percentages of Color #528bea

%65
%41
%0
%8

Triadic Colors of #528bea

#528bea #ea528b #8bea52

Analogous Colors of #528bea

#528bea #6552ea #52d7ea

Monochromatic Colors of #528bea

#528bea

Complementary Color

#528bea #eab152

#528bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#528bea Color CSS Codes

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

#528bea Text Font Color

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

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


#528bea Background Color

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

This div background color is #528bea


#528bea Border Color

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

This div border color is #528bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528bea


Comments

No comments written yet.

Please login to write comment.