Color Hex Logo

#528bfc Color Hex

#528BFC
(82,139,252)
0 Favorites   0 Comments

Color spaces of #528bfc

RGB 82139252
HSL0.610.970.65
HSV220°67°99°
CMYK 0.670.450.00   0.01
XYZ30.283027.287495.7664
Yxy27.28740.19750.1780
Hunter Lab52.237312.0646-72.1299
CIE-Lab59.239417.1918-61.8999

#528bfc color RGB value is (82,139,252).

#528bfc hex color red value is 82, green value is 139 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #528bfc hue: 0.61 , saturation: 0.97 and the lightness value of 528bfc is 0.65.

The process color (four color CMYK) of #528bfc color hex is 0.67, 0.45, 0.00, 0.01. Web safe color of #528bfc is #6699ff. Color #528bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001011 11111100
Octal 122 213 374
Decimal 82 139 252
Hex 52 8B FC

RGB Percentages of Color #528bfc

%17.34
%29.39
%53.28

CMYK Percentages of Color #528bfc

%67
%45
%0
%1

Triadic Colors of #528bfc

#528bfc #fc528b #8bfc52

Analogous Colors of #528bfc

#528bfc #6e52fc #52e0fc

Monochromatic Colors of #528bfc

#528bfc

Complementary Color

#528bfc #fcc352

#528bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#528bfc Color CSS Codes

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

#528bfc Text Font Color

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

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


#528bfc Background Color

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

This div background color is #528bfc


#528bfc Border Color

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

This div border color is #528bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528bfc


Comments

No comments written yet.

Please login to write comment.