Color Hex Logo

#526dfa Color Hex

#526DFA
(82,109,250)
0 Favorites   0 Comments

Color spaces of #526dfa

RGB 82109250
HSL0.640.940.65
HSV230°67°98°
CMYK 0.670.560.00   0.02
XYZ26.203619.633292.8510
Yxy19.63320.18890.1416
Hunter Lab44.309428.0196-93.2266
CIE-Lab51.419934.8168-73.4172

#526dfa color RGB value is (82,109,250).

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

The process color (four color CMYK) of #526dfa color hex is 0.67, 0.56, 0.00, 0.02. Web safe color of #526dfa is #6666ff. Color #526dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 11111010
Octal 122 155 372
Decimal 82 109 250
Hex 52 6D FA

RGB Percentages of Color #526dfa

%18.59
%24.72
%56.69

CMYK Percentages of Color #526dfa

%67
%56
%0
%2

Triadic Colors of #526dfa

#526dfa #fa526d #6dfa52

Analogous Colors of #526dfa

#526dfa #8b52fa #52c1fa

Monochromatic Colors of #526dfa

#526dfa

Complementary Color

#526dfa #fadf52

#526dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#526dfa Color CSS Codes

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

#526dfa Text Font Color

<p style="color:#526dfa">Text here</p>

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


#526dfa Background Color

<div style="background-color:#526dfa">
Div content here</div>

This div background color is #526dfa


#526dfa Border Color

<div style="border:3px solid #526dfa">
Div here</div>

This div border color is #526dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,109,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 #526dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526dfa


Comments

No comments written yet.

Please login to write comment.