Color Hex Logo

#529bfa Color Hex

#529BFA
(82,155,250)
0 Favorites   0 Comments

Color spaces of #529bfa

RGB 82155250
HSL0.590.940.65
HSV214°67°98°
CMYK 0.670.380.00   0.02
XYZ32.456332.138794.9352
Yxy32.13870.20340.2015
Hunter Lab56.69102.9842-59.6038
CIE-Lab63.45746.9924-54.0716

#529bfa color RGB value is (82,155,250).

#529bfa hex color red value is 82, green value is 155 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #529bfa hue: 0.59 , saturation: 0.94 and the lightness value of 529bfa is 0.65.

The process color (four color CMYK) of #529bfa color hex is 0.67, 0.38, 0.00, 0.02. Web safe color of #529bfa is #6699ff. Color #529bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011011 11111010
Octal 122 233 372
Decimal 82 155 250
Hex 52 9B FA

RGB Percentages of Color #529bfa

%16.84
%31.83
%51.33

CMYK Percentages of Color #529bfa

%67
%38
%0
%2

Triadic Colors of #529bfa

#529bfa #fa529b #9bfa52

Analogous Colors of #529bfa

#529bfa #5d52fa #52effa

Monochromatic Colors of #529bfa

#529bfa

Complementary Color

#529bfa #fab152

#529bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#529bfa Color CSS Codes

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

#529bfa Text Font Color

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

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


#529bfa Background Color

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

This div background color is #529bfa


#529bfa Border Color

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

This div border color is #529bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.