Color Hex Logo

#528cf4 Color Hex

#528CF4
(82,140,244)
0 Favorites   0 Comments

Color spaces of #528cf4

RGB 82140244
HSL0.610.880.64
HSV219°66°96°
CMYK 0.660.430.00   0.04
XYZ29.186927.081789.2769
Yxy27.08170.20050.1861
Hunter Lab52.04019.0423-65.2864
CIE-Lab59.049913.8378-57.7967

#528cf4 color RGB value is (82,140,244).

#528cf4 hex color red value is 82, green value is 140 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #528cf4 hue: 0.61 , saturation: 0.88 and the lightness value of 528cf4 is 0.64.

The process color (four color CMYK) of #528cf4 color hex is 0.66, 0.43, 0.00, 0.04. Web safe color of #528cf4 is #6699ff. Color #528cf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001100 11110100
Octal 122 214 364
Decimal 82 140 244
Hex 52 8C F4

RGB Percentages of Color #528cf4

%17.60
%30.04
%52.36

CMYK Percentages of Color #528cf4

%66
%43
%0
%4

Triadic Colors of #528cf4

#528cf4 #f4528c #8cf452

Analogous Colors of #528cf4

#528cf4 #6952f4 #52ddf4

Monochromatic Colors of #528cf4

#528cf4

Complementary Color

#528cf4 #f4ba52

#528cf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528cf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528cf4 Color CSS Codes

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

#528cf4 Text Font Color

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

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


#528cf4 Background Color

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

This div background color is #528cf4


#528cf4 Border Color

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

This div border color is #528cf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528cf4


Comments

No comments written yet.

Please login to write comment.