Color Hex Logo

#529ef0 Color Hex

#529EF0
(82,158,240)
0 Favorites   0 Comments

Color spaces of #529ef0

RGB 82158240
HSL0.590.840.63
HSV211°66°94°
CMYK 0.660.340.00   0.06
XYZ31.434732.538887.0619
Yxy32.53880.20810.2154
Hunter Lab57.0428-1.4585-50.5618
CIE-Lab63.78571.8711-48.0703

#529ef0 color RGB value is (82,158,240).

#529ef0 hex color red value is 82, green value is 158 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #529ef0 hue: 0.59 , saturation: 0.84 and the lightness value of 529ef0 is 0.63.

The process color (four color CMYK) of #529ef0 color hex is 0.66, 0.34, 0.00, 0.06. Web safe color of #529ef0 is #6699ff. Color #529ef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011110 11110000
Octal 122 236 360
Decimal 82 158 240
Hex 52 9E F0

RGB Percentages of Color #529ef0

%17.08
%32.92
%50.00

CMYK Percentages of Color #529ef0

%66
%34
%0
%6

Triadic Colors of #529ef0

#529ef0 #f0529e #9ef052

Analogous Colors of #529ef0

#529ef0 #5552f0 #52edf0

Monochromatic Colors of #529ef0

#529ef0

Complementary Color

#529ef0 #f0a452

#529ef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ef0 Color CSS Codes

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

#529ef0 Text Font Color

<p style="color:#529ef0">Text here</p>

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


#529ef0 Background Color

<div style="background-color:#529ef0">
Div content here</div>

This div background color is #529ef0


#529ef0 Border Color

<div style="border:3px solid #529ef0">
Div here</div>

This div border color is #529ef0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,158,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #529ef0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #529ef0;
  -webkit-box-shadow: 1px 1px 3px 2px #529ef0;
  box-shadow:         1px 1px 3px 2px #529ef0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ef0


Comments

No comments written yet.

Please login to write comment.